Jump to content
  • 0

Script to delete item in ID


uDe

Question


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

I still didn't get a way to solve my problem at here : http://rathena.org/b...efine-rentitem/

So, I came up with another idea for a script to automatically delete item from players ID.

I need it to be automatically delete the item,

Example : I will set an ItemID and PlayerID to that script and the duration of rent. Then after the duration finished. The script will delete the item from that ID.

So, the players will be freely to refine/de-refine the equipments.

In this case, there should be no problems about trade item because the equipments cannot be trade in any ways.

I know this sounds noob. But for now, that's what I can think. But if this can be done. We don't have to worry for players to exploit the rentitem.

Thank you.

Edited by uDe
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

prontera,155,179,5    script    jdhfkjshfs    100,{
   rentitem 1201, 3;
   equip 1201;
   successrefitem EQI_HAND_R;
   successrefitem EQI_HAND_R;
   successrefitem EQI_HAND_R;
   sleep2 1000;
   downrefitem EQI_HAND_R;
   close;
}

I think there's a bug in SVN

yes, the item is still there,

post-8685-0-35588700-1354479357_thumb.jpg

but after relog, the item is magically gone

EDIT:

report in bug tracker

http://rathena.org/board/tracker/issue-6971-rentitem-with-refined-items-stays-in-inventory-until-relog/

Edited by AnnieRuru
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...