message for boss in game

mighty3

LOMCN Veteran
Veteran
Oct 2, 2008
593
11
105
grantham
i have been looking for a command for when a boss rs it tells all the people on the server that it has been rs if any can help pls help me out here

an before u say it i havelooked thought the quick search :D
 

iJam

To the rhythm
VIP
Oct 8, 2007
1,526
105
240
London
i supose you could use the robot function todo this so ull need to make it run every X hour/min use params maybe to spawn the mon then SENDMSG 0 "Mob is backk :( "

ill explain abit more later or make you and example, gotta go now
 
Last edited:
Upvote 0

iJam

To the rhythm
VIP
Oct 8, 2007
1,526
105
240
London
forgot had this in my files already.

Robot_Def > Autorunrobot.txt
#AutoRun NPC MIN 10 @Jam


Robot_Def > Robotmanage.txt
[@Jam]
#IF
checkmonmap 0pvp 0
#ACT
goto @Jam1
#ELSEACT
break

[@Jam1]
sendmsg 0 "Your Message Here"
MISSION 0pvp 17 13 use this to make the mon walk to x,y cords
PARAM1 37 Spawn x
PARAM2 33 Spawn y
PARAM3 1 Range
PARAM4 1 Amount
MOBPLACE MonName

Range & amount maybe mixed up


not too sure if the #ELSEACT works in robot if this method dosent work then try the following.

Robot_Def > Autorunrobot.txt
#AutoRun NPC SEC 1 @Jam

Robot_Def > Robotmanage.txt
[@Jam]
#IF
checkmonmap MapName 1
#ACT
sendmsg 0 "Your Message Here"

and use your mongen.txt or tbl_mongen whatever files your using. hope this helps :)
 
Last edited:
Upvote 0

mighty3

LOMCN Veteran
Veteran
Oct 2, 2008
593
11
105
grantham
ty bud will keep that in mind it sort of wot i wantting just this has a walk bit in it but thats ok with me ty
 
Upvote 0