Sabuk Wall War

Azura

Mir3 Coder & Adviser
Untrusted Member
Golden Oldie
Mar 12, 2005
3,260
116
330
Is there a way to make Sabuk wall war automaticly start at certain times within a day?
 

Senture

LOMCN VIP
VIP
Feb 8, 2004
1,529
1
164
you can adjust how many days after you submit the relic it starts, what time it starts and how long the war lasts
 
Upvote 0

Azura

Mir3 Coder & Adviser
Untrusted Member
Golden Oldie
Mar 12, 2005
3,260
116
330
Well I want it to start without relic, and have more then one war a day

is it possible using QFunction?
 
Last edited:
Upvote 0

MentaL

Jev For Admín!
VIP
Mar 3, 2004
3,843
552
385
Cardiff
one way of doing it is this
  • envir/robot.txt and add the below text and save
system sabuk
  • goto Robot_Def/RobotManage.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.
 
Upvote 0

Azura

Mir3 Coder & Adviser
Untrusted Member
Golden Oldie
Mar 12, 2005
3,260
116
330
can guild take the wall using GMEXECUTE ForcedWallWar SabukWall?
 
Upvote 0

Ragnar

Hallowed be thy name
Legendary
Golden Oldie
Loyal Member
Jul 20, 2004
5,258
3
275
Lyncus said:
can guild take the wall using GMEXECUTE ForcedWallWar SabukWall?
I don't thinkso. So far all the forced wars that i have done have resulted in the problem that you can't occupy the wall ><.
 
Upvote 0

Azura

Mir3 Coder & Adviser
Untrusted Member
Golden Oldie
Mar 12, 2005
3,260
116
330
I to have had that problem on previous servers.
 
Upvote 0

Azura

Mir3 Coder & Adviser
Untrusted Member
Golden Oldie
Mar 12, 2005
3,260
116
330
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


Quote:
#AutoRun NPC SEC 60 @sabuk

do u mean make 2 files called sabuk.txt and start.txt and add "#AutoRun NPC SEC 60 @sabuk " in them?
 
Upvote 0