Robot not working.

Elise

Dedicated Member
Dedicated Member
Jun 1, 2008
132
4
65
North East
Ive got this in AutoRunRobot.txt:

Code:
#AutoRun    NPC    RUNONDAY    23:27    @RaidEvent

This in RobotManage.txt:

Code:
[@RaidEvent]
#ACT
SENDMSG 1 "Raid Event In 20min, Prepare for War!"

And its time 23:32 now on my PC, i waited from 23:20 to now, And it aint shouted it out.

I have this in robot.txt also in envir:

Code:
;»úÆ÷ÈËÃû³Æ    ½Å±¾Ãû³Æ
;ϵͳ¿ØÖÆ    AutoRunRobot

Can anybody please help me here.
 

mStation

Golden Oldie
Golden Oldie
Oct 29, 2003
2,042
69
255
♫♪♫ ♦♥♠♣ ♀♂♀
also your way should work but uncheck this line ;ϵͳ¿ØÖÆ AutoRunRobot

else use the way everyone does which always work..

this is an example :)

------------
ROBOT SYSTEM
------------


What's this?
This function allows to make the server run some code automatically at a desired time.. in this example created by TravisW we will make it so that the server will send a message to everyone everyday at 8pm

How to make this?
STEP 1) goto C:\Mirserver\M2Server\Envir\ and open the Robot.txt and write inside it:

System eightpm

STEP 2) goto C:\Mirserver\M2Server\Envir\Robot_def and open RobotManage.txt

add this code:
Code:
[@eightpm]
#ACT
SENDMSG 3 "Its now 8pm."
break

STEP 3) create a txt file inside C:\Mirserver\M2Server\Envir\Robot_def called like the @command.. in this case eightpm.txt and open it.. write this code inside:

Code:
#AutoRun NPC RUNONDAY 20:00 @eightpm
 
  • Like
Reactions: transporter
Upvote 0

andykid131

Golden Oldie
Golden Oldie
Mar 16, 2006
621
3
53
135
also your way should work but uncheck this line ;ϵͳ¿ØÖÆ AutoRunRobot

else use the way everyone does which always work..

this is an example :)

------------
ROBOT SYSTEM
------------

What's this?
This function allows to make the server run some code automatically at a desired time.. in this example created by TravisW we will make it so that the server will send a message to everyone everyday at 8pm

How to make this?
STEP 1) goto C:\Mirserver\M2Server\Envir\ and open the Robot.txt and write inside it:

System eightpm

STEP 2) goto C:\Mirserver\M2Server\Envir\Robot_def and open RobotManage.txt

add this code:
Code:
[@eightpm]
#ACT
SENDMSG 3 "Its now 8pm."
break

STEP 3) create a txt file inside C:\Mirserver\M2Server\Envir\Robot_def called like the @command.. in this case eightpm.txt and open it.. write this code inside:

Code:
#AutoRun NPC RUNONDAY 20:00 @eightpm


also your way should work but uncheck this line ;ϵͳ¿ØÖÆ AutoRunRobot

(I Thaught would be good to clear this up, the line in Blue...
I put all this in and it still wouldnt work... i removed line in blue
and now it works fine.)

p.s im not sure if credit going to right person here but id like to thanks MSation as i used THIS thread to get robot working
So Thanks MSation :D
 
Last edited:
Upvote 0