Allowing to use Item

Imbecile

New member
Messages
30
Points
0
How can i allow all jobs to use Valkyrie Set and Diabolus Set? And Tried changing the Job:  0xFFFFFFFF and (Tried) 0xFFFFFFFE But doesn't work as i @reloaditemdb and Restart the server. Help?

 
by default Valkyrie Upper is 58

set Upper: 63

  • Upper: Specifies whether the item can be used by normal, baby or reborn classes. Values below can be combined, i. e. 1|4 -> 5 (Normal+Baby Classes)Note: Setting 2 enables the item for Transcendant and 3rd classes. Use 8 to enable the item for 3rd classes only.

Normal jobs: 0x01 (1)
Upper jobs: 0x02 (2)
Baby jobs: 0x04 (4)
Third jobs: 0x08 (8)
Upper Third jobs: 0x10 (16)
Baby Third jobs: 0x20 (32)

Under pre-re mode third classes are considered upper, making use of
the 8 and above masks is therefore not necessary unless in renewal
mode. When no value is specified, all classes (mask 0x3f) are able to
equip the item.
 
Back
Top