Jump to content
  • 0

Balmung reducing aspd


Kater

Question


  • Group:  Members
  • Topic Count:  76
  • Topics Per Day:  0.20
  • Content Count:  175
  • Reputation:   2
  • Joined:  04/03/24
  • Last Seen:  

Hi friends, I have item Balmung (ID: 1161) and when it is equipped it is decreasing the aspd... do you know how to fix it?

 

  - Id: 1161
    AegisName: Balmung
    Name: Balmung
    Type: Weapon
    SubType: 2hSword
    Buy: 20
    Weight: 1000
    Attack: 250
    Range: 1
    Locations:
      Right_Hand: true
    WeaponLevel: 4
    EquipLevelMin: 48
    Refineable: true
    Script: |
      bonus bUnbreakableWeapon;
      bonus bAtkEle,Ele_Holy;

 

image.png.81942e200761cc2f604759d9a16b1fb6.png

 

With the item equipped:

image.png.b848c0ae3b6c30f4b969081c54ed0b73.png

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  47
  • Reputation:   3
  • Joined:  05/04/14
  • Last Seen:  

1 hour ago, Kater said:

Hi friends, I have item Balmung (ID: 1161) and when it is equipped it is decreasing the aspd... do you know how to fix it?

 

  - Id: 1161
    AegisName: Balmung
    Name: Balmung
    Type: Weapon
    SubType: 2hSword
    Buy: 20
    Weight: 1000
    Attack: 250
    Range: 1
    Locations:
      Right_Hand: true
    WeaponLevel: 4
    EquipLevelMin: 48
    Refineable: true
    Script: |
      bonus bUnbreakableWeapon;
      bonus bAtkEle,Ele_Holy;

 

image.png.81942e200761cc2f604759d9a16b1fb6.png

 

With the item equipped:

image.png.b848c0ae3b6c30f4b969081c54ed0b73.png

Its because Balmung counts as "2-handed" which novice does not have the ASPD table for.

Check your "job_aspd" file in your DB under "pre-re" or "re" depending on your version and look for novice:

 

image.png.b2a4773a1e74fe186feb0986b6f987c4.png

There are two ways to fix your problem:

1. Add 2-handed Swords to the Novice (or any Class you want to use Balmung on) and give it a number, the lower the number the higher the base ASPD with 2h swords.

2. Simply edit Balmung's Subtype to "Sword" instead of "2hSword"

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