Light Posted September 30, 2013 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
icabit Posted September 30, 2013 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
Light Posted September 30, 2013 Author 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
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 omgitsapril3 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.