ifrit rings skill delay

ThyroDree

New member
Messages
556
Points
0
Location
Philippines
Github
bosxkate23
Emulator
Help me how to remove ifrit rings skill delays? because normal attack stops after skills like SB(Sonic Blow)

 
search for skill.c

if (temp == AS_SONICBLOW) pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking.
add // to disable

// if (temp == AS_SONICBLOW)// pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking.
then recompile.

 
Back
Top