Feistz Posted May 31, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 139 Reputation: 10 Joined: 11/10/11 Last Seen: April 12 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 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 67 Reputation: 23 Joined: 11/14/11 Last Seen: October 3, 2014 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 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 139 Reputation: 10 Joined: 11/10/11 Last Seen: April 12 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 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 67 Reputation: 23 Joined: 11/14/11 Last Seen: October 3, 2014 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 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 139 Reputation: 10 Joined: 11/10/11 Last Seen: April 12 Author Share Posted May 31, 2012 OK thanks! Now i got it Quote Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites
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.