Dvrstle Posted September 22, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Share Posted September 22, 2012 how can i make this one? =) Quote Link to comment Share on other sites More sharing options...
Bin4ry Posted September 22, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 782 Reputation: 82 Joined: 01/01/12 Last Seen: September 21, 2015 Share Posted September 22, 2012 Use RentItem rentitem <Item ID>, <Time>; Example: rentitem 1530,604800; This example will rent Mjolnir for the player with a 7 day duration. Quote Link to comment Share on other sites More sharing options...
Dvrstle Posted September 22, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Author Share Posted September 22, 2012 is it on seconds format? Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 22, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 1 hour ago Share Posted September 22, 2012 rentitem Quote Link to comment Share on other sites More sharing options...
cadz Posted October 30, 2012 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 243 Reputation: 1 Joined: 08/29/12 Last Seen: August 1, 2021 Share Posted October 30, 2012 where to pu this rent item in item_db? Quote Link to comment Share on other sites More sharing options...
Peopleperson49 Posted November 8, 2012 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: Tuesday at 02:28 AM Share Posted November 8, 2012 Cadz rent items is a script command. Look in the doc/script_commands.txt! Peopleperson49 *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. Quote Link to comment Share on other sites More sharing options...
Dastgir Posted November 12, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 331 Reputation: 63 Joined: 11/29/11 Last Seen: Yesterday at 10:21 AM Share Posted November 12, 2012 where to pu this rent item in item_db? You have to put rentitem in the script not in item_db. - script Freebies -1,{ OnPCLoginEvent: if (#Freebie) end; rentitem <itemid>,86400; //Rent Item for 1 day dispbottom "Here is Your Freebies"; set #Freebie,1; end; } Quote Link to comment Share on other sites More sharing options...
Bin4ry Posted November 12, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 782 Reputation: 82 Joined: 01/01/12 Last Seen: September 21, 2015 Share Posted November 12, 2012 Nope, he can also put it as item script effect for usable item. Quote Link to comment Share on other sites More sharing options...
cadz Posted November 12, 2012 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 243 Reputation: 1 Joined: 08/29/12 Last Seen: August 1, 2021 Share Posted November 12, 2012 okay thanks a lot. now i know. Quote Link to comment Share on other sites More sharing options...
Question
Dvrstle
how can i make this one? =)
Link to comment
Share on other sites
8 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.