L2JMobius
Public Development => Solved/Invalid Bug Reports => Topic started by: bestover72 on June 13, 2022, 03:07:51 AM
-
All rush skills are broken, include Player's and Mobs (tezza).
Is hard replicate, you need 2 accounts on separated monitors, and when you rush with one account and if you look to other monitor where you have other account, you see rush like is blinking/teleport.
All skills got <effect name="EnemyCharge" />, have this problem.
I check the code and seems OK (FlyType.java, FlyToLocation.java, ValidateLocation and ), other than this line code that I have already changed on EnemyCharge.java:
int offset = Math.max((int) distance - info.getSkill().getFlyRadius(), 30);
I dont know if is broadcastPacket or IClientOutgoingPacket.
The rush on my screen is fine, but on other players' screens it's like you teleport on top of them. So it takes 2 accounts to replicate.
Dont know how to fix, anyone can help me please.
@Mobius
-
UP!
Help :D