Commit Graph

977 Commits

Author SHA1 Message Date
UltraNix
1cce367645 fix(Scripts/BlackwingLair): Prevent Razorgores' eggs from respawning … (#11336)
* fix(Scripts/BlackwingLair): Prevent Razorgores' eggs from respawning after wipe.

* Update.

* Update.

* Update.
2022-04-09 08:59:47 -03:00
Kitzunu
9858773ab6 fix(Scripts/UtgardPinnacle): Implement Beast's Mark (#11298)
* chery-pick commit (f6409efcf6)

Co-Authored-By: Lucas Nascimento <keader.android@gmail.com>

Co-authored-by: Lucas Nascimento <keader.android@gmail.com>
2022-04-07 15:55:01 -03:00
Nefertumm
4dcab1f7bc fix(Core/BWL): Razorgore spawns timer (#11320) 2022-04-07 12:28:32 -04:00
UltraNix
c047311788 Scripts/Spells: Suppression Aura should not hit stealthed units. (#11270)
* Scripts/Spells: Suppression Aura should not hit stealthed units.

Fixes #11249

* Update.

* Update data/sql/updates/pending_db_world/rev_1648996451912542300.sql

Co-authored-by: Nefertumm <nefertum.dev@protonmail.com>
2022-04-07 12:28:12 -04:00
UltraNix
48fccc851d fix(Scripts/Raids): Fixed setting UNIT_FLAG_NON_ATTACKABLE flag to … (#10759)
* fix(Scripts/Raids): Fixed setting `UNIT_FLAG_NON_ATTACKABLE` flag to some Trial of the Champions bosses.

Fixes #8980

* Update.

* Update.

* Update.
2022-04-06 05:48:06 -03:00
Kitzunu
b709a22ddc feat(Core/Players): PlayerFlag helpers (#11294)
* feat(Core/Players): PlayerFlag helpers

* Update Player.h

* fix build
2022-04-05 18:53:50 +02:00
Benjamin Jackson
9f234ea489 fix(Core/Gossip): Leatherworking specialization 2022-04-05 10:17:42 -03:00
UltraNix
8426da6e6b fix(Scripts/Ulduar): Sara's buffs should be casted randomly among the players. (#11255)
Fixes #11240
2022-04-05 09:12:54 -03:00
Kitzunu
b41967a067 feat(Core/GameObject): Gob flag helpers (#11287) 2022-04-05 13:52:58 +02:00
Kitzunu
edb7cac19b feat(Core/Unit): NPCFlags helpers (#11286)
* cherry-pick commit (TrinityCore/TrinityCore@d611925)
Co-Authored-By: Shauren <shauren.trinity@gmail.com>
2022-04-05 13:52:42 +02:00
UltraNix
95ee81ae2a fix(Core/Spells): Razorgore's Explosion ignores LoS. (#11253)
* fix(Core/Spells): Razorgore's Explosion ignores LoS.

Fixes #11180

* Update.

* Update.

* Update.
2022-04-05 05:29:36 -03:00
UltraNix
5df8fd9ad7 fix(Scripts/BlackwingLair): Razorgore should not attack units with Conflagrate. (#11272)
Fixes #11183
2022-04-05 05:28:27 -03:00
Nefertumm
32009468c8 fix(Core/BWL): Blackwing Lair improvements (#11244) 2022-04-03 03:14:41 -03:00
UltraNix
b58ffb4f6b fix(Scripts/BlackwingLair): Chromaggus should not attack units afflic… (#11254)
…ted by Time Lapse: Bronze.
2022-04-03 03:04:23 -03:00
Nefertumm
883becc6d9 feat(Core/Command): Split respawn command (#11245)
* feat(Core/Command): Split respawn command

* feat(Core/Command): Split respawn command

* typo
2022-04-02 11:48:04 -03:00
UltraNix
36e884dca8 fix(Scripts/BWL): Chromaggus Affliction debuff should target… (#11161)
… max 12 players.
2022-04-02 10:59:52 -03:00
UltraNix
353f518561 fix(Scripts/BlackwingLair): Suppression Trap casts its aura 5 sec afer re-activate. (#11252)
Fixes #11177
2022-04-02 07:37:31 -03:00
Kitzunu
535c7451a2 feat(Core/Unit): New helpers for DynamicFlags (#11230)
* feat(Core/Unit): New helpers for DynamicFlags

* cherry-pick commit (d611925dc7)

Co-Authored-By: Shauren <shauren.trinity@gmail.com>

* oopsie

Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-04-01 07:14:29 -03:00
UltraNix
3255e1cdf7 fix(Scripts/Ulduar): Yogg-Saron portals should be interactable. (#11150)
* fix(Scripts/Ulduar): Yogg-Saron portals should be interactable.

Fixes #11140

* Update

Co-authored-by: Nefertumm <nefertum.dev@protonmail.com>

Co-authored-by: Nefertumm <nefertum.dev@protonmail.com>
2022-04-01 07:07:37 -03:00
UltraNix
76227539dd fix(Scripts/Ulduar): Do not spawn Hodir chests if already defeated. (#11149)
Fixes #11139
2022-04-01 07:05:37 -03:00
IntelligentQuantum
7a294787d3 feat(Scripts/Spell): Teleporting to Script
Co-authored-by: Nefertumm <nefertum.dev@protonmail.com>
2022-04-01 07:03:22 -03:00
IntelligentQuantum
b680ea3dae feat(Scripts/Spells): Move to spell scripts - Brittle Armor & Mercurial Shield (#11116)
* .

* Update SpellEffects.cpp
2022-04-01 07:02:06 -03:00
IntelligentQuantum
395eed4045 feat(Scripts/Spells): Move to spell scripts Deathbolt (#11100)
* .

* Update zone_sholazar_basin.cpp

* Update SpellEffects.cpp
2022-04-01 07:00:45 -03:00
UltraNix
14edda6c90 fix(Core/Players): Fixed setting player's zone id to unknown value. (#10996)
* fix(Core/Players): Fixed setting player's zone id to unknown value.

Fixed #10945

* Update.

* Update.
2022-04-01 06:59:12 -03:00
UltraNix
4521dcb5c5 fix(Scripts/AlteracValley): Crashfix. (#10976)
* fix(Scripts/AlteracValley): Crashfix.

* Update.
2022-04-01 06:58:28 -03:00
IntelligentQuantum
6e2e73d6ae feat(Scripts/Commands): debug objectcount 2022-04-01 06:57:26 -03:00
Walter Pagani
e139ed1c0b fix(Scripts/Icecrown): Lich King should not evade attacks on last phase (#11146)
Co-authored-by: Nefertumm <nefertum.dev@protonmail.com>
2022-03-30 09:47:52 -03:00
Kitzunu
856aed6fc6 feat(Core/Unit): New helpers for UnitFlag and UnitFlag2 (#11227) 2022-03-30 07:59:42 -03:00
Nefertumm
540b5fcaa4 fix(DB/Core/Misc): More adjustments to BWL (#11154) 2022-03-27 07:55:07 -03:00
Nefertumm
3a69d36a99 fix(Core/BWL): Victor Nefarius encounter not resetting properly (#11145) 2022-03-27 07:53:13 -03:00
IntelligentQuantum
d1ac62ff6e feat(Core/Spells): Move Spell q1846 bending shinbone to spell scripts (#11106) 2022-03-27 02:06:23 -03:00
IntelligentQuantum
a704aa3005 feat(Core/Spells): Move Spell death knight initiate visual to spell scripts (#11103) 2022-03-27 02:02:17 -03:00
IntelligentQuantum
d1ecdc8f61 feat(Core/Spells): Move Spell item dimensional ripper area52 to spell scripts (#11099) 2022-03-27 01:58:58 -03:00
IntelligentQuantum
7410f1a3cb feat(Core/Spells): Move Spell pri lightwell to spell scripts (#11089) 2022-03-27 01:55:59 -03:00
IntelligentQuantum
5719e46236 feat(Core/Spells): Move spell_item_runic_healing_injector to spell scripts (#11088) 2022-03-27 01:53:16 -03:00
UltraNix
69616e5d6d fix(Scripts/Ulduar): Open the chamber door on Kologarn's death. (#11085) 2022-03-27 01:38:06 -03:00
UltraNix
5b50f04c5c fix(Scripts/Ulduar): The Flame Leviathan's main gate should be closed during the fight. (#11083) 2022-03-27 01:37:27 -03:00
SilentCLD
546c4f8942 feat(Core/Scripts): Spirit towers reset to neutral 6 hours after capture and save WorldState (#11030) 2022-03-27 01:28:41 -03:00
UltraNix
df89bbafe4 fix(Scripts/Vehicles): The next player entering Salvaged Siege Engine… (#10987)
… should control turret if it's not occupied.
2022-03-27 01:16:12 -03:00
UltraNix
2ddf2303ea fix(Scripts/Blackwing Lair): Supression traps should not be disarmed... (#11082)
…after Broodlord defeat.
2022-03-26 22:58:10 -03:00
Nefertumm
69a3904b8e fix(Core/BWL): Victor Nefarius Shadow Bolt (#11078) 2022-03-26 22:56:30 -03:00
acidmanifesto
606c5dc7a8 Fix (core) Death Comes from high Client Crash Fix (#11136)
This fixes the client side crash while flying as the EYE OF ACHERUS, apparrently if the player lacks the visual spell on his character the client would crash. This is something I just want NOT ABLE to identify in debugger, however, true story also by the way, @TheDdraig made a suggestion while being both stone and highly intoxicate that he came up with the insane nonsensible approach that actually solved the issue 100%.

Co-Authored-By: TheDdraig <62179779+TheDdraig@users.noreply.github.com>

Co-authored-by: TheDdraig <62179779+TheDdraig@users.noreply.github.com>
2022-03-25 10:13:03 -04:00
Grimgravy
c797cb0b93 fix(Scripts/Quest): improved Overwhelmed! (#10387) 2022-03-25 12:44:25 +01:00
Skjalf
7377c96cc8 fix(Scripts/BlackwingLair): Razorgore improvements (#10971)
- Rewrite reset events
- Use proper healing spell on phase transition
- Now uses abilities during phase 1
- Phase transition scripted - mobs now run away
2022-03-23 15:42:34 -03:00
Malcrom
ee08039a52 fix(Core/Command): Fix issue with waypoint show off (#11111)
* fix(Core/Command): Fix issue with waypoint show off

* Update src/server/scripts/Commands/cs_wp.cpp

Co-authored-by: Kargatum <dowlandtop@yandex.com>

Co-authored-by: Kargatum <dowlandtop@yandex.com>
2022-03-22 21:48:31 -03:00
UltraNix
9c780588c4 fix(Scripts/Spells): Earthliving Weapon should no proc from Earth Shield. (#11094) 2022-03-21 05:13:37 -03:00
Nefertumm
c2b70e3927 fix(Core/Events): Corrections to Apothecary Hummel (#10674) 2022-03-18 18:42:56 -03:00
UltraNix
68891ccd74 fix(Core/Loot): Fixed some chests inside dungeons not being bound only to participants. (#10995) 2022-03-18 18:33:04 -03:00
UltraNix
acaa76d9c1 fix(Core/Spells): Heal from Bloodthirst should be affected by healing mods. (#10915) 2022-03-18 18:17:01 -03:00
UltraNix
4511cf5751 fix(Core/Spells): Seed of Corruption detonation should obey LoS (#10916)
- Source: TrinityCore
- Closes #4521
2022-03-18 13:05:20 +01:00