avarishd
d94f8b5970
fix(Script/Ulduar): Freya spawning multiple chests ( #11794 )
2022-05-19 10:59:48 -03:00
Maelthyr
c5368816fa
Core/Combat: rename getThreatMgr() to GetThreatMgr() ( #11758 )
2022-05-18 05:36:57 -03:00
Maelthyr
5ede1177c5
refactor(Core/Combat): implement compatiblity layer for ResetAllThreat() ( #11778 )
...
* implement ResetAllThreat()
* .
2022-05-17 12:01:25 -03:00
UltraNix
c6b5700ef5
fix(Core): Crashfix. ( #11740 )
2022-05-17 06:38:13 +02:00
avarishd
edcb9ff3a9
fix(Script/Ulduar): Change the way Elders are despawned
...
Despawns the elders
2022-05-09 08:25:17 -03:00
avarishd
6e9d470876
fix(Scripts/Auriaya): Move hardcoded text/gossips to DB ( #11658 )
...
* auriaya
* Update boss_auriaya.cpp
* cs
* Update boss_auriaya.cpp
2022-05-09 01:52:22 +02:00
Grimgravy
0bb789232e
fix(Scripts/Quest): improved You'll Need a Gryphon ( #11651 )
...
* fix(Scripts/Quest): improved You'll Need a Gryphon
* Update rev_1651846511304338500.sql
2022-05-08 23:24:02 +02:00
avarishd
9144cab27d
fix(Scripts/Ignis): Move hardcoded text/gossips to DB ( #11655 )
...
* ignis
* cs
* revert victim
2022-05-08 23:15:41 +02:00
avarishd
7b01b27bb2
fix(Scripts/XT002): Move hardcoded text/gossips to DB ( #11652 )
...
* xt
* xt
* codestyle
im bad
* cs
* update
2022-05-08 23:14:57 +02:00
avarishd
8f485cb5d4
fix(Scripts/Freya): misc improvements ( #11665 )
2022-05-08 23:02:15 +02:00
avarishd
4df92b553c
fix(Scripts/RazorScale): Move hardcoded text/gossips to DB and minor fixes ( #11694 )
...
* Update boss_razorscale.cpp
* cs
* questionable fix, but it works
2022-05-08 22:54:38 +02:00
Christopher Galbraith
ac8a6b4328
fix(Script/Skadi): Emotes ( #11625 )
...
* Added Grauf deep breath emote
* Renamed flame visual to properly reflect spell name Freezing Cloud
* Removed defined text, now uses creature_text for emotes
Co-authored-by: ChrisCGalbraith <chriscgalbraith@gmai.com >
2022-05-07 23:20:34 +02:00
avarishd
56955f792b
refactor(Core/Creature): Move hardcoded text/gossips to DB - boss_general_vezax ( #11649 )
2022-05-06 10:21:14 -03:00
UltraNix
bbd760cc1a
fix(Scripts/IcecrownCitadel): Increases radius of Sindragosa's boundary. ( #11579 )
...
Fixes #11439
2022-04-30 21:41:25 +02:00
SilentCLD
ffa2f071bc
fix(Core/Wintergrasp): Reimplement Wintergrasp quests and fix vendors ( #11533 )
2022-04-25 18:20:10 -03:00
Kitzunu
778d1bb9fa
fix(Scripts/ICC): Change trigger flag for Battle Experience spell ( #11466 )
...
* fix(Scripts/ICC): Change trigger flag for Battle Ecperience spell
* closes https://github.com/azerothcore/azerothcore-wotlk/issues/6785
* cherry-pick part of commit (TrinityCore/TrinityCore@5b8e68e )
2022-04-21 19:12:39 +02:00
UltraNix
519fd3dfd2
fix(Scripts/Ulduar): Fixed console errors of uninstalling vehicles. ( #11334 )
...
Fixes #11314
2022-04-18 19:37:30 +02:00
IntelligentQuantum
ab4ee71762
feat(Core/Maps): AreaBoundary ( #10525 )
...
* cherry-picked commit (2da458c56d )
2022-04-15 14:10:41 +02:00
Axel Cocat
17e143763a
fix(Core/Unit): Remove some hardcoded texts ( #5816 )
2022-04-15 13:17:06 +02:00
UltraNix
47790c9714
fix(Core/Vmaps): Stop M2s from occluding for spellcast LoS. Original autho… ( #11341 )
...
* Core/Vmaps: Stop M2s from occluding for spellcast LoS. Original authors: @Shauren & @HelloKitty
Fixes #11293
* buildfix.
Co-Authored-By: HelloKitty <5829095+HelloKitty@users.noreply.github.com >
2022-04-10 09:24:35 -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
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
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
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
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
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
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
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
Grimgravy
c797cb0b93
fix(Scripts/Quest): improved Overwhelmed! ( #10387 )
2022-03-25 12:44:25 +01: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
d07430199d
fix(Scripts/Ulduar): "I Could Say That This Cache Was Rare" achievement. ( #10912 )
2022-03-12 04:44:27 -03:00
UltraNix
37d92f8dc8
fix(Scripts/Ulduar): Fixed spawning Hodir chests. ( #10844 )
2022-03-09 05:26:25 -03:00
UltraNix
5e7166977e
fix(Scripts/Ulduar): Fixed launching Leviathan's hard mode. ( #10911 )
...
Fixes #10877
2022-03-09 05:17:32 -03:00
avarishd
a2b2b26056
fix(Scripts/Ulduar): Flame Leviathan first time engage ( #10809 )
2022-03-02 00:03:31 +01:00
acidmanifesto
69e2f2e3aa
fix/feat: (Core/PacketIO): updated sound and creature addon ( #10813 )
...
* fix\feat: (Core/PacketIO): updated sound and creature addon
updated SMSG_PLAY_SOUND, SMSG_PLAY_MUSIC and SMSG_PLAY_OBJECT_SOUND via tc cherry pick
https://github.com/TrinityCore/TrinityCore/pull/2363 and 0f1f7ef401 by @joschiwald and @ForesterDev
This so far a attempt to align atleast with sound with tc, and correct a potentional issue of hearing creature sounds that is not in visible range. I notice PlaySound was being defined in some weird dependency as it isnt with tc so I renamed it to Playsound. Notice a isLarge still being used in the creature addon when it was depreciated, so i removed that a that seem to of interfered with visibilitydistanceType.
Co-Authored-By: joschiwald <736792+joschiwald@users.noreply.github.com >
Co-Authored-By: ForesterDev <11771800+ForesterDev@users.noreply.github.com >
2022-02-26 10:05:58 -05:00
UltraNix
4509a36e91
fix(Core): Crashfix. ( #10744 )
...
Fixes #10601
Fixes #10733
2022-02-22 11:15:50 -05:00
Kitzunu
665919d010
refactor(Core/Misc): rename some variables that can be confusing ( #10592 )
2022-02-14 20:06:59 +01:00
Kitzunu
455899dc75
fix(Core/Misc): Change const to be after type name ( #10591 )
2022-02-14 16:05:45 -03: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
Kitzunu
1c0019ec18
fix(Scripts/Spell): properly script collapsing cave aura ( #10092 )
...
* cherry-pick commit (8d1a5fa126 )
Co-authored-by: Sorikoff <46191832+Sorikoff@users.noreply.github.com >
2022-01-24 21:18:47 -03:00
Kargatum
8b7df23f06
feat(Core/Time): Implement saparated manager for game time ( #8630 )
2022-01-24 17:55:00 +07:00
Malcrom
dfac47a562
feat(Core/Creature): Allow 3 ids per spawn point. TESTING ( #10169 )
...
* feat(Core/Creature): Allow 3 ids per spawn point.
* Move GetRandomId to a function
* Update id to id1
* Fixed some errors crashing core and text
* Set ids to lowercase for GetRandomId function
* Update src/server/database/Database/Implementation/WorldDatabase.cpp
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
Co-authored-by: acidmanifesto <joshua.lee.betts@gmail.com >
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2022-01-14 19:21:50 -04:00
Kitzunu
d1cc65b1c7
refactor(Core/Misc): isEmpty to IsEmpty ( #10011 )
2022-01-13 21:43:15 -05:00