Jump to content

Recommended Posts

Posted

[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;

+      }

Posted

Edit: addying patch didn't add l2pcinstance, i add them manually and port feedback :B

Make sure you add them correctly then, lol.

Posted

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.

Posted

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

Posted

i dont know whats the problem, i added it manually and i am not getting any errors in console

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock