Is it possible to make a monster spawn from the robots?
I'm trying to make a boss spawn once every hour(if it hasnt already been killed), and a server shout saying "Boss has risen from the dead" or whatever.
Could anybody recommend me how to do this?
Robot system seems to be slightly different or so I've heard.
My only thought of doing this would to be add the following to AutoRunRobot.txt
#IF
CHECKREALMONMAP 0
#ACT
SENDMSG 0 "X Boss has awoken.."
MONGENEX (mapname) (X) (Y)
#ELSEACT
SENDMSG 0 "It seems the X Boss hasnt been killed! Go get him!"
Any information/scripting would be v useful.
Cheers
I'm trying to make a boss spawn once every hour(if it hasnt already been killed), and a server shout saying "Boss has risen from the dead" or whatever.
Could anybody recommend me how to do this?
Robot system seems to be slightly different or so I've heard.
My only thought of doing this would to be add the following to AutoRunRobot.txt
#IF
CHECKREALMONMAP 0
#ACT
SENDMSG 0 "X Boss has awoken.."
MONGENEX (mapname) (X) (Y)
#ELSEACT
SENDMSG 0 "It seems the X Boss hasnt been killed! Go get him!"
Any information/scripting would be v useful.
Cheers
Last edited:
