Feistz Posted May 31, 2012 Posted May 31, 2012 Hello rA, I want to make a certain item exclusive for Taekwon, Star Gladiator, Ninja, Gunslinger and Soul Linker but failed. I had already follow the instruction in the WIKI but failed. http://rathena.org/wiki/Custom_Items Here is my code for the Job part ( the one that failed ) 0x04400000 Can someone help me in this? Quote
FatalEror Posted May 31, 2012 Posted May 31, 2012 Taekwon (2^21): 0x00200000 StarGladiator (2^22): 0x00400000 Soul Linker (2^23): 0x00800000 Gunslinger (2^24): 0x01000000 Ninja (2^25): 0x02000000 -------------------------------------- 0x03E00000 Quote
FatalEror Posted May 31, 2012 Posted May 31, 2012 It's a Hexadecimal Number Taekwon(2) + StarGladiator(4) + Soul Linker(8) = 14 (decimal) → E (hex) you can calculate it manually, use Windows Calculator, or try this Quote
Question
Feistz
Hello rA,
I want to make a certain item exclusive for Taekwon, Star Gladiator, Ninja, Gunslinger and Soul Linker but failed. I had already follow the instruction in the WIKI but failed.
http://rathena.org/wiki/Custom_Items
Here is my code for the Job part ( the one that failed )
Can someone help me in this?
4 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.