Jump to content
  • 0
Sign in to follow this  
adrian26v2

hourly Point !!

Question

OnTimer6000:set @minute, @minute + 1;//Check for 1 Minuteif(@minute == 60){    set @minute,0;    set .@point_amt, 10; //Points to get every hour (default: 10)    set #KAFRAPOINTS, #KAFRAPOINTS + .@point_amt;    dispbottom "You received "+.@point_amt+" Kafrapoints by staying ingame for 1 hour";    dispbottom "Current Balance = "+#KAFRAPOINTS+" Kafrapoints";    set @consecutive_hour, @consecutive_hour + 1;    }//Check for 12 hours consecutive    if(@consecutive_hour == 12) {    set @consecutive_hour,0;    set .@cpoint_amt, 50; //Points to get for 12 Consecutive hours (default: 50)    set #KAFRAPOINTS, #KAFRAPOINTS + .@cpoint_amt;    dispbottom "You receive "+.@cpoint_amt+" Kafrapoints in playing for 12 consecutive hours";    dispbottom "Current Balance = "+#KAFRAPOINTS+" Kafrapoints";    }stopnpctimer;initnpctimer;end; 

can anyone convert it 

 

the erros was  OnTimer

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.