Jump to content
  • 0

Item Script <job> ONLY


WhatFT

Question


  • Group:  Members
  • Topic Count:  142
  • Topics Per Day:  0.03
  • Content Count:  511
  • Reputation:   7
  • Joined:  02/15/12
  • Last Seen:  

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


  • Group:  Developer
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  815
  • Reputation:   235
  • Joined:  01/30/13
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  142
  • Topics Per Day:  0.03
  • Content Count:  511
  • Reputation:   7
  • Joined:  02/15/12
  • Last Seen:  

It's working now thanks for the help to both of you, especially for the .exe :)

Link to comment
Share on other sites

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.

×
×
  • Create New...