Jump to content
  • 0

1 day rental with 1 click


Question

Posted

does anyone have a 1 click npc that will give an item for 1 cash point.... the item receive will have 1 day rental... the npc has no dialogue at all... but will have a chatbox saying "click me"/

 

 

thank you in advance rathenians ?

4 answers to this question

Recommended Posts

  • 1
Posted (edited)
prontera,154,180,0	script	rental item	444,{
	if(#CASHPOINTS){
		rentitem <item id>,<time>;//time in seconds, 1 day = 86400
		#CASHPOINTS -= 1;
	}
	end;
OnInit:
	waitingroom "[  Click Me!  ]",0;
end;
}

 

Edited by sader1992
  • Upvote 1
  • 0
Posted (edited)
Just now, sader1992 said:

once?

per char?

per account?

he/she can get two or more

he/she can use any character

he/she can use all account

?

prettymuch has no limit 

Edited by IvanD
  • 0
Posted (edited)
Just now, sader1992 said:

prontera,154,180,0	script	rental item	444,{
	if(#CASHPOINTS){
		rentitem <item id>,<time>;//time in seconds, 1 day = 86400
		#CASHPOINTS -= 1;
	}
	end;
OnInit:
	waitingroom "[  Click Me!  ]",0;
end;
}

 

one more please... is it possible to add player name, and he can redeem the points that been accumalated?

Edited by IvanD

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...