Delay 99 Off Hand Weapons
Re: Delay 99 Off Hand Weapons
can I see how yours looks to get idea what suppose to setup on it
[GM] Soulsin
Re: Delay 99 Off Hand Weapons
Mandau under item_weapon: 19747 ID. Skill 2 (for dagger). Subskill 0. DmgType 1. Hit 1. Delay 176. Damage 55. Unlock_Index 0.
Twash under item_weapon: 19806 ID. Skill 2. Subskill 0. DmgType 1. Hit 1. Delay 176. Damage 55. Unlock_Index 0.
Edit: Mandau ID 19747 under item_armor didn't have any mID number set to it either. So set it to 334 so the weapon will show when you equip it.
Twash under item_weapon: 19806 ID. Skill 2. Subskill 0. DmgType 1. Hit 1. Delay 176. Damage 55. Unlock_Index 0.
Edit: Mandau ID 19747 under item_armor didn't have any mID number set to it either. So set it to 334 so the weapon will show when you equip it.
Last edited by Shadowmh on Sat Jul 05, 2014 2:53 am, edited 2 times in total.
Re: Delay 99 Off Hand Weapons
Thank you so much that will help me when I fix the weapons in Data Base, Next is to get the gear to show the stats.
[GM] Soulsin
Re: Delay 99 Off Hand Weapons
Have ask how get stats like DEX, STR, ect on weapons and gear?
[GM] Soulsin
Re: Delay 99 Off Hand Weapons
Which is done in item_mods.
https://wiki.dspt.info/index.php/Mod_IDs
These are all written in hex so you will need to convert them into dec when you put them in the DB.
For example Mandau at 99 has Attack 40.
MOD_ATT 0x17
Can use your calc in windows to convert these, Set it to Programmer mode. You'll see the Hex and Dec buttons.
Click Hex and type 17. Then press Dec and it comes out to 23.
Which is written like so in item_mods: 19747 (ItemID) | 23 (ModID) | 40 (Gives 40 Attack)
https://wiki.dspt.info/index.php/Mod_IDs
These are all written in hex so you will need to convert them into dec when you put them in the DB.
For example Mandau at 99 has Attack 40.
MOD_ATT 0x17
Can use your calc in windows to convert these, Set it to Programmer mode. You'll see the Hex and Dec buttons.
Click Hex and type 17. Then press Dec and it comes out to 23.
Which is written like so in item_mods: 19747 (ItemID) | 23 (ModID) | 40 (Gives 40 Attack)
Last edited by Shadowmh on Sat Jul 05, 2014 3:15 am, edited 1 time in total.