Can't catch target with less speed

Issue #217 invalid
Sahar Atias created an issue

Take 2 chars give them all speed buffs possible and make sure they got like ~15 speed difference between them.

When you try to attack the target who has lower speed, you will see that you can reach him, but you will not attack him.

You will see your char always runs -> reach target -> stops -> runs again -> reach target -> stops and so on.

This mostly works on high speeds only as far as I tested, I tested it with 2 chars one had 204 speed and the other 186 speed and the 204 speed char could never make an attack on the target although he could clearly reach him multiple times.

Comments (8)

  1. FinalDestination

    i think its about offset in movetolocation class in l2character.java need to make like the minimum now is 5 offset if u make it 40 minimum will fix the problem current problem is happening because char should go very close to other target to start hit

  2. Sahar Atias reporter

    That's not working, trust me I tried. Its something more complicated than just editing an offset.

  3. Log in to comment