HerculesWS / Hercules

Hercules is a collaborative software development project revolving around the creation of a robust massively multiplayer online role playing game (MMORPG) server package. Written in C, the program is very versatile and provides NPCs, warps and modifications. The project is jointly managed by a group of volunteers located around the world as well as a tremendous community providing QA and support. Hercules is a continuation of the original Athena project.
http://herc.ws
GNU General Public License v3.0
892 stars 757 forks source link

Warg Dash distance required from target #1468

Open iRagno opened 7 years ago

iRagno commented 7 years ago

Players can use Warg Dash standing right next to the target making them capable to spam lots of damage.

On iRO, when you use Warg Dash right next to the target (example, Ranger is on cell 320, 245 and target is on cell 321, 245), the Warg Dash executes, it consumes sp, but there is no damage generated. You can stand right next to some plant and use Warg Dash until sp is all consumed, but the plant will not receive any damage. Damaged is calculated when there is at least 1 free cell between ranger and target.

Tested on iRO Chaos: 10/07/2016 Tested on Hercules Rev. Version: a2329f4f10a3ab2e70141766a16981e69e2a71ba

iRagno commented 7 years ago

This is already solved on rAthena:

https://github.com/rathena/rathena/commit/09e91d4cd4508e81666f49daa787b8a8644211b8

Would be of help to solve this?