Jump to content
  • 0

Basic Rental Script..


Currently

Question


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  313
  • Reputation:   1
  • Joined:  01/22/12
  • Last Seen:  

comodo,191,157,4 script Set of the day 83,{
 
mes"[set of the day]";
mes "Welcome to FiestaRO!";
mes "Ready to receive your set of the day?";
next;
mes "[set of the day]";
mes "Today's set is called ^FF0000 The Great Madara ^000000.";
mes "Set of the day only last for ^00FF00 3 hours ^000000 so make it count!";
sleep 1000;
rentitem 31874,10800;
sleep 5000;
rentitem 31895,10800;
sleep 1000;
close;
 
}

 

 

Put time limit of 24 hours before talking to the NPC again for the new set.

 

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  439
  • Reputation:   29
  • Joined:  12/08/11
  • Last Seen:  

Try this

comodo,191,157,4	script	Set of the day	83,{
	if (rewarded > gettimetick(2)) close;
	mes"[Set of the day]";
	mes "Welcome to FiestaRO!";
	mes "Ready to receive your set of the day?";
	next;
	mes "[Set of the day]";
	mes "Today's set is called ^FF0000 The Great Madara ^000000.";
	mes "Set of the day only last for ^00FF00 3 hours ^000000 so make it count!";
	sleep 1000;
	rentitem 31874,10800;
	sleep 5000;
	rentitem 31895,10800;
	sleep 1000;
	set rewarded, gettimetick(2) + 86400;
	close;
}
Edited by Magnetix
  • Upvote 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...