Jump to content
  • 0

Sonic Blow Unlimited


Question

Posted (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 by omgitsapril

3 answers to this question

Recommended Posts

Posted (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 by icabit
Posted

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! :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...