Hi, I'm learning java and trying to edit things, add things etc. I can't manage one problem. I'm editing public int getMAtkSpd() in CharStat.java but it doesn't change antything.
public int getMAtk(L2Character target, L2Skill skill)
{
return 500;
}
public int getMAtkSpd()
{
return 500;
}
I works for m atack, but doesn't work for casting speed. Any ideas?
BETA PATCH RELEASED – GET READY!
Today we’re releasing the Beta Test Patch ⚙️
Make sure to update your client / launcher so you’re ready for the test.
During this beta you will have:
🛒Full access to all shops
🎉Full access to all events
🏆Olympiad enabled
This is your chance to:
Test all classes and setups
Check balance and report any issues
Explore all features freely before official launch
📦Downloads & Updates
Use our launcher to automatically update the full game and all files
Already have an Interlude client? Download and apply our patch
New players can download the full Interlude L2Mid client
⚔️
Get ready – the Open Beta starts on November 28 at 20:00 (GMT+2)!
https://l2mid.com/how-to-connect.php
If you find bugs or have suggestions, please post them in **🔧│suggestions.
Thanks for helping us improve the server – see you in-game! 🚀
Question
devil12pl
Hi, I'm learning java and trying to edit things, add things etc. I can't manage one problem. I'm editing public int getMAtkSpd() in CharStat.java but it doesn't change antything.
public int getMAtk(L2Character target, L2Skill skill) { return 500; } public int getMAtkSpd() { return 500; }I works for m atack, but doesn't work for casting speed. Any ideas?
6 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now