[auto out]

06/05/2013 05:21 gseafood1998#1
how to make auto out from map ?? example at 5PM map open and 6 PM are close and i want all player are auto out go to cronus ?? what the code for cq action??;);)
06/05/2013 06:15 pretzel666#2
The same action a teleporter would use , i think , but i forget what the type is
06/05/2013 07:45 Knight^Hawk#3
123 is the type u use (type 123 is a check time), param u would have to 17:00 17:00 (5pm)

Code:
1000	1001	1002	123   4 	17:00 18:00
1001	0	0	1003	0	(insert cords for the enter phase)
1002	0	0	126	0	You~cant~enter~yet.
please correct me if thats not how to do it.
06/06/2013 06:22 pretzel666#4
Tx hawk :) couldnt explain it very well xD
06/07/2013 15:04 kcjmat#5
how to do all the players out map??Auto
06/07/2013 22:19 Knight^Hawk#6
that code up there would remove them all out
06/08/2013 17:41 gseafood1998#7
Quote:
Originally Posted by Knight^Hawk View Post
that code up there would remove them all out
how to to make if player on that map , and at 5PM are auto go to cronus .. i already try it not work
06/10/2013 15:25 kcjmat#8
1000 1001 1002 123 4 17:00 18:00
1001 0 0 1003 0 (insert cords for the enter phase)<----what I need entered??
1002 0 0 126 0 You~cant~enter~yet.
06/13/2013 08:14 Knight^Hawk#9
Quote:
Originally Posted by kcjmat View Post
1000 1001 1002 123 4 17:00 18:00
1001 0 0 1003 0 (insert cords for the enter phase)<----what I need entered??
1002 0 0 126 0 You~cant~enter~yet.
1000 296 495 1 is what you would put there


but thats just to enter. to exit you would need a completely separate code that looks similar to the one i entered above. and its npc controlled so you would need a npc to do it.