[2.3] robot

mighty3

LOMCN Veteran
Veteran
Oct 2, 2008
593
11
105
grantham
any one know why this keeps both of the sendmsg shouts


[@soullord1]
#IF
CHECKREALMONMAP SoulsLordLow 0
#ACT
goto @rs1
#ESLEACT
goto @rs1a


[@rs1]
#ACT
MONGENEX SoulsLordLow 19 15 SoulLord 1 1
SENDMSG 0 "Hello Mirians,soulLord has come back to life!"
BREAK
CLOSE

[@rs1a]
#ACT
SENDMSG 0 "Hello Mirians,soulLord say's what weaklings you are come fight me !"
 

Tai

HEAD CAPTAIN
Staff member
Administrator
May 11, 2003
14,317
2
2,697
515
United Kingdom
yes soulslordlow is the map name

You need to use the filename itself from FLD_MAPFILENAME and not FLD_MAPNAME for the checkmon

You could also try CHECKREALMONMAP SoulsLordLow 1

as it says that should check there is LESS THAN 1 mob on the map (aka 0)
 
Upvote 0