Hi, guys can i request fixed this my script not working OnClaimReward:
set #hourly_timer, gettimetick(2) + 3600;
addtimer .countdown *1000, strnpcinfo(NPC_NAME) +"::OnClaimReward";
close2;
cutin "",255;
end;
OnClaimReward:
dispbottom "You have been online 1 hour. Talk to Hourly Reward NPC to get your rewards!";
I have a hourly reward npc how to do if in about an hour will appear in the chat box example if it is close to one hour someone will appear in the chat box say "You have been online 1 hour. Talk to Hourly Reward NPC to get your rewards!"
Hi, guys can i request fixed this my script not working OnClaimReward:
set #hourly_timer, gettimetick(2) + 3600;
addtimer .countdown *1000, strnpcinfo(NPC_NAME) +"::OnClaimReward";
close2;
cutin "",255;
end;
OnClaimReward:
dispbottom "You have been online 1 hour. Talk to Hourly Reward NPC to get your rewards!";
I have a hourly reward npc how to do if in about an hour will appear in the chat box example if it is close to one hour someone will appear in the chat box say "You have been online 1 hour. Talk to Hourly Reward NPC to get your rewards!"
Link to comment
Share on other sites