[Job] Usage restriction

Tsuuu

New member
Messages
80
Points
0
Emulator
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?

 
Last edited by a moderator:
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.

 
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?

 
Back
Top