Jump to content
  • 0

Make sonic Blow not be affected by Bragi and Kiel cards


iraciz

Question


  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   108
  • Joined:  10/05/12
  • Last Seen:  

Good day,

My users are complainting the sonic blow behaviour in poem of bragi, assassi cross can cast 2 or even 3 sonics at once, because the skill is being affected by poem, and cast delay reduce gear, please how can I make sonic blow delay not be affected by songs or gears?  

here's the skill structure:

  - Id: 136
    Name: AS_SONICBLOW
    Description: Sonic Blow
    MaxLevel: 10
    Type: Weapon
    TargetType: Attack
    Range: 1
    Hit: Multi_Hit
    HitCount: -8
    Element: Weapon
    CopyFlags:
      Skill:
        Plagiarism: true
        Reproduce: true
    AfterCastActDelay: 2000
    AfterCastWalkDelay: 2000
    Duration2: 5000
    CastDelayFlags:
      IgnoreStatus: true
    Requires:
      SpCost:
        - Level: 1
          Amount: 16
        - Level: 2
          Amount: 18
        - Level: 3
          Amount: 20
        - Level: 4
          Amount: 22
        - Level: 5
          Amount: 24
        - Level: 6
          Amount: 26
        - Level: 7
          Amount: 28
        - Level: 8
          Amount: 30
        - Level: 9
          Amount: 32
        - Level: 10
          Amount: 34
      Weapon:
        Katar: true

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   108
  • Joined:  10/05/12
  • Last Seen:  

Solved, 

CastDelayFlags:
IgnoreStatus: true
IgnoreItemBonus: true

NOTE:

The default structure of Sonic Blow Skill comes without cooldown, so the castdelay flags are useless!, unless you add a cooldown to force a delay and avoid the skill being casted twice or triple in an instant.

Cooldown: 1000

example:

  - Id: 136
    Name: AS_SONICBLOW
    Description: Sonic Blow
    MaxLevel: 10
    Type: Weapon
    TargetType: Attack
    Range: 1
    Hit: Multi_Hit
    HitCount: -8
    Element: Weapon
    CopyFlags:
      Skill:
        Plagiarism: true
        Reproduce: true
        RemoveRequirement: true
    AfterCastActDelay: 2000
    AfterCastWalkDelay: 2000
    Cooldown: 1000
    Duration2: 5000
    CastDelayFlags:
      IgnoreStatus: true
      IgnoreItemBonus: true
    Requires:
      SpCost:
        - Level: 1
          Amount: 16
        - Level: 2
          Amount: 18
        - Level: 3
          Amount: 20
        - Level: 4
          Amount: 22
        - Level: 5
          Amount: 24
        - Level: 6
          Amount: 26
        - Level: 7
          Amount: 28
        - Level: 8
          Amount: 30
        - Level: 9
          Amount: 32
        - Level: 10
          Amount: 34
      Weapon:
        Katar: true

 

Edited by iraciz
Link to comment
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.   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.

×
×
  • Create New...