MUnique / OpenMU

This project aims to create an easy to use, extendable and customizable server for a MMORPG called "MU Online".
https://munique.net
MIT License
707 stars 296 forks source link

Monsters are not hit or in wrong coordinate #411

Closed sven-n closed 2 months ago

sven-n commented 4 months ago

Describe the bug Either monsters are not attacked, or the monsters are walking to a coordinate which is too far off the "official" coordinate of the character.

To Reproduce Steps to reproduce the behavior:

  1. Go to spot with respawning monsters with a Blade Knight character
  2. Start mu helper or another bot to do twisting slash continously
  3. Wait until monsters accumulate which don't get hit anymore.

Expected behavior The monsters should be attacked by the twisting slash skill. The skill hits are calculated on the server with a certain maximum range between monster and player coordinates.

Screenshots See Youtube video.

Niter88 commented 3 months ago

I was able to reproduce this behaviour by following the steps provided. Can you point me to the method where this calculations occur?

sven-n commented 2 months ago

The fix was trivial, sorry if you wanted to work on that 😅