Quote:
Now my knowledge of full event is limited at best but from what I can tell the lizzies all blow up after you kill the High Priest. Now for the actual question part... when they cast the spell on themselves they of course do not die... So is there a way to script the mobs to die?
|
You could use quest::depop(), or perhaps the quest objects $mob->depop(param) or $mob->kill(). I have not tested the last two.