Jump to content
  • 0
Sign in to follow this  
mrlongshen

Freebies with rental

Question

Hello all. I want to ask, how to modify this item to become a rental.

For example +10 formal suit with a rental for 7 days.

 

Thanks you.

 

new_1-1,59,114,5	script	FreeGift NPC	864,{	if(sorry == 1) {		mes "Hey! you Already Get Reward From Me.";		mes "Sorry I Cant Give You Anymore Again More Than 1 Times.";		next;		mes "I dont Care You Crying Or Not. Tell You Mom Also Me not Scare~wu!!";		emotion e_bzz;		close;	}	mes "Welcome To NonStop-RO Server "+strcharinfo(0)+" !!";	next;	mes "So You Is A New Player Here Right?";	next;	mes "Take My Reward Now And Have Fun With NonStop-RO Server";	next;	getitem2 31001,1,1,10,0,0,0,0,0;	getitem2 14545,10,1,0,0,0,0,0,0;	getitem2 12210,10,1,0,0,0,0,0,0;	getitem2 4142,2,1,0,0,0,0,0,0;	getitem2 4302,1,1,0,0,0,0,0,0;	getitem2 14232,5,1,0,0,0,0,0,0;	getitem2 2320,1,1,10,0,0,0,0,0;	getitem2 2102,1,1,10,0,0,0,0,0;	getitem2 2504,1,1,10,0,0,0,0,0;	getitem2 2404,1,1,10,0,0,0,0,0;	getitem2 1208,1,1,10,0,0,0,0,0;	set Zeny, Zeny + 50000000;	announce "NonStop Ragnarok Renewel Online : We Have New Player Join Our Server. His Name [ "+strcharinfo(0)+" ] !!",bc_all;	emotion e_thx;	set sorry,1;	close2;	warp "prontera",155,178;	end;}

 

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

try to use plugins called rentitem2

// Structure*rentitem2 <Item_ID>,<time>, <identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>;*rentitem2 "<Item_Name>",<time>, <identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>;// Scriptrentitem2 @inventorylist_id[.@item],.rentime,@inventorylist_identify[.@item],@inventorylist_refine[.@item],@inventorylist_attribute[.@item],@inventorylist_card1[.@item],@inventorylist_card2[.@item],@inventorylist_card3[.@item],@inventorylist_card4[.@item];

Share this post


Link to post
Share on other sites
  • 0

 

try to use plugins called rentitem2

// Structure*rentitem2 <Item_ID>,<time>, <identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>;*rentitem2 "<Item_Name>",<time>, <identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>;// Scriptrentitem2 @inventorylist_id[.@item],.rentime,@inventorylist_identify[.@item],@inventorylist_refine[.@item],@inventorylist_attribute[.@item],@inventorylist_card1[.@item],@inventorylist_card2[.@item],@inventorylist_card3[.@item],@inventorylist_card4[.@item];

 

I will let you know after I try it. Thanks.

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.