Hello guys, I am trying to make a custom items but i have confuse in this part.
My plan is to make a custom items that is not wearable by 3rd classes
So what is exactly the code?
http://herc.ws/wiki/Custom_Items
(S.) Novice (2^00): 0x00000001Swordman (2^01): 0x00000002Mage (2^02): 0x00000004Archer (2^03): 0x00000008Acolyte (2^04): 0x00000010Merchant (2^05): 0x00000020Thief (2^06): 0x00000040Knight (2^07): 0x00000080Priest (2^08): 0x00000100Wizard (2^09): 0x00000200Blacksmith (2^10): 0x00000400Hunter (2^11): 0x00000800Assassin (2^12): 0x00001000Unused (2^13): 0x00002000Crusader (2^14): 0x00004000Monk (2^15): 0x00008000Sage (2^16): 0x00010000Rogue (2^17): 0x00020000Alchemist (2^18): 0x00040000Bard/Dancer (2^19): 0x00080000Unused (2^20): 0x00100000Taekwon (2^21): 0x00200000StarGladiator (2^22): 0x00400000Soul Linker (2^23): 0x00800000Gunslinger (2^24): 0x01000000Ninja (2^25): 0x02000000Gangsi (2^26): 0x04000000Death Knight (2^27): 0x08000000Dark Collector (2^28): 0x10000000Kagerou/Oboro (2^29): 0x20000000Rebellion (2^30): 0x40000000Some other commonly used values:All Classes : 0xFFFFFFFFEvery Job Except Novice : 0xFFFFFFFE
All in the list are all 2nd jobs and first job. so If I will use them I think it will be automatically wearable by the 3rd classes?
My plan is to make a custom items that is not wearable by 3rd classes
So what is exactly the code?
http://herc.ws/wiki/Custom_Items
(S.) Novice (2^00): 0x00000001Swordman (2^01): 0x00000002Mage (2^02): 0x00000004Archer (2^03): 0x00000008Acolyte (2^04): 0x00000010Merchant (2^05): 0x00000020Thief (2^06): 0x00000040Knight (2^07): 0x00000080Priest (2^08): 0x00000100Wizard (2^09): 0x00000200Blacksmith (2^10): 0x00000400Hunter (2^11): 0x00000800Assassin (2^12): 0x00001000Unused (2^13): 0x00002000Crusader (2^14): 0x00004000Monk (2^15): 0x00008000Sage (2^16): 0x00010000Rogue (2^17): 0x00020000Alchemist (2^18): 0x00040000Bard/Dancer (2^19): 0x00080000Unused (2^20): 0x00100000Taekwon (2^21): 0x00200000StarGladiator (2^22): 0x00400000Soul Linker (2^23): 0x00800000Gunslinger (2^24): 0x01000000Ninja (2^25): 0x02000000Gangsi (2^26): 0x04000000Death Knight (2^27): 0x08000000Dark Collector (2^28): 0x10000000Kagerou/Oboro (2^29): 0x20000000Rebellion (2^30): 0x40000000Some other commonly used values:All Classes : 0xFFFFFFFFEvery Job Except Novice : 0xFFFFFFFE
All in the list are all 2nd jobs and first job. so If I will use them I think it will be automatically wearable by the 3rd classes?
Last edited by a moderator: