Bug fix n.help

10/19/2015 16:56 PendatronD#1
Hello all!

I have some bugs.:
- Summoner can't summon any mob just spirit and the demon.
- Gm's can't get all items, but everything was in the function.
- When someone wan't to change effect on an item the effect sets 0 grade (non-effect).

~Sry. for my bad english.

Thank you for all helpers.
:)
10/20/2015 05:46 VeRiLaS#2
1) -
2)Check this part of code for every class:
BEGIN
EXEC TTESTGivePowerItem @dwCharid, 27130, 0, 0 --검
EXEC TTESTGivePowerItem @dwCharid, 27138, 1, 0 --방
EXEC TTESTGivePowerItem @dwCharid, 27136, 2, 0 --석
EXEC TTESTGivePowerItem @dwCharid, 27131, 255, 0
EXEC TTESTGivePowerItem @dwCharid, 27132, 255, 0
EXEC TTESTGivePowerItem @dwCharid, 1592, 9, 0
SET @wArmor = 27167
END
3)Check TProtocol.h and TClientItem.cpp, if there are new IEs.
If there isn't, define and rebuild map and TClient.
You can also check item tcds, I think it's TItemGradeVisual or something like this.
10/20/2015 06:56 michamo#3
1) You have new TSkill, Summoner's skills were changed
10/20/2015 15:12 JirkuSS#4
Whatever you can do, I can do better.
10/20/2015 15:29 AncientCompiler#5
Quote:
Originally Posted by JirkuSS View Post
Whatever you can do, I can do better.
I like your signature!

1) Compare older TSkill.tcd with newer ones and you will find the differnece.
2) Change the dlid generating of the function
3) Probably TItemVisual.tcd | Try the one from UR OR Araz PVP. If it wont work check the source. There is a tutorial in epvp.

Greetings
10/20/2015 17:47 PendatronD#6
Thank you all! :)