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?
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.
Discord : utchiha_market
Telegram : https://t.me/utchiha_market
Auto Buy Store : https://utchiha-market.mysellauth.com/
Not sure if we’re legit? Check Our server — real reviews, real buyers
https://discord.gg/4EPpYhe2HA | https://campsite.bio/utchihaamkt
I really want the AI to interact with the server as if it was a player. That involves de gameserver knowing and treating the AI instance as a player! I don't know if I can replicate that with database queries, honestly. But that's a nice tip that I might follow if everything else fails.
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
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.