The optional boss Ouro in AQ40 raid never spawns correctly. So unable to fight it at all.
https://www.youtube.com/watch?v=uGhW2pvRKA4
https://wow.gamepedia.com/Ouro
You see the boss move around underground but it never emerges from the sand.

master
9eb6e9a
Win 7/10/Svr 2016
N/A
N/A
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
I can confirm this bug without testing since there's no event for Ouro to emerge:
Once I take care of my other bugs I'll remake The Temple of Ahn'Qiraj since most bosses are in need of a Re-vamp. They are still scripted with old timers. Feel free to report any bugs regarding the instance.
https://www.youtube.com/watch?v=MjxgppvcFrM video of how it should be
I tried the dalaran core version and it didn't work at all either :D
Other bugs:
src/server/game/Entities/Unit/Unit.cpp:3813 in _AddAura ASSERTION FAILED:
!m_cleanupDone
Fix:
This is one of the latest vanilla script version
https://github.com/vmangos/core/blob/development/src/scripts/kalimdor/silithus/temple_of_ahnqiraj/boss_ouro.cpp
The crash I reported above is not in our core, it's in a module.
The rest of the issue is still valid
Looks like the Ouro Spawner in AQ40 exists but doesn't have any scripts or SAI attached to it whatsoever. TrinityCore/Mangos have the same issue. I'll take a look at implementing a fix :)
EDIT: If you're going to revamp AQ40 do you still want me to resolve him not spawning?
omg sorry i had identified these issues but forgot to post them
Of course, need to resolve the spawning, btw have you checked the link I put above?
And I also showed this issue to @AsunaFrostwyrm so I'm tagging him here to voice his opinion on whether you should do it, collaborate together or focus on one part of AQ (or even check BWL as it's bugged as hell) :)
Okay not a problem, I'll wait to hear from him. I'll take a look at BWL in the meantime :)
Resolved in my PR https://github.com/azerothcore/azerothcore-wotlk/pull/2997 :)
Confirmed still an issue from my testing. There's an Ouro Spawner NPC which attacks you and can be attacked, and upon killing it nothing happened.
The Ouro spawner NPC in the database has no scripts/AI attached. This thread contains a PR that claims to fix it but unknown if it does.
https://github.com/azerothcore/azerothcore-wotlk/pull/2997
