Jump to content
  • 0

R / H > How to remove Sonic Blow animation


budek

Question


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  46
  • Reputation:   2
  • Joined:  01/11/14
  • Last Seen:  

Hello,

I'm not sure if I'm in the right section. I would like to ask. How to remove Sonic Blow animation? 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   0
  • Joined:  03/08/15
  • Last Seen:  

If you want to remove the force attack animation make the value to 0 on db/pre/skill_db.yml

AfterCastWalkDelay: 2000

to

AfterCastWalkDelay: 0
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  46
  • Reputation:   2
  • Joined:  01/11/14
  • Last Seen:  

On 10/24/2021 at 3:06 AM, kohjuliana said:

If you want to remove the force attack animation make the value to 0 on db/pre/skill_db.yml

AfterCastWalkDelay: 2000

to

AfterCastWalkDelay: 0

Hi, 

Just tried. But it didn't reach my goal. My goal is to spam the Sonic Blow.  Below is my skill settings.

  - Id: 136
    Name: AS_SONICBLOW
    Description: Sonic Blow
    MaxLevel: 10
    Type: Weapon
    TargetType: Attack
    Range: 1
    Hit: Multi_Hit
    HitCount: -8
    Element: Weapon
#    AfterCastActDelay: 2000
    AfterCastWalkDelay: 0
#    Duration2: 5000
#    Duration2: 3000
#    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

 

Edited by Mael
Use codebox
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   0
  • Joined:  03/08/15
  • Last Seen:  

Then try to

AfterCastActDelay: 0
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...