aurelia Posted September 23, 2013 Posted September 23, 2013 can i request this script?? if player online 24 hour then get @cash 5 thx before ^^ Quote
Emistry Posted September 23, 2013 Posted September 23, 2013 find any hourly reward script in forum and change the reward to cashpoints. Quote
krisnx Posted September 24, 2013 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
Question
aurelia
can i request this script??
if player online 24 hour then get @cash 5
thx before ^^
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.