Issue information

Issue ID
#4891
Status
Needs more Info
Severity
None
Started
Hercules Elf Bot
May 3, 2011 19:25
Last Post
Mysterious
Jan 27, 2013 17:01
Confirmation
N/A

Hercules Elf Bot - May 3, 2011 19:25

Originally posted by [b]Kontownik[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&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;


http://www.youtube.com/watch?v=3tELi1VIx3s 0:13 attacking Roween with DS and move instantly
http://www.youtube.com/watch?v=uXxJRb9evHc 2:49 DS->BS->DS on Cornus and move instantly (iRO)

Hercules Elf Bot - Dec 26, 2011 13:21

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