WhatFT Posted February 12, 2013 Group: Members Topic Count: 142 Topics Per Day: 0.03 Content Count: 511 Reputation: 7 Joined: 02/15/12 Last Seen: April 11, 2014 Share Posted February 12, 2013 Is there a program(.exe) that can instantly fixed the itemscripts? I know there is but I forgot the name.. How can I fix the job restrictions? Example I want Head 1 to be used only by High WIzard ONLY, Head 2 for Paladin ONLY.. I forgot the 0xFFF???? something like that... thank you Quote Link to comment Share on other sites More sharing options...
Playtester Posted February 12, 2013 Group: Developer Topic Count: 37 Topics Per Day: 0.01 Content Count: 897 Reputation: 248 Joined: 01/30/13 Last Seen: Yesterday at 09:07 AM Share Posted February 12, 2013 Well not familiar with tools myself, but getting the correct code is fairly easy, all jobs usually looks like this: 0xFFFFFFFF,7 Now you just gotta check the file in the documentation which is here: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/doc/item_db.txt High Wizard only (wizard+trans) would be: 0x00000200,2 Paladin only (Crusader+trans) would be: 0x00004000,2 You can also combine the classes by adding them together, for example High Wizard and Paladin would be: 0x00004200,2 Quote Link to comment Share on other sites More sharing options...
clydelion Posted February 12, 2013 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 754 Reputation: 186 Joined: 05/22/12 Last Seen: October 15, 2022 Share Posted February 12, 2013 Here's something i made http://rathena.org/board/files/file/2486-rathena-custom-item-db-generator/ 1 Quote Link to comment Share on other sites More sharing options...
WhatFT Posted February 14, 2013 Group: Members Topic Count: 142 Topics Per Day: 0.03 Content Count: 511 Reputation: 7 Joined: 02/15/12 Last Seen: April 11, 2014 Author Share Posted February 14, 2013 It's working now thanks for the help to both of you, especially for the .exe Quote Link to comment Share on other sites More sharing options...
Question
WhatFT
Is there a program(.exe) that can instantly fixed the itemscripts? I know there is but I forgot the name..
How can I fix the job restrictions? Example
I want Head 1 to be used only by High WIzard ONLY, Head 2 for Paladin ONLY..
I forgot the 0xFFF???? something like that... thank you
Link to comment
Share on other sites
3 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.