Jump to content

Question

Posted (edited)

I am having issues getting exalted status to work. I have changed l2playable.java, l2pcinstance.java, effectsflag.java, L2effecttype.java and skills.java.

I go to compile and I get this error. Not really sure how to fix it.

 

Please let me know what I can do to fix these errors.

 

[javac] C:\Users\Allison\Desktop\lineage 2 Underground\trunk\java\com\l2jmobius\gameserver\model\skills\Skill.java:910: error: cannot find symbol

[javac] return _isExaltedSkill;

[javac] ^

[javac] symbol: variable _isExaltedSkill

[javac] location: class Skill

[javac] 9 errors

 

If i have to make a new symbol for isexaltedskill can someone help me get started on how to make a new symbol?

Edited by luthy1337

3 answers to this question

Recommended Posts

  • 0
Posted

So where all should the private boolean_isEaltedskill go? Just in every place it eclipse is telling me its missing? like C:\Users\Allison\Desktop\lineage 2 Underground\trunk\java\com\l2jmobius\gameserver\model\skills\Skill.java:910: etc., etc. ,etc.

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
Answer this question...

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