Loke Posted February 9, 2021 Posted February 9, 2021 How to disabled Jur in Thief? In my server Thief Class can equip all Jur type weapon that cause error. Quote
0 _Terra Posted February 9, 2021 Posted February 9, 2021 Can you show me the katar code on item_db? The code by default is 0x00001000 or if you are using new db should be: - Id: 1250 AegisName: Jur Name: Jur Type: Weapon SubType: Katar Buy: 19500 Weight: 800 Attack: 125 Range: 1 Slots: 2 Jobs: Assassin: true Locations: Both_Hand: true WeaponLevel: 2 EquipLevelMin: 18 Refineable: true Quote
0 Loke Posted February 9, 2021 Author Posted February 9, 2021 1 hour ago, EIysium said: Can you show me the katar code on item_db? The code by default is 0x00001000 or if you are using new db should be: - Id: 1250 AegisName: Jur Name: Jur Type: Weapon SubType: Katar Buy: 19500 Weight: 800 Attack: 125 Range: 1 Slots: 2 Jobs: Assassin: true Locations: Both_Hand: true WeaponLevel: 2 EquipLevelMin: 18 Refineable: true -Id: 1264 AegisName: Various_Jur Name: Specialty Jur Type: Weapon SubType: Katar Buy: 20 Weight: 800 Attack: 90 Range: 1 Jobs: Assassin: true Slots: 4 Locations: Right_Hand: true Left_Hand: true WeaponLevel: 1 EquipLevelMin: 1 Refineable: true Script: | bonus2 bAddEff2,Eff_Bleeding,10; Quote
0 Loke Posted February 14, 2021 Author Posted February 14, 2021 (edited) On 2/9/2021 at 9:00 PM, BeWan said: Jobs: Assassin: true Thief: false try I did that already but still i can equip the weapon using thief class. Btw thanks for the reply. Edited February 14, 2021 by Loke Quote
0 BeWan Posted February 14, 2021 Posted February 14, 2021 1 hour ago, Loke said: I did that already but still i can equip the weapon using thief class. Btw thanks for the reply. then use script like if(base == thief class id){}else{} Quote
Question
Loke
How to disabled Jur in Thief? In my server Thief Class can equip all Jur type weapon that cause error.
5 answers 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.