Jump to content

Patskie

Forum Moderator
  • Posts

    1,702
  • Joined

  • Last visited

  • Days Won

    14

Community Answers

  1. Patskie's post in Can anyone help with timestamp? was marked as the answer   
    prontera,150,150,0    script    Sample    100,{     set [email protected]$,strnpcinfo(1);     if (gettimetick(2) < #timer) {         mes [email protected]$;         mes "Time left : ";         mes #timer - gettimetick(2)+ " seconds";         close;     }     mes [email protected]$;     mes "Click me!";     next;     mes [email protected]$;     mes "Done!";     set #timer,gettimetick(2) + 60;     close; }   like this?
    change 60 seconds to 86400 ( 86400sec = 1day )
  2. Patskie's post in How to change the login screen? was marked as the answer   
    http://rathena.sourceforge.net/tools/login_background/
×
×
  • Create New...

Important Information

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