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
acidmanifesto
4330e44ad0
fix (Core/CodeReduction) TC_ removal ( #10162 )
...
TC_ remove from any commit out TC_LOG in the event when we do need to run debug logging, we can just remove the // instead of // TC_
2022-01-13 14:39:54 -05:00
UltraNix
3fe82ff268
fix(Scrips/BlackrockSpires): add missing _JustDied() to Halycon script ( #10065 )
...
- Closes #9953
2022-01-13 14:58:36 +01:00
Skjalf
2eac8fd67b
fix(Scripts/MoltenCore): Solve edge case that caused Majordomo to spawn double adds ( #10076 )
...
* fix(Scripts/MoltenCore): Remove minions from Majordomo's spawn list if they still exist
* fix domo for good
2022-01-09 11:02:42 -03:00
Skjalf
0e29319d8f
fix(Scripts/MoltenCore): Ensure Majordomo minions that completely despawned respawn on wipes ( #10061 )
2022-01-08 11:31:37 +01:00
Malcrom
85bf69a6a1
fix(Scripts/Creature): Convert npc_ranger_lilatha script to RegisterCreatureAI ( #10043 )
2022-01-07 04:02:28 +01:00
Kitzunu
cb7e355291
refactor(Core/Misc): sin() to std::sin() ( #9795 )
2022-01-06 19:29:40 +01:00
Malcrom
73d5772cf6
fix(DB/Script): Eastvale Logging Camp, Elywnn Forest ( #10036 )
...
* fix(DB/Script): Eastvale Logging Camp, Elywnn Forest
* Update rev_1641426458023302944.sql
* Update zone_elwynn_forest.cpp
2022-01-06 13:58:28 -04:00
acidmanifesto
7354b14ffd
Fix (Core\Script) Grammar Correction ( #10031 )
...
* Fix (Core\Script) Grammar Correction
GAME_EVENT_CHILDEREN_OF_GOLDSHIRE to GAME_EVENT_CHILDREN_OF_GOLDSHIRE
* SQL correction
2022-01-05 18:21:09 -05:00
acidmanifesto
6f98d32790
Feat (Core\DB\Event) Children of Goldshire (WIP) ( #10022 )
...
* (WIP\Event) Children of Goldshire
Currently Compiles with no issues, sql runs fine, Can't seem to get cameron to trigger on the event start.
* Capitalization
* Remove Include
Not sure why it says it isnt found. Most likely was not needed.
* Rename Per Suggested
Rename per @Malcrom 's request
* SQL
Sorry i forgot to push it from my local
* Update zone_elwynn_forest.cpp
* Update rev_1641388762527715027.sql
* NPC's Move Fix
Now to audit the whole event naturally
* remove double
* White space removal
* added override per testing recommendation
* Utiilizing Malcroms PathEndReached
Co-Authored-By: Malcrom <malcromdev@gmail.com >
* Final Draft
All works now.
* abc order adjustment
* Adjust Time for Runaway Lisa
Co-authored-by: Malcrom <malcromdev@gmail.com >
2022-01-05 13:54:30 -05:00