Issue information

Issue ID
#4127
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Mar 15, 2010 15:49
Last Post
Michi
Sep 20, 2014 2:20
Confirmation
N/A

Hercules Elf Bot - Mar 15, 2010 15:49

Originally posted by [b]Godulous[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=4127

Spiral pierce is supposed to make the target monster unable to move for one second, see here:

http://irowiki.org/wiki/Clashing_Spiral#Description
http://ratemyserver.net/index.php?page=skill_db&skid=397
video: http://www.youtube.com/watch?v=2cYUGatziDM

And on eAthena this function was apparently put in with revision 4763 however this is no longer present

http://svn.eathena.ws/bugs/changeset/4763

Currently spiral pierce has no effect to halt monster movement aside from usual hit locking which eventually can be overcome or endured to bypass.

Playtester - Sep 17, 2014 5:51

This should already be "working as intended". Spiral Pierce was nerfed on official servers already far before renewal to not work on boss-types because players could solo MVPs like that. The stop effect should still work on all normal monsters.

Didn't test it, but the code looks correct already:[code=auto:0]case LK_SPIRALPIERCE: case ML_SPIRALPIERCE: if( dstsd || ( dstmd && !is_boss(bl) ) ) //Does not work on bosses sc_start(src,bl,SC_STOP,100,0,skill_get_time2(skill_id,skill_lv)); break;[/code]

Michi - Sep 20, 2014 2:20

Fixed in: [url="https://github.com/HerculesWS/Hercules/commit/51fd6b4def852bbdc9f53cff6f42206ce270287e"]https://github.com/HerculesWS/Hercules/commit/51fd6b4def852bbdc9f53cff6f42206ce270287e[/url]