The trigger just needs to force the boss to cast a spell every set amount of time however sometimes he does and sometimes he doesn't. Also sometimes when he does cast moving away from him at all will cause him to stop casting even though the spell range is at 9999 and his acquisition range is at 9999.
Here is the trigger
Here is the trigger
-
Lich Dnd
-
Events
-
Time - Every 16.00 seconds of game time
-
-
Conditions
-
Actions
-
Unit - Add LichBolt (Neutral Hostile) to LichBoss
-
Set Lichboltgroup = (Units in Lich Boss <gen> matching (((Matching unit) belongs to an enemy of Neutral Hostile) Equal to (==) True))
-
Unit - Order LichBoss to Neutral - Firebolt (Random unit from Lichboltgroup)
-
Game - Display to (All players) for 5.00 seconds the text: XXX begins to lichb...
-
Wait 4.00 seconds
-
Unit - Remove LichBolt (Neutral Hostile) from LichBoss
-
Custom script: call DestroyGroup( udg_Lichboltgroup )
-
-