vmangos / core

Progressive Vanilla Core aimed at all versions from 1.2 to 1.12
GNU General Public License v2.0
690 stars 491 forks source link

🦂 [Bug] BRD Arena double boss spawns? #1744

Open jaywalker15262 opened 1 year ago

jaywalker15262 commented 1 year ago

Are you really suppost to be able to get 2 of the same boss to spawn after a run in the BRD arena? Have had Ok'thor the Breaker spawn as my 2nd boss again right after I killed him. It has happened multiple times for me. Doesn't sound logical that u can kill the very guy u just have slain... again!

Gamemechanicwow commented 1 year ago

It's on clean vmangos or on everlook?

jaywalker15262 commented 1 year ago

It's on clean vmangos or on everlook?

clean vmangos

jaywalker15262 commented 1 year ago

https://www.youtube.com/watch?v=AkS2Ti5LcnA

according to classic videos there's not suppost to be that many mobs that spawn nor is it 2 bosses per arena runs but rather 1 boss run per arena. But I do not know if in vanilla it spawned 2 bosses, is there anywhere to find videos of this?

Even in the script theres only SummonRingBoss() called once.

case 13: m_creature->SetVisibility(VISIBILITY_OFF); SummonRingBoss(); Event_Timer = 0; break;

ford-jones commented 1 year ago

On Elysium Project's Nighthaven server, I'm quite sure that there was a chance that a second boss could spawn and it was never the same as the one just killed. Although, I'm not sure if this was the blizzard vanilla behaviour or if it was just a unique feature / bug on that pserver.

Hyacinthrose commented 1 year ago

Confirmed on 53cac96

Arena Spoils gameobject position is also incorrect.