WhatFT Posted February 12, 2013 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
Playtester Posted February 12, 2013 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
clydelion Posted February 12, 2013 Posted February 12, 2013 Here's something i made http://rathena.org/board/files/file/2486-rathena-custom-item-db-generator/ 1 Quote
WhatFT Posted February 14, 2013 Author Posted February 14, 2013 It's working now thanks for the help to both of you, especially for the .exe Quote
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
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.