Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #004891

  • 0 - None Assigned

  • Needs More Info

Issue Confirmations

  • Yes (0)No (0)
Photo

Hunter Spirit delay

Posted by Hercules Bot on 03 May 2011 - 07:25 PM

Originally posted by Kontownik
http://www.eathena.w...er&showbug=4891

How to reproduce:
1. get Hunter Spirit
2. use Double Strafe

then combo activate (for Beast Strafe) you will get attack and movement disabled - bugged part I think

CODE
            case AC_DOUBLE:
                if( (tstatus->race == RC_BRUTE || tstatus->race == RC_INSECT) && pc_checkskill(sd, HT_POWER))
                {
                    //TODO: This code was taken from Triple Blows, is this even how it should be? [Skotlex]
                    sc_start4(src,SC_COMBO,100,HT_POWER,bl->id,0,0,2000);
                    clif_combo_delay(src,2000);
                }
                break;


0:13 attacking Roween with DS and move instantly
2:49 DS->BS->DS on Cornus and move instantly (iRO)

Originally posted by Ind
I didn't get it on the video oo would like confirmation / source. thanks!

moved issue from Skills