Rental + Account Bound

ChivalryRO

New member
Messages
7
Points
0
getitembound2 + rentitem ? is that possible ? cuz i want to make a freebies npc that gives account bound item with expiration.

 
*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.
 
I believe the rent command already accomplishes what you are trying to.
 
Back
Top