Necromancer lord announcement / EC / etc
In EC, you should be able to put this in textparsing.lua, near the top of TextParsing.CenterScreenText(),
in order to get a more obvious notification of a boss spawning.
if( SystemData.TextID == 1164032 ) then -- A Necromancer Lord has been sighted in the city of
CenterScreenText.SendCenterScreenTexture("battlebegin")
-- use azarok as mobile Filter for boss name
-- use human as corpse label filter
return
end
However, as noted in this thread (link), which appears to be victim of excessive moderation, it's noted there may be issues with the notification. I've only seen it once. Is it possible this is only being sent within a certain limited radius of the azarok boss location?
The other topics raised in that (closed) thread may still be relevant.
Comments