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

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...