ajaytrix Posted August 6, 2013 Posted August 6, 2013 How to do this item script? Case: If character reaches the baselevel of 200, item will be automatically removed/cannot be equipped. Thanks! Quote
Jasc Posted August 6, 2013 Posted August 6, 2013 (edited) 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 August 6, 2013 by Xynvaroth Added code bbcode tags. 1 Quote
Patskie Posted August 6, 2013 Posted August 6, 2013 · 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
Question
ajaytrix
How to do this item script?
Case:
If character reaches the baselevel of 200, item will be automatically removed/cannot be equipped.
Thanks!
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.