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.
Hello, players!
We’d like to hear your opinion about the EXP rate on the server. Currently, it’s set to 25x EXP. Please choose what suits you best:
1️⃣ Keep EXP at 25x — it’s fine as it is
2️⃣ Increase EXP (for example, to 50x or higher)
3️⃣ Decrease EXP (for example, to 15x or lower)
4️⃣ Other suggestions (please write in the comments)
Your feedback is very important to us to make the server better! Thanks for participating!
Question
janiko
Can anyone help me to fix this error??
[javac] gameserver\model\actor\instance\L2PcInstance.java:16315: error: cannot find symbol
[javac] for (Map.Entry entry : this.ceffects.entrySet())
[javac] ^
[javac] symbol: variable ceffects
[javac] gameserver\model\actor\instance\L2PcInstance.java:16362: error: incompatible types
[javac] for (Map.Entry entry : ceffects.entrySet())
[javac] ^
[javac] required: Entry
[javac] found: Object
[javac] gameserver\model\actor\instance\L2PcInstance.java:16376: error: incompatible types
[javac] for (Map.Entry entry : ceffects.entrySet())
[javac] ^
[javac] required: Entry
[javac] found: Object
[javac] gameserver\model\actor\instance\L2PcInstance.java:16405: error: incompatible types
[javac] for (Map.Entry entry : ceffects.entrySet())
[javac] ^
7 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.