IvanD Posted July 15, 2020 Group: Members Topic Count: 61 Topics Per Day: 0.02 Content Count: 110 Reputation: 0 Joined: 11/13/17 Last Seen: July 24, 2022 Share 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 Link to comment Share on other sites More sharing options...
1 sader1992 Posted July 15, 2020 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: 13 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 sader1992 Posted July 15, 2020 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: 13 hours ago Share Posted July 15, 2020 once? per char? per account? Quote Link to comment Share on other sites More sharing options...
0 IvanD Posted July 15, 2020 Group: Members Topic Count: 61 Topics Per Day: 0.02 Content Count: 110 Reputation: 0 Joined: 11/13/17 Last Seen: July 24, 2022 Author Share 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 Link to comment Share on other sites More sharing options...
0 IvanD Posted July 16, 2020 Group: Members Topic Count: 61 Topics Per Day: 0.02 Content Count: 110 Reputation: 0 Joined: 11/13/17 Last Seen: July 24, 2022 Author Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.