Feistz Posted May 31, 2012 Share 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 Link to comment Share on other sites More sharing options...
FatalEror Posted May 31, 2012 Share 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 Link to comment Share on other sites More sharing options...
Feistz Posted May 31, 2012 Author Share Posted May 31, 2012 How do you calculate that? Quote Link to comment Share on other sites More sharing options...
FatalEror Posted May 31, 2012 Share 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 Link to comment Share on other sites More sharing options...
Feistz Posted May 31, 2012 Author Share Posted May 31, 2012 OK thanks! Now i got it Quote Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites