Tsuuu 11 Posted January 29, 2017 (edited) I would like to know how do I forbid certain classes to use certain equipment. I already tried using Id: 18603 AegisName: "Black_Devil_Mask_" Name: "Black Devil's Mask" Type: 5 Buy: 20 Job: 0x028F5EEE Weight: 100 Slots: 1 Loc: 512 Refine: false View: 760 Script: <" bonus bAllStats,10; "> Does not work. :/ Is there a list of job class identifiers? Edited January 29, 2017 by Tsuuu Quote Share this post Link to post Share on other sites
0 Asheraf 123 Posted January 29, 2017 Use job names (example): Job: { Swordsman: true Magician: true Merchant: true Knight: true Wizard: true Blacksmith: true Crusader: true Rogue: true Alchemist: true Taekwon: true Star_Gladiator: true Soul_Linker: true Gunslinger: true } and you could check the header of item db file for a list of all the available jobs. 1 Tsuuu reacted to this Quote Share this post Link to post Share on other sites
0 Like it~* 15 Posted January 30, 2017 Use job names (example): Job: { Swordsman: true Magician: true Merchant: true Knight: true Wizard: true Blacksmith: true Crusader: true Rogue: true Alchemist: true Taekwon: true Star_Gladiator: true Soul_Linker: true Gunslinger: true } and you could check the header of item db file for a list of all the available jobs. That would not block the evolutions of each class using such equipment, right? Quote Share this post Link to post Share on other sites
I would like to know how do I forbid certain classes to use certain equipment.
I already tried using
Does not work. :/
Is there a list of job class identifiers?
Edited by TsuuuShare this post
Link to post
Share on other sites