Jump to content
  • 0

Hourly Points Help


Littlefoot

Question


  • Group:  Members
  • Topic Count:  70
  • Topics Per Day:  0.01
  • Content Count:  203
  • Reputation:   1
  • Joined:  05/11/12
  • Last Seen:  

Anyone has a Script like Hourly Points but the timer only count every 30 mins? And It doesn't restrict to those who use pub and afk. Only for the players who are using @autotrade 

 

Prizes will be in a Kafra Points and 30 YGG Berries

 

Thanks


up

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  151
  • Reputation:   5
  • Joined:  11/09/12
  • Last Seen:  

Im really sure that if you search on the forum you'll find something like that.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  70
  • Topics Per Day:  0.01
  • Content Count:  203
  • Reputation:   1
  • Joined:  05/11/12
  • Last Seen:  

I only found cash point as a prize. I do searching anyways

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   241
  • Joined:  09/05/12
  • Last Seen:  

Then get that script and replace #CASHPOINTS by #KAFRAPOINTS and use getitem 607, 30; for berries

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

-	script	ksdfskjfhs	-1,{
OnPCLoginEvent:
	dispbottom "Your timer starts now. You Will receive 1 kafra points after being online for 30 minutes";
	while (1) {
		if ( checkvending() != 2 ) {
			.@hourpointtick++;
			if ( .@hourpointtick > .tick ) {
				dispbottom "You have received 1 kafra point";
				#KAFRAPOINTS = #KAFRAPOINTS + 1;
				getitem 607, 30;
				.@hourpointtick = 0;
			}
		}
		sleep2 .sleeploop;
	}
	end; // doesn't read
OnInit:
	.sleeploop = 30000; // every 30 seconds
	.tick = 60; // loop 60 times of 30 seconds == 30 minutes
	end;
}
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...