Jump to content
  • 0

sonicblow 2020 autoattack continue


Question

Posted

hi already put // on skill.cpp but still stoping (wait the sonicblow animation before to attack again)  how to do continues attack with injustice card 

            if (skill == PF_SPIDERWEB) //Special case, due to its nature of coding.
                type = CAST_GROUND;
#ifndef RENEWAL
           //else if (skill == AS_SONICBLOW)
               // pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking.
 

4 answers to this question

Recommended Posts

  • 0
Posted
On 10/21/2022 at 11:47 PM, Sergardo said:

hi already put // on skill.cpp but still stoping (wait the sonicblow animation before to attack again)  how to do continues attack with injustice card 

            if (skill == PF_SPIDERWEB) //Special case, due to its nature of coding.
                type = CAST_GROUND;
#ifndef RENEWAL
           //else if (skill == AS_SONICBLOW)
               // pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking.
 

You need clone Sonic Blow Skill to make it unstoppable while you attack with Injustice Card.

  • -1
Posted
5 hours ago, Sergardo said:

#ifndef RENEWAL
           //else if (skill == AS_SONICBLOW)
               // pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking.

#ifndef RENEWAL
           else if (skill == AS_SONICBLOW)
               // pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking.

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...