Well of eternity: Azshara fight

lev2000

Veteran Member
Verified Member
44
2019
5
I'm using version15 VIP, trying to solo some stuff, in well of eternity dungeon, the azshara fight automatically mind controls me once i start the fight no matter what my immunities are, resulting in a wipe. Any help regarding this?
How it should work: Azshara should actually cast the mind control ability, giving ample time to interrupt the spell.
 

orangefire

Gold Supporter
Veteran Member
91
2021
57
This is accurate, though a pain for solo. She has two mind control abilities, one group wide and interruptable, one single target which cannot be interrupted. With a five player group, you get a hand which has to be destroyed to free the victim. Naturally for solo this doesn't work well. I did, however, find a way to disable it in the database and make the fight more solo friendly.

Run this on your database and then restart your server if you want to disable this mechanic and make the fight soloable.

SQL:
INSERT INTO `spelldifficulty_dbc` (`id`, `spellid0`, `spellid1`, `spellid2`, `spellid3`) VALUES (200200, 102334, 102463, 0, 0);
 
Top