Jump to content
  • 0

R>Timeplay & Stop The Clock script


Scotch

Question


  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  118
  • Reputation:   0
  • Joined:  09/19/12
  • Last Seen:  

Hello guys can anyone have Timeplay like this?

I want a Manual time play...i just saw some script like hourly points it is a automated script

 

Timeplay Script:

 

1. The Npc was visible

2. to claim the prize you need to meet the time requirement

example: you need to finish 120 hours = 5 days to claim the prize

prize: 1 tcg card

3. you can start the timeplay and if you will logout you need to stop your timeplay.

Option:

[Timeplay Manager]

Start Timeplay

Stop Timeplay

Check Time

Claim Prize (But you need to finish first the 120 hrs requirement)

Exit

 

Does anyone Have a working stop the clock script?

this not working properly.

I want to auto give item to the winner of the event and announce the player name

prontera.gat,147,170,5	script	Stop the Clock at 1000	758,{

	if (getgmlevel() >= 60) {
		announce "STOP THE CLOCK AT 1000 IS STARTING IN 5 SECONDS!",bc_map;
		sleep2 5000;
		announce "0",bc_map;
		set $@kc,0;
		set $@kci,0;
		set $@kcid,rand(100000,999999);
		while ($@kc < 1100) {
			set $@kc,$@kc+1;
			set $@kci,$@kci+1;
			if ($@kci == 100 || ($@kci == 10 && $@kc > 600) || ($@kci == 1 && $@kc >= 950 && $@kc < 1050)) {
				announce $@kc,bc_map;
				set $@kci,0;
				specialeffect 18;
			}
			sleep2 10;
		}
		set $@kc,0;
	} else {
		if ($@kc > 0 && @kcid != $@kcid) {
			set @kcid,$@kcid;
			announce "Blue"+strcharinfo(0) + " GOT " + ($@kc),bc_map;
		}
	}

}

Hope someone have thanks in advance guys :) (y)

Edited by Scotch
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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...