Kater Posted September 17, 2024 Posted September 17, 2024 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; With the item equipped: Quote
0 b1rbert Posted September 17, 2024 Posted September 17, 2024 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; With the item equipped: 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: 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" Quote
Question
Kater
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;
With the item equipped:
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.