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?
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.
It doesn't say that anywhere.
https://acis.i-live.eu/index.php?topic=30.0
check it from source java file names
example in 367 ->
https://acis.i-live.eu/index.php?topic=30.255 l2bufferinstance renamed to schemebuffer | l2pcinstance renamed to player
check changeset 367 to understand
Question
luthy1337
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 luthy13373 answers to this question
Recommended Posts
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.