Jump to content
  • 0
ajaytrix

R> for this item script

Question

How to do this item script? :) 

 

Case:

If character reaches the baselevel of 200, item will be automatically removed/cannot be equipped. 

 

Thanks! :)

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

if(BaseLevel>=200) { unequip 4; } if(BaseLevel>=200) { unequip 3; }
 

Set that item script to both script and equip_script

 

 

The example I used is for weapons, but you can see the equip ID's from this table: http://rathena.org/wiki/Getequipid

Edited by Xynvaroth
Added code bbcode tags.
  • Upvote 1
Link to comment
Share on other sites

Posted · Hidden by Xynvaroth, August 6, 2013 - rAthena Board Rules: Posts may not contain spam. Spam is one word posts, posts with no meaning to the topic, or double/triple posts without reason. Posting in the wrong section is also not tolerated. Posts in Off Topic do not count. It's Off Topic..
Hidden by Xynvaroth, August 6, 2013 - rAthena Board Rules: Posts may not contain spam. Spam is one word posts, posts with no meaning to the topic, or double/triple posts without reason. Posting in the wrong section is also not tolerated. Posts in Off Topic do not count. It's Off Topic..

hmm :D

Link to comment

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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.