Jump to content
  • 0

R> for this item script


ajaytrix

Question


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  84
  • Reputation:   0
  • Joined:  03/29/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  270
  • Reputation:   20
  • Joined:  12/10/11
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  84
  • Reputation:   0
  • Joined:  03/29/12
  • Last Seen:  

Thank you very much sir Jasc! :)

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