Jump to content
  • 0

Item Script <job> ONLY


Question

Posted

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

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...