ajaytrix Posted August 6, 2013 Share 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 Link to comment Share on other sites More sharing options...
Jasc Posted August 6, 2013 Share 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 Link to comment Share on other sites More sharing options...
Patskie Posted August 6, 2013 Share 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 Link to comment
ajaytrix Posted August 7, 2013 Author Share Posted August 7, 2013 Thank you very much sir Jasc! Quote Link to comment Share on other sites More sharing options...
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