hyuna Posted February 2, 2013 Group: Members Topic Count: 37 Topics Per Day: 0.01 Content Count: 144 Reputation: 4 Joined: 10/28/12 Last Seen: November 29, 2014 Share Posted February 2, 2013 (edited) I saw some servers I played have unlimited box (for pots) with a limited period (ex.30 days). I want to know how to make its script and and put expiration dates...its kinda new to me THX Edited February 3, 2013 by hyuna Quote Link to comment Share on other sites More sharing options...
Capuche Posted February 2, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted February 2, 2013 (edited) A rental item which give unlimit box ? I hope you will understand my example : *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. prontera,155,168,5 script yuio 456,{ rentitem 13531, 86400 * 30; // 30 days end; } A NPC give a rental item. // ID,AegisName,Name,Type,Buy,Sell,Weight,ATK,DEF,Range,Slots,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script } 13531,Light_Red_Pot_Box,Light Red Potion Box,11,0,,0,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 603,1; },{},{} An item (not consumed - type 11) give unlimit item. Edited February 2, 2013 by Capuche 1 Quote Link to comment Share on other sites More sharing options...
hyuna Posted February 3, 2013 Group: Members Topic Count: 37 Topics Per Day: 0.01 Content Count: 144 Reputation: 4 Joined: 10/28/12 Last Seen: November 29, 2014 Author Share Posted February 3, 2013 oic...THX Capuche...something new I learned today!!! Quote Link to comment Share on other sites More sharing options...
Question
hyuna
I saw some servers I played have unlimited box (for pots) with a limited period (ex.30 days). I want to know how to make its script and and put expiration dates...its kinda new to me THX
Edited by hyunaLink to comment
Share on other sites
2 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.