Light Posted September 30, 2013 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 49 Reputation: 1 Joined: 12/09/12 Last Seen: December 10, 2016 Share Posted September 30, 2013 (edited) Good day rA, Could you tell me how to remove the "attack delay" of Injustice cards not the delay of the skill? I already remove did this but it doesn't work. if (skill == AS_SONICBLOW) // pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking. Thanks in advance! Edited September 30, 2013 by omgitsapril Quote Link to comment Share on other sites More sharing options...
icabit Posted September 30, 2013 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 353 Reputation: 70 Joined: 07/14/12 Last Seen: February 12, 2023 Share Posted September 30, 2013 (edited) Good day rA, Could you tell me how to remove the "attack delay" of Injustice cards not the delay of the skill? I already remove did this but it doesn't work.if (skill == AS_SONICBLOW)// pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking. Thanks in advance! did you recompile after this? after recompiling got to skill_cast_db.txt //depends if your using pre-re or re try reducing AfterCastWalkDelay // SkillID,CastingTime,AfterCastActDelay,AfterCastWalkDelay,Duration1,Duration2,Cool Down,Fixed Casting Time //-- AS_SONICBLOW 136,0,0,2000,0,5000,0,-1 Edited September 30, 2013 by icabit Quote Link to comment Share on other sites More sharing options...
Light Posted September 30, 2013 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 49 Reputation: 1 Joined: 12/09/12 Last Seen: December 10, 2016 Author Share Posted September 30, 2013 Good day rA, Could you tell me how to remove the "attack delay" of Injustice cards not the delay of the skill? I already remove did this but it doesn't work.if (skill == AS_SONICBLOW)// pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking. Thanks in advance! did you recompile after this? after recompiling got to skill_cast_db.txt //depends if your using pre-re or re try reducing AfterCastWalkDelay // SkillID,CastingTime,AfterCastActDelay,AfterCastWalkDelay,Duration1,Duration2,Cool Down,Fixed Casting Time //-- AS_SONICBLOW 136,0,0,2000,0,5000,0,-1 The aftercast Walk delay did the trick! Thanks man! Quote Link to comment Share on other sites More sharing options...
icabit Posted October 1, 2013 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 353 Reputation: 70 Joined: 07/14/12 Last Seen: February 12, 2023 Share Posted October 1, 2013 your welcome dude Quote Link to comment Share on other sites More sharing options...
Question
Light
Good day rA,
Could you tell me how to remove the "attack delay" of Injustice cards not the delay of the skill?
I already remove did this but it doesn't work.
Thanks in advance!
Edited by omgitsaprilLink to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.