Issue Information
-
#004891
-
0 - None Assigned
-
Needs More Info
Issue Confirmations
-
Yes (0)No (0)
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
0:13 attacking Roween with DS and move instantly
2:49 DS->BS->DS on Cornus and move instantly (iRO)
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;
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!
I didn't get it on the video oo would like confirmation / source. thanks!
moved issue from Skills