ThyroDree 3 Posted December 25, 2013 Help me how to remove ifrit rings skill delays? because normal attack stops after skills like SB(Sonic Blow) Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted December 26, 2013 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. 1 ThyroDree reacted to this Quote Share this post Link to post Share on other sites
0 ThyroDree 3 Posted December 26, 2013 Thanks Quote Share this post Link to post Share on other sites
Help me how to remove ifrit rings skill delays? because normal attack stops after skills like SB(Sonic Blow)
Share this post
Link to post
Share on other sites