Jump to content
  • 0

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


NeoGenesis

Question


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  120
  • Reputation:   0
  • Joined:  01/03/12
  • Last Seen:  

me search but no have 24hours gift script & loyalty gift for player .. any 1 can help me?

Edited by sapu1
Link to comment
Share on other sites

11 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  46
  • Reputation:   0
  • Joined:  11/22/11
  • Last Seen:  

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;
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  120
  • Reputation:   0
  • Joined:  01/03/12
  • Last Seen:  

for loyalty player ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  46
  • Reputation:   0
  • Joined:  11/22/11
  • Last Seen:  

they can get item every 24 hours :X

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  120
  • Reputation:   0
  • Joined:  01/03/12
  • Last Seen:  

for loyalty player gift u donno how to create that ?

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

=='' 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 ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  120
  • Reputation:   0
  • Joined:  01/03/12
  • Last Seen:  

me wan give to loyalth for 1 month .

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  439
  • Reputation:   29
  • Joined:  12/08/11
  • Last Seen:  

Then if you want a month, change 24 to 24*(days in 1 month)?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  118
  • Reputation:   6
  • Joined:  01/25/12
  • Last Seen:  

yes set .Hour,24*(days of month);

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  120
  • Reputation:   0
  • Joined:  01/03/12
  • Last Seen:  

set.Days,30*(days of month); ?? like this?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  118
  • Reputation:   6
  • Joined:  01/25/12
  • Last Seen:  

set .Hour 720; // = 30 days(24*30)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  120
  • Reputation:   0
  • Joined:  01/03/12
  • Last Seen:  

thx deathscythe13 .. is working in my server .. thx for help me /no1

Link to comment
Share on other sites

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.

×
×
  • Create New...