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.
Tell me please, what is loading so much RAM? I excluded all npc, left one geodata square, deleted half of the scripts. On h5 it loads significantly more RAM than Gf. And I still get the bug when I run and call the "invalid target" - which causes the character to be thrown back. (they fixed it only for destroyers, but not for mages)
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.