ajaytrix Posted August 6, 2013 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 84 Reputation: 0 Joined: 03/29/12 Last Seen: February 15, 2017 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...
Patskie Posted August 6, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 19 hours ago 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
Jasc Posted August 6, 2013 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 270 Reputation: 20 Joined: 12/10/11 Last Seen: June 28, 2022 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...
ajaytrix Posted August 7, 2013 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 84 Reputation: 0 Joined: 03/29/12 Last Seen: February 15, 2017 Author Share Posted August 7, 2013 Thank you very much sir Jasc! Quote Link to comment Share on other sites More sharing options...
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!
Link to comment
Share on other sites
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.