Jump to content
  • 0
Sign in to follow this  
Pandaaa

sonic blow continuous attacking [Injustice Card]

Question

already tried this thing

skill.c

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

also this

skill_db.conf

 

    Id: 136
    Name: "AS_SONICBLOW"
    Description: "Sonic Blow"
    MaxLevel: 10
    Range: 1
    Hit: "BDT_MULTIHIT"
    SkillType: {
        Enemy: true
    }
    AttackType: "Weapon"
    Element: "Ele_Weapon"
    NumberOfHits: -8
    AfterCastActDelay: 0
    AfterCastWalkDelay: 2000
    SkillData2: 5000
    CoolDown: 0
 

still stopping if sonic blow casts.. Anyonee?

Edited by Pandaaa

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

already tried this thing

skill.c

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

also this

skill_db.conf

 

    Id: 136
    Name: "AS_SONICBLOW"
    Description: "Sonic Blow"
    MaxLevel: 10
    Range: 1
    Hit: "BDT_MULTIHIT"
    SkillType: {
        Enemy: true
    }
    AttackType: "Weapon"
    Element: "Ele_Weapon"
    NumberOfHits: -8
    AfterCastActDelay: 0
    AfterCastWalkDelay: 2000
    SkillData2: 5000
    CoolDown: 0
 

still stopping if sonic blow casts.. Anyonee?

Just put 0 on this AfterCastWalkDelay: 2000

Share this post


Link to post
Share on other sites

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

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.