The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades.
×
- 0
master emistry script reward per hour
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
cadz
master if your online i would like to request your script to even @afk no tcg per hour thanks master a lot. =)
- script Sample -1,{
OnUpdate:
if( !checkvending() ){
set @Minute,@Minute + 1;
if( @Minute % 60 == 0 ){
getitem 7227,10;
dispbottom "Online for 1 Hours +10 TCG Card.";
set @Hour,@Hour + 1;
if( @Hour % 5 == 0 ){
getitem 7227,200;
dispbottom "Online for 5 Hours +200 TCG Card.";
}
}
}
OnPCLoginEvent:
addtimer 60000,strnpcinfo(0)+"::OnUpdate";
end;
}
btw im using eathena. =)
Link to comment
Share on other sites
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.