Jump to content
  • 0

can 1 give me script 24hours gift & loyalty give ?


Question

11 answers to this question

Recommended Posts

Posted
prontera,155,181,5    script    Sample    718,{
set .Hour,24;
if( #dailytimer < gettimetick(2) ) {
   mes "You have Gained a Daily Gift.";
   set #dailytimer,gettimetick(2) + ( .Hour * 3600 );
   getitem 6101,1; //set the price here
}else{
   set .@last,#dailytimer - gettimetick(2);
   set .@hour, .@last % ( 24 * 3600 ) / 3600;
   set .@min,  .@last % ( 24 * 3600 ) % 3600 / 60;
   set .@sec,  .@last % ( 24 * 3600 ) % 3600 % 60;
   mes "You have to wait to get your next Daily Gift.";
   mes "Time CountDown : ^FF0000"+.@hour+":"+.@min+":"+.@sec+"^000000";
   }
close;
}

Posted

=='' every single term could have different meaning...

define your LOYALTY here..

we wont know how long it take for your player to become LOYALTY ...

1 day ?

1 week ?

1 month ?

1 year ?

1 century ?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...