Commit Graph

254 Commits

Author SHA1 Message Date
Nefertumm
7decab3ccd fix(Core/BWL): Nefarian weekly adds spawn mechanics (#10981)
* fix(Core/BWL): Nefarian weekly spawn mechanics
2022-03-13 12:34:09 +01:00
ZhengPeiRu21
ea6a70ba3c fix(Scripts/Sunken Temple): Fix Shade of Eranikus (#10891) 2022-03-12 04:45:52 -03:00
Nefertumm
9e7f7f9a9a fix(Core/BWL): Nefarian reset behaviour (#10957) 2022-03-11 23:05:02 -03:00
Skjalf
45c2297520 fix(Scripts/ZulGurub): implement mising Hakkar speech that fires when reaching his temple 2022-03-11 23:55:02 +01:00
Nefertumm
a775ddcb5b Revert "fix(Scripts/AlteracValley): Mini bosses should evade with boss (#10544)" (#10975)
This reverts commit 348b374487.
2022-03-11 06:23:48 -03:00
Nefertumm
fa55eab6b5 fix(Core/BWL): Remove warlocks and taskmasters as Razorgore's summons (#10961) 2022-03-11 04:34:36 -03:00
UltraNix
348b374487 fix(Scripts/AlteracValley): Mini bosses should evade with boss (#10544)
Fixed #10460
2022-03-10 13:56:02 +01:00
Nefertumm
a022919c66 fix(Scripts/BlackwingLair): Vaelastrasz (#10962) 2022-03-10 08:55:40 -03:00
UltraNix
6e35325a9c fix(Scripts/BlackwingLair): Improved Ebonroc's movement. (#10905) 2022-03-10 03:32:18 -03:00
Nefertumm
707968ee95 fix(Scripts/BlackwingLair): Nefarian (#10536) 2022-03-09 13:32:09 -03:00
UltraNix
41cc053c68 fix(Scripts/Raids): Phase 3 of Razorgore encounter should start when all eggs are destroyed. (#10837)
Fixes #10770.
2022-03-06 12:27:13 -05:00
UltraNix
1392cee302 fix(Scripts/Raids): Debuff Mind Exhaustion on Razorgore should be apply on start of mind control. (#10835)
Fixes #10769
2022-03-06 12:26:26 -05:00
UltraNix
e4d3f57d7c fix(Scripts/Raids): some corrections to Broodlord Supression Room: (#10834)
Supression traps should always hit players.
Supression traps should not be disarmed after Broodlord defeat.
Supression traps should be visible after disarm.
Fixes #10768
2022-03-03 11:29:31 +01:00
UltraNix
4b77dcdd8f fix(Scripts/BWL): Vaelastrasz improvement (#10845) 2022-03-02 20:15:30 -03:00
Kitzunu
3e6424151a fix(Scripts/Scholomance): Darkmaster Gandling crash (#10546)
* fix(Scripts/Scholomance): Darkmaster Gandling crash

* Update boss_darkmaster_gandling.cpp

* Update boss_darkmaster_gandling.cpp

* Update boss_darkmaster_gandling.cpp

Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com>
Co-authored-by: UltraNix <80540499+UltraNix@users.noreply.github.com>
2022-02-20 10:19:56 +01:00
ZhengPeiRu21
d7ae312af4 fix(DB/npc_text): Fix Kraz Gossip Text (#10720)
* fix(DB/npc_text): Fix Kraz Gossip Text
2022-02-18 17:31:55 -05:00
UltraNix
0fea133f09 fix(Scripts/BlackwingLair): Chromaggus should cast the same affliction spell among players. (#10644)
Brood Affliction: Bronze should stun players in random intervals.
- CLoses #10584

Co-authored-by: temperrr <temperrr@users.noreply.github.com>
2022-02-15 01:07:46 +01:00
UltraNix
d3e0445939 fix(Scripts/BlackwingLair): Razorgore adds should spawn 45 seconds after Razorgore's combat engagement (#10641)
- Closes #10581

Co-authored-by: temperrr <temperrr@users.noreply.github.com>
2022-02-15 00:52:02 +01:00
Nefertumm
b5b4891470 fix(Core/Scripts/BWL): Vaelastrasz Burning Adrenaline (#10626) 2022-02-15 00:47:17 +01:00
Nefertumm
6daaffa924 fix(Scripts/BWL): Blast Wave timer (#10622) 2022-02-14 20:45:29 +01:00
Kitzunu
455899dc75 fix(Core/Misc): Change const to be after type name (#10591) 2022-02-14 16:05:45 -03:00
UltraNix
b971d16d49 fix(DB/Creatures): Death Talon Wyrmguard should gain extra auras. (#10456)
* fix(DB/Creatures): Death Talon Wyrmguard should gain extra auras.

Fixed #10425
2022-02-12 19:45:34 +01:00
UltraNix
61125a1ba1 fix(Scripts/BlackwingLair): Razorgore The Untamed misc improvements (#10205)
- Closes #10151
2022-02-12 13:22:47 +01:00
Skjalf
8e04e47b67 fix(Scripts/UBRS): fix crash with Solakar minions (#10638) 2022-02-11 17:32:27 -03:00
Nefertumm
2933a535ff Fix(Core/Instance): Chromaggus reset (#10473)
* Fix(Core/BWL): Chromaggus reset

* add comment
2022-02-11 15:33:35 +01:00
Nefertumm
c9ac48e824 fix(Core/Events): Apothecary Hummel (#10615)
* Fix(Core/Events): Apothecary Hummel

Co-authored-by: sirikfoll <sirikfoll@hotmail.com>
Co-authored-by: Killyana <Killyana@users.noreply.github.com>

* missed return

* Missing include

* Fixed delete

Co-authored-by: sirikfoll <sirikfoll@hotmail.com>
Co-authored-by: Killyana <Killyana@users.noreply.github.com>
2022-02-11 06:00:10 -03:00
Kitzunu
9d166722c4 refactor(Core/Creature): More functions capitalized (#10012)
* GetLeader

* IsFormed

* build
2022-02-10 18:40:00 +01:00
Kitzunu
cf65cd6baf refactor(Core/Misc): sqrt/log/exp() to std::sqrt/log/exp() (#9792) 2022-02-09 11:59:30 +01:00
IntelligentQuantum
93520f6466 feat(Core/Position): own file (#10505) 2022-02-08 05:12:42 -03:00
Nefertumm
87f76587d8 fix(Scripts/MoltenCore): Ragnaros dying while submerging (#10535)
* Fix(Core/MC): Ragnaros dying while submerging

* Don't die on submerge

* Update boss_ragnaros.cpp
2022-02-07 06:39:50 -03:00
Nefertumm
efce657db4 fix(Core/BWL): do not open Nefarian door until Chromaggus is defeated (#10472) 2022-02-04 19:05:26 +01:00
Kargatum
3a0a9ba088 feat(Core/Common): move EventMap to separated files, add support chrono (#10209) 2022-02-04 15:12:45 +01:00
Nefertumm
40d233a9f6 fix(Scripts/MoltenCore): Separate teleport timers for Majordomo Executus (#10348) 2022-02-04 02:19:33 -03:00
Kargatum
5969df4e30 refactor(Core/Logging): switch to fmt style for LOG_ (#10366)
* feat(Core/Common): add support fmt style for ASSERT and ABORT

* correct CheckCompactArrayMaskOverflow

* 1

* Update src/server/game/Spells/Spell.cpp

* rework logging

* add fmt replace logs

* logging

* FMT_LOG_

* settings

* fix startup

* 1

* 2

* 3

* 4

* 5

* fmt::print

* to fmt
2022-01-27 16:44:41 +01:00
Nefertumm
1ddf5d8d1f fix(Core/MC): Core Hounds should despawn after death (#10219) 2022-01-26 21:18:45 -03:00
Nefertumm
5fc76c8cc3 fix(Core/MC): Randomize shields for Majordomo Executus (#10270) 2022-01-24 10:43:55 -03:00
Kargatum
8b7df23f06 feat(Core/Time): Implement saparated manager for game time (#8630) 2022-01-24 17:55:00 +07:00
Nefertumm
ce5fc6ebdf fix(Core/Stratholme): Some adjustments to Jarien and Sothos fight (#10269) 2022-01-22 16:22:49 -03:00
Francesco Borzì
abc56842c4 refactor(Core): remove unused imports (#10296) 2022-01-22 11:21:35 +01:00
Nefertumm
fcee2c4ffe fix(Core/BWL): Vaelastrasz reset after wipe (#10176)
* Fix(Core/BWL): Vaelastrasz reset issue

* Gossip reset and separate the timers

* Reset heal should be on Reset instead on EnterCombat
2022-01-21 14:59:07 -03:00
Nefertumm
cc1fc27ae5 fix(Scripts/Stratholme): Cancel Baron's Ultimatum event after Baron dies (#10242) 2022-01-20 18:50:29 -03:00
Nefertumm
fd7f33b737 fix(Core/Quest): A Rogue's Deal should be completed if pet lands the killing blow (#9917) 2022-01-20 10:45:19 -03:00
Kargatum
259b9133f6 feat(Core/Common): add new helpers for time utility (#10207) 2022-01-19 12:01:59 +07:00
UltraNix
b74fb81b8c fix(Scripts/Instances): Fixed some problems with getting proper unit'… (#10193)
* fix(Scripts/Instances): Fixed some problems with getting proper unit's GUID in BlackwingLair raid.

Fixes #5054
Fixes #10156

* Update.
2022-01-16 20:38:57 -03:00
Skjalf
124ea8a1e7 fix(Scripts/BRD): Arena Spoils shouldn't despawn whem High Justice Grimstone is removed from world (#10140) 2022-01-16 08:36:39 -03:00
Skjalf
1995430438 fix(Scritpts/MoltenCore): Add immune to pc & npc flags to Ragnaros (#10179) 2022-01-16 01:58:36 -03:00
Kargatum
7f05e20994 fix(Core/Pets): fix crash at pet resurrect (#10120) 2022-01-15 19:08:54 -03:00
Kitzunu
d1cc65b1c7 refactor(Core/Misc): isEmpty to IsEmpty (#10011) 2022-01-13 21:43:15 -05:00
Kitzunu
707685d633 fix(Core/Build): Fallthrough (#10165) 2022-01-13 19:34:57 -05:00
Nefertumm
8d78f4b8c2 fix(Core/BWL): Suppression traps can be disarmed (#10163)
* Fix(Core/BWL): Suppression traps can be disarmed

* missing override (why not present before?)
2022-01-13 17:52:06 -03:00