one way of doing it is this
- envir/robot.txt and add the below text and save
[@sabuk]
#IF
Dayofweek sat
hour 7 0
#ACT
sendmsg 1 "Sabukwar started"
GMEXECUTE ForcedWallWar SabukWall
break
#IF
Dayofweek sat
hour 8 0
#ACT
sendmsg 1 "Sabuwar stopped"
GMEXECUTE ForcedWallWar SabukWall
break
#ELSEACT
close
- Now in the Robot_def folder make a new filename called sabuk.txt and add the below text into each file and save.
Start.txt
#AutoRun NPC SEC 60 @sabuk
-- This should work, but i aint done this for a while so , here are a few notes.
In green is the day, edit the day to when you want it to start and stop on both. The second green is the time it starts and stops, atm starts at 7 stops at 8.
The red is the command used to force the war from command.txt (ForcedWallConQuestWar) and blue is the name of the castle to which your forcing the war to (as read from sabuk.txt)
Side note.
Using
GMEXECUTE ForcedWallWar SabukWall
twice should start and stop it, if i remember correct.