Page 1 of 1

Need help to fix those errors

Posted: Fri Oct 17, 2014 6:46 pm
by gtitanikos
After I start server I face 2 errors.Can someone help in here plz?I would appreciate that.

Code: Select all

Starting L2J Game Server. ----------1. ERROR in \custom\NpcBuffer\NpcBuffer.java (at line 1667)        if (st.getQuestItemsCount(skill.getItemConsumeId()) < skill.getItemConsume())                                                                    ^^^^^^^^^^^^^^The method getItemConsume() is undefined for the type Skill----------2. ERROR in \custom\NpcBuffer\NpcBuffer.java (at line 1669)        return showText(st, "Sorry", "You don't have the enough items:<br>You need: <font color=LEVEL>" + skill.getItemConsume() + " " + getItemNameHtml(st, skill.getItemConsumeId()) + "!", false, "0", "0");                                 ^^^^^^^^^^^^^^The method getItemConsume() is undefined for the type Skill----------2 problems (2 errors)The method getItemConsume() is undefined for the type com.l2jserver.gameserver.model.skills.SkillThe method getItemConsume() is undefined for the type com.l2jserver.gameserver.model.skills.Skill.....[17/10 19:31:33] Bandit StrongHold siege scheduled for: Tue Oct 21 12:00:00 EEST 2014 

Re: Need help to fix those errors

Posted: Fri Oct 17, 2014 8:37 pm
by Sdw
open file \custom\NpcBuffer\NpcBuffer.java

search for : getItemConsume

replace with : getItemConsumeId

Re: Need help to fix those errors

Posted: Sat Oct 18, 2014 12:20 am
by gtitanikos
Thx a lot man.Fixed it.But now It doesnt buff me.I will look over forums,but till then any help would be much obliged.

Re: Need help to fix those errors

Posted: Sun Oct 19, 2014 10:35 am
by u3games
Sdw wrote:open file \custom\NpcBuffer\NpcBuffer.java

search for : getItemConsume

replace with : getItemConsumeId
this fix is wrong!

getItemConsume replace --> getItemConsumeCount

Re: Need help to fix those errors

Posted: Sun Oct 19, 2014 7:25 pm
by gtitanikos
I did what Sdw said and I dont have errors.When I do what u3games recommended I get errors.The fact is that I cant get buffs even if i dont get no errors in login screen.Im still lookin in forums to get the answer.