Commit Graph

3452 Commits

Author SHA1 Message Date
UltraNix
888f9bb0bb fix(Scripts/Temple of AhnQiraj): Cthun's Eye should always focus on b… (#13796)
fix(Scripts/Temple of AhnQiraj): Cthun's Eye should always focus on beam target.

Fixes #13673
2022-11-20 19:39:01 -03:00
Skjalf
42c4c293bd fix(Scripts/TempleOfAhnQiraj): Fix Digestive Acid not being applied t… (#13870)
fix(Scripts/TempleOfAhnQiraj): Fix Digestive Acid not being applied to players under certain circumstances
2022-11-20 19:23:29 -03:00
Angelo Venturini
e0803fb0cb fix(Core): Crash on random movement SAI (#13862) 2022-11-19 15:26:53 -03:00
Dominik Nussbaumer
d87ff61f96 fix(Core/Build): correct build for GCC 12 (#13583)
* add `_` to header guard to `OPENSSL_CRYPTO_H` because openssl uses the same header guard
* remove `<T>` from constructor
2022-11-19 20:13:21 +03:00
55Honey
856c2e5e58 chore(Scripts/Commands): increase default removal duration to 30m from 15m (#13869) 2022-11-19 09:34:30 -03:00
Skjalf
afebbb816c fix(Scripts/TempleOfAhnQiraj): Prevent tentacles from spawning inside… (#13864)
fix(Scripts/TempleOfAhnQiraj): Prevent tentacles from spawning inside C'thun's stomach
2022-11-19 08:18:32 -03:00
UltraNix
79bef9a057 fix(Core/Pets): Save all spell cooldowns to db. (#13809)
Fixes #13539
2022-11-16 01:26:46 -03:00
UltraNix
ae84bf67c4 fix(Core/Spells): Fixed Glyph of Kilrogg. (#13802)
Fixes #13623
2022-11-16 01:26:05 -03:00
UltraNix
a490a9ac31 fix(Scripts/Items): Green Whelp Armor affects only enemies level 50 a… (#13800)
...nd below.
2022-11-16 01:25:32 -03:00
Mickaël Mauger
2e5e3bda5d fix(Scripts/Commands): Fix assertion error on mmaps path command (#13704) 2022-11-16 01:24:27 -03:00
Eddy Vega
772fe38fe9 fix(Scripts/TempleOfAhnQiraj): Twins Emperors - First Teleport (#13652) 2022-11-16 01:21:27 -03:00
Gultask
70361ba63c fix(Scripts/TempleOfAhnQiraj): Increase Vek'lor Blizzard timer (#13791) 2022-11-16 01:20:34 -03:00
UltraNix
3603f44dad fix(Core/Spells): FIxed calculating LoS for dynamic objects. (#13795)
Fixes #13777
2022-11-16 01:19:29 -03:00
Angelo Venturini
5cf7d3d198 fix(Core/Scripts): Renataki crash (#13811) 2022-11-13 18:41:10 -03:00
Skjalf
fb08f8e905 chore(Scripts/ToC): Correct variable naming according to standarrds (#13786)
* chore(Scripts/ToC): Correct variable naming according to standarrds

* Update src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/instance_trial_of_the_crusader.cpp

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2022-11-12 16:47:59 +01:00
Mickaël Mauger
7222699f61 fix(Scripts/ToC): Fix Trial of the Champion and Trial of the Crusader on … (#13772)
fix(scripts): Fix Trial of the Champion and Trial of the Crusader on player enter cleanup
2022-11-12 12:14:24 -03:00
UltraNix
6278072b16 fix(Core/Loot): Fixed processing duplicated loot item within different groups. (#13038)
Fixes #13038
2022-11-12 13:31:29 +01:00
Maelthyr
c1c9dc6105 refactor(Core/ScriptedAI): few improvements with threat methods (#13146)
improve threat scripts

Co-authored-by: Maelthyrr <lynethris@protonmail.ch>
2022-11-12 13:29:28 +01:00
UltraNix
c1bb1d47f9 fix(Core/Creature): Prevent flying creatures from falling on respawn. (#13774) 2022-11-12 13:24:12 +01:00
ZhengPeiRu21
42c5028018 fix(Core): Correct Rest Bonus Formula (#13173) 2022-11-11 23:32:02 -03:00
Mickaël Mauger
2c4df1054e fix(Core): Fix guild bank update broadcasts (#13520)
Fix guild bank update broadcasts
2022-11-11 16:25:24 -03:00
Gultask
ff5983cb16 fix(Spells/TempleOfAhnQiraj): Attempt to partly fix Digestive Acid not being applied (#13751)
* Update SpellInfoCorrections.cpp

* Update SpellInfoCorrections.cpp

* Update SpellInfoCorrections.cpp

* Update SpellInfoCorrections.cpp
2022-11-09 05:40:34 -03:00
Skjalf
b129626ee3 fix(Core/Unit): Prevent CTM rooted flag from being removed on aura ex… (#13732)
fix(Core/Unit): Prevent CTM rooted flag from being removed on aura expiration
2022-11-08 05:44:32 -03:00
Skjalf
6177ce4688 feat(Core/Scripting): Create OnStoreNewItem() hook (#13725) 2022-11-07 00:26:47 -03:00
Skjalf
bb9e80ded1 fix(Core/Unit): Exclude Sword Specialization and Hack and Slash from … (#13706)
* fix(Core/Unit): Exclude Sword Specialization and Hack and Slash from the extra attack range check

* fix  logic
2022-11-05 15:04:02 -03:00
Skjalf
8b7fb759c2 feat(Core/Scripting): Expand ModifySpellDamageTaken() to include the … (#13707)
feat(Core/Scripting): Expand ModifySpellDamageTaken() to include the spell data
2022-11-05 12:39:58 -03:00
Eddy Vega
43315906d1 fix(Scripts/TempleOfAhnQiraj): Huhuran/BugTrio - EnterCombat (#13653)
init

Co-authored-by: Si1ker <Si1ker@users.noreply.github.com>
2022-11-04 20:10:58 -03:00
Skjalf
e5ff59ec17 fix(Core/Unit): Check if the unit is within melee range before proces… (#13697)
fix(Core/Unit): Check if the unit is within melee range before processing extra attack procs
2022-11-04 19:27:02 -03:00
Skjalf
5c88f9269e fix(Scripts/TempleOfAhnQiraj): Don't store object references in scripts (#13694) 2022-11-04 19:24:57 -03:00
Skjalf
6cb85d2ff4 fix(Scripts/TempleOfAhnQiraj): Fix crash caused by permanently spawni… (#13698)
fix(Scripts/TempleOfAhnQiraj): Fix crash caused by permanently spawning a tentacle
2022-11-04 19:17:50 -03:00
Skjalf
fc914f03f1 fix(Scripts/TempleOfAhnQiraj): Fix Ouro not using abilities if there's only one player and he's out of his melee range (#13692)
fix(Scripts/TempleOfAhnQiraj): Fix Ouro not using abilities if
2022-11-04 17:55:06 -03:00
Gultask
a7cd116880 fix(Scripts/TempleOfAhnQiraj): Replace Sartura's Gaze mechanic with a threat wipe (#13691)
Update boss_sartura.cpp
2022-11-04 17:23:18 -03:00
Skjalf
e64138314c fix(Core/Scripting): Also call the OnLootItem() hook on master looted… (#13683)
fix(Core/Scripting): Also call the OnLootItem() hook on master looted items
2022-11-03 21:49:12 -03:00
Skjalf
d9ab07d5d2 fix(Scripts/TempleOfAhnQiraj): Improve Veklor pathing (#13682) 2022-11-03 19:18:37 -03:00
Skjalf
ef8d7f4ed9 feat(Core/Scripting): Implement OnAuraApply() hook for unitscripts (#13658)
* feat(Core/Scripting): Implement OnAuraApply() hook for unitscripts

* fix build

* Update ScriptMgr.h
2022-11-02 22:34:52 -03:00
Skjalf
ab3548e2e4 feat(Core/Scripting): Expand ModifyHealReceived() to also include hea… (#13655)
feat(Core/Scripting): Expand ModifyHealReceived() to also include healing over time
2022-11-02 19:19:17 -03:00
M'Dic
8f19bcddf4 Add (core\logging): Log sync db queries in mapupdater (#13638)
This will Log sync db queries in World::Update() loop for the mapupdater when building in debug.
Originally part of TC Commit https://github.com/TrinityCore/TrinityCore/pull/25174
Apparently azerothcore never cherrypicked it entirely for whatever reason and is needed when running a debugger in debug build for me to find and address some recent crash issues that been posted on the issues to fully verify the issue.

Co-Authored-By: Giacomo Pozzoni <giacomopoz@gmail.com>
2022-11-01 19:00:42 -04:00
ZhengPeiRu21
5a7822282f feat(Core): Config to disable all Wintergrasp processing (#13086)
* feat(Core): Config to disable all Wintergrasp processing

* Use 2 instead of -1 - configs are parsed as uint

* Fix build warnings
2022-11-01 06:22:09 -03:00
UltraNix
9e89917fd7 fix(Core): Crashfix. (#13484)
Fixes #13329
Fixes #13145
2022-11-01 06:21:30 -03:00
Skjalf
200a4b6af4 fix(Scripts/Commands): Fix group list command output (#13614) 2022-11-01 00:20:20 -03:00
Skjalf
df3e3b169a fix(Scripts/TempleOfAhnQiraj): Fix Sartura not enraging if stunned (#13615) 2022-10-30 16:25:43 -03:00
UltraNix
330d45bda8 fix(Core/Spells): Spells requires cast from behind victim bypass Dete… (#13499)
fix(Core/Spells): Spells requires cast from behind victim bypass Deterrence.

Fixes #13212
2022-10-29 07:18:27 -03:00
UltraNix
4ac437419f fix(Core/Units): Fixed uninitialized m_cleanDamage variable after e390087 (#13485)
fix(Core/Units): Fixed uninitialized `m_cleanDamage` variable after e390087.

Improved 252755415c
2022-10-29 07:16:26 -03:00
UltraNix
3da4d30371 fix(Core/Players): Fixed obtaining extra (custom) talent points only … (#13526)
fix(Core/Players): Fixed obtaining extra (custom) talent points only for DK class.

Fixes #4327
2022-10-29 07:15:32 -03:00
UltraNix
f3820bd375 fix(Core/Players): Players should nt able to rest in unfriendly taver… (#13493)
* fix(Core/Players): Players should nt able to rest in unfriendly taverns. Original author: @Rushor

Fixes #13459

* Update.
2022-10-29 07:15:18 -03:00
UltraNix
751bc4ffe1 fix(Scripts/MoltenCore): Lava Spawn. (#13508)
Fixes #13107
2022-10-29 07:14:38 -03:00
UltraNix
670d5724cb fix(Core/Pets): Tamed hunter pets should deal physical damage. (#13522)
Fixes #13497
2022-10-29 07:14:07 -03:00
UltraNix
eb3f80ceff fix(Core/Spells): Implemented SPELL_HIT_TYPE_SPLIT hit type. Source: … (#13518)
fix(Core/Spells): Implemented SPELL_HIT_TYPE_SPLIT hit type. Source: TrinityCore.

Fixes #13306
2022-10-29 07:13:36 -03:00
UltraNix
4ef1010f37 fix(Core/Spells): Maelstrom Weapon should not reset attack timers. (#13504)
Fixes #13179
2022-10-29 07:13:09 -03:00
UltraNix
0cd6319cfc fix(Core/Spells): Fixed calculating LoS for dynamic objects. (#13521)
Fixes #13255
2022-10-29 07:12:49 -03:00