Broken Robot

Play Now

Anonlol

LOMCN Veteran
Veteran
Feb 25, 2010
574
14
104
Everything simple is failing.. -.-

robaf.png


Should spawn a Lord on a map if theres not already one there at 6 and at 10. However nothing happens.
 

Gezza

Golden Oldie
Golden Oldie
Sep 23, 2008
2,202
65
135
uk
In C:\Mirserver\M2Server\Envir.Robot.txt have you got
Code:
AutoRunRobot AutoRunRobot

And put the

Code:
#AutoRun    NPC    RUNONDAY    18:00    @lord
#AutoRun    NPC    RUNONDAY    22:00    @lord
in C:\Mirserver\M2Server\Envir\Robot_def\AutoRunRobot.txt
 
Upvote 0

Anonlol

LOMCN Veteran
Veteran
Feb 25, 2010
574
14
104
I added the autorun just now and I had the autorunrobot like that anyway.

Thanks will see if that works next reboot.
 
Upvote 0

Bon

Legend
Legendary
Jul 29, 2004
6,741
342
330
Kent, UK
dude just do this

in robot.txt put
Code:
System AutoRunRobot


then in robotmanage.txt put all ur timers like:

Code:
#AutoRun    NPC    RUNONDAY    18:00    @lord
#AutoRun    NPC    RUNONDAY    22:00    @lord

then robotmanage.txt is fine.. leave that how it is




delete the lord.txt and eightpm.txt... u just put them all in the 2 files.. robotmanage and autorunrobot
 
Upvote 0

Anonlol

LOMCN Veteran
Veteran
Feb 25, 2010
574
14
104
Ill giev that a shot, just seen your reply, and the other stuff didnt work. Cheers

I take it you meant to have the times in autorunrobot and command in robotmanage?
 
Last edited:
Upvote 0

Bon

Legend
Legendary
Jul 29, 2004
6,741
342
330
Kent, UK
ur script is the problem not ur robot most likely.


you realize that #IF command is checking that there is 1 or more mobs on the map, then spawns it?

ive no idea how uve got it all setup but that dont seem right to me, as if its a map with mobs on, it'll never spawn


ne way... post ur robot.txt robotmanage.txt and autorunrobot.txt

and tell me wot ur trying 2 do
 
Upvote 0

Anonlol

LOMCN Veteran
Veteran
Feb 25, 2010
574
14
104
rob2u.png


Trying to check if theres a mob already on the map, if not then the script will spawn a Lord on a map at the set times along with an announcement.
 
Last edited by a moderator:
Upvote 0

Anonlol

LOMCN Veteran
Veteran
Feb 25, 2010
574
14
104
Ta, just did a little test, deleted the IF part and the thing runs perfectly, well, it does the shout but not the mob. Mongenex shouldve fixed that hopefully
 
Upvote 0

Bon

Legend
Legendary
Jul 29, 2004
6,741
342
330
Kent, UK
Trying to check if theres a mob already on the map, if not then the script will spawn a Lord on a map at the set times along with an announcement.
all you need in robot.txt is

System AutoRunRobot


also that means u got the #act and #elseact the wrong way around

as that #if part is checkin if there is 1+ mob on the map..... thats when it will spawn.

as u said u want it to only spawn when theres 0 mobs on the map, so put it in the #elseact part
 
Upvote 0