|
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.
|