new_1-3,85,167,4 script asdfg 1162,{
if (!isequipped(5009)) { mes "Please use Safety Helmet[0] Before Talk."; close; }
if( gettimetick(2) < wait_time ) { mes "You can only receive rewards once every 4hours."; close; }
progressbar "ffff00",10;
getitem 7179, 1;
set wait_time, gettimetick(2) + ( 3600 * 4 );
mes "Here are your Rewards";
mes "Come Back Again After 4 hours";
close;
}
}
the problem is i can just character select and pick another character and get the rewards
id like to have this once per account for every 4hours thankyou
Question
celeron0134
new_1-3,85,167,4 script asdfg 1162,{
if (!isequipped(5009)) { mes "Please use Safety Helmet[0] Before Talk."; close; }
if( gettimetick(2) < wait_time ) { mes "You can only receive rewards once every 4hours."; close; }
progressbar "ffff00",10;
getitem 7179, 1;
set wait_time, gettimetick(2) + ( 3600 * 4 );
mes "Here are your Rewards";
mes "Come Back Again After 4 hours";
close;
}
}
the problem is i can just character select and pick another character and get the rewards
id like to have this once per account for every 4hours thankyou
3 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.