aurelia Posted September 23, 2013 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 06/08/12 Last Seen: December 25, 2013 Share Posted September 23, 2013 can i request this script?? if player online 24 hour then get @cash 5 thx before ^^ Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 23, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted September 23, 2013 find any hourly reward script in forum and change the reward to cashpoints. Quote Link to comment Share on other sites More sharing options...
krisnx Posted September 24, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 104 Reputation: 4 Joined: 06/23/12 Last Seen: October 20, 2022 Share Posted September 24, 2013 - script hourlypoints -1,{ //--Start of the Script OnPCLoginEvent: attachnpctimer ""+strcharinfo(0)+""; initnpctimer; end; OnTimer60000: set @minute, @minute + 1; if(@minute == 1440){ set @minute,0; set .@point_amt, 5; //Points to get every 24 hour set #CASHPOINTS, #CASHPOINTS + .@point_amt; dispbottom "You received "+.@point_amt+" Cash points by staying ingame for 24 hour"; dispbottom "Current Balance = "+#CASHPOINTS+" Cash points"; set @consecutive_hour, @consecutive_hour + 1; } stopnpctimer; initnpctimer; end; } //--End of the Script maybe you can use this . correct me if this script wrong Quote Link to comment Share on other sites More sharing options...
Question
aurelia
can i request this script??
if player online 24 hour then get @cash 5
thx before ^^
Link to comment
Share on other sites
2 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.