Event schedule

Join Discord

Baldasor

Dedicated Member
Dedicated Member
Jan 3, 2008
179
0
63
Hi, I'm doing an event but I put that out of the hours I want.
For example:

[@Main]
#SAY
Panel GM \ \
Events: \ \

<Event Pig Gold/@cer> \

[@cer]
ACT #
mongen D8001 100 100 BabyAnt 100 55 10
Eventmsg Grobal "The event has begun"​
 
Last edited:

Baldasor

Dedicated Member
Dedicated Member
Jan 3, 2008
179
0
63
That's because I put in traductor.Yo what I want is to know when to quit
 
Upvote 0

darkkiller

LOMCN Veteran
Veteran
Loyal Member
Jul 5, 2007
254
5
65
You always can learn more using xtreme lessons :)
---------------------------------------------------
Siempre puedes aprender mas envez de hacer el server sin saver :)
 
Upvote 0

kyeron

LOMCN Veteran
Veteran
Loyal Member
Sep 28, 2008
296
1
45
timisoara
you whant the event to stop after a certain amount of time u started it or u whant it to automaticly start at a certain hour (lets say 14:00) and end at 16:00 ?
 
Upvote 0

kyeron

LOMCN Veteran
Veteran
Loyal Member
Sep 28, 2008
296
1
45
timisoara
Code:
[@_startup]
#act
TIMECALL 14 00 @startautoeve
TimeCaLL 16 00 @stopautoeve

[@startautoeve]
#act
mongenp "D8001,100,100,100" BabyAnt 55
Eventmsg Grobal "The event has begun"
delaygoto [LOCAL] 300 @keeprs  [COLOR=Red];; first rs of babyants after 300 sec=5min[/COLOR]


[@keeprs]
#act
mongenp "D8001,100,100,100" BabyAnt 55 [COLOR=Red];; keep them rsing every 5 min's[/COLOR]
delaygoto [LOCAL] 300 @keeprs  10100

[@stopautoeve]
#act
Eventmsg Grobal "The event has finished"
monclear "D8001" BabyAnt
cleardelaygoto 10100
not sure but it should work
 
Upvote 0

Unico

Dedicated Member
Dedicated Member
Dec 15, 2007
230
1
64
i try but dont work :(

can you say me what i need put in 00defaut.txt and in npc?
 
Upvote 0

kyeron

LOMCN Veteran
Veteran
Loyal Member
Sep 28, 2008
296
1
45
timisoara
in 00default nothing as the "timecall" command will triger every time the time comes , u need to put that in any npc before anything , before [@main] . best thing make a npc in gm room and put only the script i gave u there .
 
Upvote 0