Jump to content
  • 0

how to nmake a rental item?


rko123

Question


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  32
  • Reputation:   0
  • Joined:  03/05/12
  • Last Seen:  

how to make a rental items? example : i want to duplicate the sleipnir , and make it a rental item??

Link to comment
Share on other sites

19 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

*rentitem <item id>,<time>;
*rentitem "<item name>",<time>;
Creates a rental item in the attached character's inventory. The item will expire
in <time> seconds and be automatically deleted. When receiving a rental item,
the character will receive a message in their chat window. The character will
also receive warning messages in their chat window before the item disappears.
This command can not be used to rent stackable items. Rental items cannot be
dropped, traded, sold to NPCs, or placed in guild storage. (i.e. trade mask 75)
Note: 'delitem' in an NPC script can still remove rental items.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  32
  • Reputation:   0
  • Joined:  03/05/12
  • Last Seen:  

hello , do i need to make new item id? no client edit required? no source edit required??

Edited by rko123
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

no need to make new items.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  32
  • Reputation:   0
  • Joined:  03/05/12
  • Last Seen:  

what do i need to add in my itemdb then? to make a duplicate of sleipnir as rental item..

or maybe how can i do this? when a new account creates new character, there will be automatic rental items on their inventory like slipnir and lkh

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

nothing need to add...no need add any new item..no need to duplicate any items...

just use this command to give the items.

rentitem <ItemID>,<Time>;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  566
  • Reputation:   34
  • Joined:  11/17/11
  • Last Seen:  

I will make him understand..

@rentitem sleipnir 300

This will make the sleipnir last up to 5minutes only.

How do I get the 300?

For 1 minute, there is 60 seconds right? then..

60secs X 5 minutes = 300

Let me know guys if I have mistaken.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  32
  • Reputation:   0
  • Joined:  03/05/12
  • Last Seen:  

i dont have @rentitem in atcommand , how can i do this? every charcter created automatically have a rental sleipnir and LKH?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  382
  • Reputation:   38
  • Joined:  01/17/12
  • Last Seen:  

You have to add your item ids to the script and then add the script to your server:

http://upaste.me/4850529ea76b955

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  111
  • Topics Per Day:  0.02
  • Content Count:  573
  • Reputation:   20
  • Joined:  11/19/11
  • Last Seen:  

well if you want to duplicate sleipner just goto item_avail.txt

ItemID,Sleipner'sItemID

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  382
  • Reputation:   38
  • Joined:  01/17/12
  • Last Seen:  

well if you want to duplicate sleipner just goto item_avail.txt

ItemID,Sleipner'sItemID

He don't have to duplicate it to create a renting item. That's what he was asking for ;)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  32
  • Reputation:   0
  • Joined:  03/05/12
  • Last Seen:  

thanks stapo.; its working...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  32
  • Reputation:   0
  • Joined:  03/05/12
  • Last Seen:  

hello , can some tell me how to fix this? my rental items, if i put a name on it, it become permanent or a normal item... how can i fix or avoid this..??

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

you cant add name in the rental items...

in normal cases..

a rental item shouldnt have name / card inside it.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  32
  • Reputation:   0
  • Joined:  03/05/12
  • Last Seen:  

i test to put a name in the rental items and it become permanent item.. i use the rental items as freebies for the new players, and i discovered that they put a name for the rental items to make it permanent..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  07/24/12
  • Last Seen:  

thats my problem too.

i made a card that can be insert to weapons and after the duration the card wont deleted. it stays in the weapon and the duration was gone. and the card was no time. it means unlimited.

how to fix this?

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

Any Card / Item that inserted into a RENTAL item... when the rental item duration is out....it will be deleted along with the card / item that compounded into the rental items.

If you take a Rental Item to sign with Character Name...the rental duration will be removed.

( edit your Item Sign NPC to check whether the item is rental item or not to avoid this )

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  141
  • Reputation:   34
  • Joined:  05/30/12
  • Last Seen:  

Well i tested it with Dark Bash (5808) for 10 seconds, but when i log out the counter didn't go on. (I waited for like 2 minutes and it didn't disappear). After i clicked the npc to give it again, Both Bash's disappeard after 10 seconds. May i have an old version?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

zedrik04 mean card not weapon =), look like rental item can give equipment only. if goes to card will change to parmenent. if sign too. hmm.... anyone can provide the sign npc that have check rental item or not??

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

zedrik04 mean card not weapon =), look like rental item can give equipment only. if goes to card will change to parmenent. if sign too. hmm.... anyone can provide the sign npc that have check rental item or not??

http://www.eathena.ws/board/index.php?s=&showtopic=241313&view=findpost&p=1318374

  • Like 1
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...