V13 - Dungeon Grim Batol Heroic - Erudax

tallomax

Gold Supporter
21
2016
5
Location
Italy
Dungeon: Grim Batol Heroic
Boss: Erudax
Problem: the spell Shadow Gale deals damage to everyone (10,000 damage per second + 50% every 3 seconds = wipe) even if in the center of the vortex created by the boss.
How it should work: must create a safe area in the center of the vortex where no damage is taken, only that it is outside the vortex eye must take the damage described above.
 

Damieninabox

Gold Supporter
Senior User
194
2019
63
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (91087, 'spell_erudax_shadow_gale');

Run this in your database, fixes Erudax "Shadow Gale" on Heroic.
 

Blackvision

Mythical User
Super Moderator
Gold Supporter
2,300
2015
272
Location
Denmark
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (91087, 'spell_erudax_shadow_gale');

Run this in your database, fixes Erudax "Shadow Gale" on Heroic.

Thank you Damieninabox.
You're a great asset for Emucoach !
 
Top