pape90 Posted June 11, 2011 Posted June 11, 2011 fvcking great..thnx dude..really good share!!! Any idea about my compile error? :S seems like is just me i have it
vampir Posted June 11, 2011 Author Posted June 11, 2011 [javac] C:\Users\Nicho\Desktop\workspace\L2J_Server\java\com\l2jserver\gameserver\network\clientpackets\EnterWorld.java:414: cannot find symbol [javac] symbol : method getLegend() [javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance [javac] if(activeChar.getLegend()==1) [javac] ^ [javac] 1 error did u add: + public int getLegend(){ + return _legend; + }
pape90 Posted June 11, 2011 Posted June 11, 2011 did u add: Edit: addying patch didn't add l2pcinstance, i add them manually and port feedback :B
An4rchy Posted June 11, 2011 Posted June 11, 2011 Edit: addying patch didn't add l2pcinstance, i add them manually and port feedback :B Make sure you add them correctly then, lol.
vampir Posted June 11, 2011 Author Posted June 11, 2011 i will try to make it work now in last rev if it doesnt
marwan Posted June 11, 2011 Posted June 11, 2011 i will try to make it work now in last rev if it doesnt you can test it now it gives error in some code (not all) when u apply patch
DjAddy Posted June 11, 2011 Posted June 11, 2011 you can test it now it gives error in some code (not all) when u apply patch yes this is true!!!
An4rchy Posted June 11, 2011 Posted June 11, 2011 Applying a patch, is almost never successful. There will be errors. Add the patches manually. Also, lol you don't even need to make a LegendSkillTable.
marwan Posted June 11, 2011 Posted June 11, 2011 Applying a patch, is almost never successful. There will be errors. Add the patches manually. Also, lol you don't even need to make a LegendSkillTable. the error becuz the lines u want to add on it the code is already have another code so how we will add it manually i tried it but i always got stucked
vampir Posted June 11, 2011 Author Posted June 11, 2011 i dont know whats the problem, i added it manually and i am not getting any errors in console
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now