Rayhan Posted December 27, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 102 Reputation: 1 Joined: 11/06/12 Last Seen: May 8, 2013 Share Posted December 27, 2012 Hey guys, sorry about this, i feel so stupid for asking this i should be able to find this somewhere but i can not for some reason. I've created a weapon for Taekwon Class only and I'm just wondering what the code is so only Taekwon Class can use it. Thanks in advanced. Quote Link to comment Share on other sites More sharing options...
iubantot Posted December 27, 2012 Group: Members Topic Count: 118 Topics Per Day: 0.03 Content Count: 313 Reputation: 34 Joined: 10/15/12 Last Seen: 52 minutes ago Share Posted December 27, 2012 Taekwon (2^21): 0x00200000 StarGladiator (2^22): 0x00400000 Quote Link to comment Share on other sites More sharing options...
Rayhan Posted December 27, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 102 Reputation: 1 Joined: 11/06/12 Last Seen: May 8, 2013 Author Share Posted December 27, 2012 (edited) Yea, do you know the SQL digit for this? For example, all classes = 4294967295 Edited December 27, 2012 by Rayhan Quote Link to comment Share on other sites More sharing options...
Rayhan Posted December 31, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 102 Reputation: 1 Joined: 11/06/12 Last Seen: May 8, 2013 Author Share Posted December 31, 2012 Sorry, Bump? Quote Link to comment Share on other sites More sharing options...
Rayhan Posted January 4, 2013 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 102 Reputation: 1 Joined: 11/06/12 Last Seen: May 8, 2013 Author Share Posted January 4, 2013 Bump? Quote Link to comment Share on other sites More sharing options...
Rayhan Posted January 8, 2013 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 102 Reputation: 1 Joined: 11/06/12 Last Seen: May 8, 2013 Author Share Posted January 8, 2013 .... Bump? Quote Link to comment Share on other sites More sharing options...
Capuche Posted January 8, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted January 8, 2013 (edited) I've created a weapon for Taekwon Class only and I'm just wondering what the code is so only Taekwon Class can use it. Taekwon (2^21): 0x00200000 StarGladiator (2^22): 0x00400000 Example : 1550,Book,Book,4,30000,,600,85,,1,3,0x00200000,7,2,2,2,14,1,15,{},{},{} would be for Taekwon only. Taekwon (2^21): 0x00200000 StarGladiator (2^22): 0x00400000 -------------------------------------------------- 0x00600000 1550,Book,Book,4,30000,,600,85,,1,3,0x00600000,7,2,2,2,14,1,15,{},{},{} would be for Taekwon AND StarGladiator only. See http://svn.rathena.org/svn/rathena/trunk/doc/item_db.txt for more bitmasks. Edited January 8, 2013 by Capuche Quote Link to comment Share on other sites More sharing options...
Question
Rayhan
Hey guys, sorry about this, i feel so stupid for asking this i should be able to find this somewhere but i can not for some reason.
I've created a weapon for Taekwon Class only and I'm just wondering what the code is so only Taekwon Class can use it.
Thanks in advanced.
Link to comment
Share on other sites
6 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.