IvanD Posted July 15, 2020 Posted July 15, 2020 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 Quote
1 sader1992 Posted July 15, 2020 Posted July 15, 2020 (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 July 15, 2020 by sader1992 1 Quote
0 IvanD Posted July 15, 2020 Author Posted July 15, 2020 (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 July 15, 2020 by IvanD Quote
0 IvanD Posted July 16, 2020 Author Posted July 16, 2020 (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 July 16, 2020 by IvanD Quote
Question
IvanD
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.