Jump to content
  • 0
Lambo

How do i make this daily?

Question

prontera,150,150,1	script	ShareYourInfo	57,{if(.fbshare > 0){mes "[FB Share]";mes "Click on the Link to Share your Data to FB";mes "<URL>Click Here to Share<INFO>www.facebook.com/sharer/sharer.php?u="+ (.link$) +"?char="+getcharid(0)+"</INFO></URL>";next;sleep2 10000;set #CASHPOINTS, #CASHPOINTS + 100;set .@fbshare,1;dispbottom "You received 100 CASHPOINTS for helping advertising the game";mes "[FB Share]";mes "Please wait 24 hours to help advertise our server again thank you!";close;}mes "[NPC]";mes "Please wait for 24 hours to share this page again.";close;OnAgitEnd:set .@fbshare,0;end;OnInit:.link$ = "best-ro.vylowgaming.net/fbshare/";	//Trailing with "/"end;}

how do i make this script daily please help :) once a day only

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

 

prontera,150,150,1	script	ShareYourInfo	57,{if(.fbshare > 0){mes "[FB Share]";mes "Click on the Link to Share your Data to FB";mes "<URL>Click Here to Share<INFO>www.facebook.com/sharer/sharer.php?u="+ (.link$) +"?char="+getcharid(0)+"</INFO></URL>";next;sleep2 10000;set #CASHPOINTS, #CASHPOINTS + 100;set .@fbshare,1;dispbottom "You received 100 CASHPOINTS for helping advertising the game";mes "[FB Share]";mes "Please wait 24 hours to help advertise our server again thank you!";close;}mes "[NPC]";mes "Please wait for 24 hours to share this page again.";close;OnAgitEnd:set .@fbshare,0;end;OnInit:.link$ = "best-ro.vylowgaming.net/fbshare/";	//Trailing with "/"end;}

how do i make this script daily please help :) once a day only

I don't understand why you used .@fbshare and .fbshare :/ 

prontera,150,150,1	script	ShareYourInfo	57,{if(#ShareAgain <= gettimetick(2)){	mes "[FB Share]";	mes "Click on the Link to Share your Data to FB";	mes "<URL>Click Here to Share<INFO>www.facebook.com/sharer/sharer.php?u="+ (.link$) +"?char="+getcharid(0)+"</INFO></URL>";	next;	sleep2 10000;	set #CASHPOINTS, #CASHPOINTS + 100;	dispbottom "You received 100 CASHPOINTS for helping advertising the game";	set #ShareAgain,gettimetick(2)+86400;}mes "[FB Share]";mes "Please wait 24 hours to help advertise our server again thank you!";close;OnInit:.link$ = "best-ro.vylowgaming.net/fbshare/";	//Trailing with "/"end;}

Change "#ShareAgain" to "ShareAgain" if you want to make the timer as per character, currently, if you use the share, that Account won't be able to share until next 24 hours.

Share this post


Link to post
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.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

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