jackpoz
91bbaae81e
Core/LFG: Teleport players to other players instead of dungeon entrance when continuing a LFG dungeon
...
This feature already existed in current code but was broken by d0334bf948
(cherry picked from commit d2841d6b664ac2c8e818bea1a469fdd3f1b31f6b)
2021-11-24 20:35:17 +01:00
Sorikoff
a57ca5cea2
Core/Movement: Allow using run when moving randomly ( #23081 )
...
* Allow run when moving randomly
(cherry picked from commit 34cfa69efd1857540f1f44b118086bb02334c100)
2021-11-24 20:35:15 +01:00
jackpoz
ace33a464f
Core/Misc: Code cleanup
...
(cherry picked from commit 6c5d9971619ad1f3982defd67342571561dddb62)
2021-11-24 20:34:56 +01:00
jackpoz
c312b926b4
Core/MMaps: MMaps logs cleanup
...
Move MMaps related logs from "maps" category to "maps.mmaps".
Remove newlines in logs, the log system already takes care of newlines.
(cherry picked from commit 696039cfed53334ed32583ec293db787e64ef5db)
2021-11-24 20:34:56 +01:00
Killyana
b5c4ae633f
DB/Quest: Improvements for Valduran the Stormborn
...
(cherry picked from commit 25db347b09c5b9f8492d3553bdf5e5a266ff710b)
2021-11-24 20:34:56 +01:00
Killyana
72ca6d0120
DB/Quest: Improvements for Scourge Tactics
...
(cherry picked from commit 9467fc9a01158569ba8c50aa0a7e247d2af4f5ec)
2021-11-24 20:34:56 +01:00
Killyana
fa7cb9fd35
DB/Quest: Kroshius' Infernal Core
...
(cherry picked from commit b1545e76ef4e7c9b168adb3a3f9d37e0b079ffad)
2021-11-24 20:34:56 +01:00
Keader
5b63d6ccfe
DB/Spell: Ephemeral Snowflake proc
...
Closes #23078
(cherry picked from commit edd9a26c58f27aa74e347ca40be6a803ec3ebe49)
2021-11-24 20:34:56 +01:00
Keader
955ac45cf5
Spell/Script: Freezing Circle
...
Closes #11312
See the original issue before cherry pick
(cherry picked from commit 990ad000f8e869e55353e6531d9e38f23104bcd6)
2021-11-24 20:34:56 +01:00
jackpoz
bd0e9e7aa8
Core/MMaps: Fix infinite loop in Detour
...
Fix another infinite loop in Detour caused by degenerated triangles.
Check the result of some previously ignored Detour calls.
Update recastnavigation to 3a619d773deb7e3a15ee215217c825995fe71312 and apply some more custom changes
(cherry picked from commit c602220e02bed1ad76c9e60064eeec5fd97bfe80)
2021-11-24 20:34:56 +01:00
Killyana
3cfbf0aa1b
DB/Creature: Fix Thaladred the Darkener movement speed
...
From sniffs
(cherry picked from commit e9957b1765ceac9d8966ec50b0d64cb80e18d17a)
2021-11-24 20:34:56 +01:00
Killyana
b0f10b505e
Core/GameObject: Set loot state to Not ready when a gob is deactivated ( #23072 )
...
(cherry picked from commit 8dec9b97e211d9b9d5153a3f0d19097bae6fdeff)
2021-11-24 20:34:56 +01:00
Sorikoff
956158d299
Core/Movement: Allow using walk when chasing v2 ( #23073 )
...
* Allow walk when chasing
(cherry picked from commit dbadb6369cf0b6d394fffaa1dedc612dfb5cbe2a)
2021-11-24 20:34:54 +01:00
Killyana
ca02f3918f
DB/Quest: The Collapse / Deploy the Shake-n-Quake!
...
(cherry picked from commit 91c0bc966a5ce6237f25c706195044365e188b81)
2021-11-24 14:56:17 +01:00
Killyana
2ecf18b9e5
DB/SAI: Wrathbone Coldwraith
...
(cherry picked from commit ecae47a1698451cde5568d4fc8f1d08487f814c7)
2021-11-24 14:50:12 +01:00
sirikfoll
74114b45a6
DB/Quest: Tails Up
...
Closes #16363
(cherry picked from commit 82c532dc239d7bbb4cb449421969349253bc620e)
2021-11-24 14:49:26 +01:00
Killyana
aa36a81666
DB/Creature: Add Swim movement to some npcs
...
According to dbc data
(cherry picked from commit e9fa63981558428d1c8b72669d2651785445f05a)
2021-11-24 14:44:55 +01:00
Killyana
b65536e6dc
DB/Creature: Set FLAG_EXTRA_NO_XP_AT_KILL
...
According to dbc data
(cherry picked from commit afaf387914ceb9f65038ca00369d23bb60ecb249)
2021-11-24 14:44:19 +01:00
Killyana
ced2f2f0a8
DB/Creature: Fix waypoints for Civilian Recruit
...
(cherry picked from commit 2ebaa9fa86a2c082f279f80a552c184b5ad44a4d)
2021-11-24 14:41:14 +01:00
sirikfoll
402e63427e
Scripts/Ulduar: Mimiron improvements
...
Closes #23043
Fix Aerial hover
Some visual issues
(cherry picked from commit a8033420299d75bbcfd6efec610ec7f34f01bf75)
2021-11-24 00:02:13 +01:00
Sorikoff
b3f75852c2
Allow walk when chasing ( #23069 )
...
(cherry picked from commit c2f2db08aa4f729fbd5b21528a215f6df0c131b6)
2021-11-24 00:02:13 +01:00
Killyana
72e71837a0
DB/Creature: Disable mmaps for Warlord Zol'Maz
...
(cherry picked from commit 47e1816bf78ea3050150fa3d4b0a93d8b9b10807)
2021-11-24 00:02:13 +01:00
Killyana
f112b25b88
DB/Script: The Key of Warlord Zol'Maz
...
Closes #20246
(cherry picked from commit 6428118dac0acd63f7a50f14c92fbfef2c2baca4)
2021-11-24 00:02:13 +01:00
jackpoz
97401a2997
Core/Commands: Don't re-add active quests with ".quest add" command
...
(cherry picked from commit f17120cc784ee1f52a24424a78a64d71ad73b713)
2021-11-24 00:02:13 +01:00
Killyana
ead8e2f534
DB/Script: Update arcane-containers script to despawn once clicked
...
Closes #21094
(cherry picked from commit d2bff6dcec73603ded856c634eddc4f5e7191d65)
2021-11-24 00:02:13 +01:00
jackpoz
b8396f682c
Core/MapScripts: Add support to GameObjects to SCRIPT_COMMAND_DESPAWN_SELF
...
(cherry picked from commit da19ad117e3c4c15793ba8f84738efaecb4d1428)
2021-11-24 00:02:08 +01:00
Aokromes
49e1ff34b7
Core/mmaps: add category to 2 logs
...
(cherry picked from commit a2f910fe5cc150b7459cc396ed8de66659a1128a)
2021-11-23 23:44:00 +01:00
jackpoz
291ee6416c
Dep/Recast: Validate input values more consistently and completely, including that points are finite
...
Merge https://github.com/recastnavigation/recastnavigation/pull/374 .
This should fix infinite loops happening with degenerated triangles with 0 area.
Fix #23028
(cherry picked from commit a75fbe527a9c35fd0cb2e0710a3ebed1223d5c61)
2021-11-23 23:44:00 +01:00
Aokromes
2dfba1f703
DB/Commands: Fix typo on chat commands
...
Closes #23065 by jackpoz
(cherry picked from commit 3157a6c6f34df9d20d097f7a61bd1966b0d7d390)
2021-11-23 23:44:00 +01:00
jackpoz
2318013278
Core/MMaps: Add rcMedianFilterWalkableArea() to mmaps generation process
...
Add rcMedianFilterWalkableArea() to mmaps generation process to simplify some ground/water areas
(cherry picked from commit 7ddbc18aafe61434971013ed6126f5666011ab43)
2021-11-23 23:43:55 +01:00
jackpoz
abb36a1e5b
Core/Spells: Add range checks to GameObject targets
...
Close #23062
Patch by robinsch
(cherry picked from commit 76cc94f325ab68f66a4fa7b5d30316508e27c0ce)
2021-11-23 23:34:27 +01:00
ZenoX92
35074d0b42
DB/Quest: Rescue From Jaedenar
...
Closes #17227
(cherry picked from commit 809f8c43e58cd1c519d6e606fe0769fe953cfe4a)
2021-11-23 23:33:43 +01:00
Gustavo
10c915dd34
Core/Units: Only update height in SetHover if unit is bellow HoverHeight ( #23061 )
...
(cherry picked from commit 2dfea54533830b326ce9ac29d59de01d3fee503b)
2021-11-23 23:18:58 +01:00
Serpaa
0f334265c0
DB/Creature: Dying Blood Elf
...
Closes #23063
(cherry picked from commit f86d4536516d43acee3bcb01a5ad59aa0e2cad36)
2021-11-23 23:18:40 +01:00
Ovah
2dda5fb477
Scripts/MGT: Kael'thas intro can now be skipped when not killing the trash pack in his room
...
Scripts/MGT: Kael'thas will now despawn at evade
Cherry picked from
https://github.com/Ovahlord/TrinityCore/commit/f6e9ff5ca4ed1a174052b350db0802e1fca9a1aa
https://github.com/Ovahlord/TrinityCore/commit/ed8c1830f58e0b9db629bbae9ee80f8ad76331e5
(cherry picked from commit c10c8c6bba27625e49016de8c1a1cc9fa7944fa5)
2021-11-23 23:17:08 +01:00
Shauren
7a413ae543
Core/Spells: Fixed spells using MovePositionToFirstCollision for selecting target position getting Z coord offset by caster or target collision height (depending on spell target type)
...
(cherry picked from commit d63d15c505708d175c52d87afc76cbe4ac59497b)
2021-11-23 23:16:49 +01:00
Keader
dba7e2507f
Scripts/Illidan: Fixed Parasitic shadowfiends reproducing like rabbits
...
(cherry picked from commit a617cc40977b7b019f79a198daebede90c59f5c1)
2021-11-23 23:16:43 +01:00
jackpoz
ef04a26bf4
Core/Pet: Add assert
...
Add additional assert to check if it's possible for a Pet not to have an active AI when the Player owner kills an enemy.
Ref #23036
(cherry picked from commit 43dec9e4d0b6f7da3c2051624742e9fb8a9bcb31)
2021-11-23 23:10:45 +01:00
Heaven31415
0ea3fe545c
Refactor SendSysMessage, SendGlobalSysMessage, SendGlobalGMSysMessage ( #23029 )
...
(cherry picked from commit 9db50f05cb7d225f3bd7b2a209509a072f915fd3)
2021-11-23 23:07:23 +01:00
Sorikoff
ee0662ca3d
Scripts/Scarlet Enclave: Stable Master Kitrik's spell Repo ( #23023 )
...
(cherry picked from commit f0f4d0280daf81a841c30332f608f7acdfb1f374)
2021-11-23 23:04:34 +01:00
Killyana
2f21c11979
DB/SAI: Shoveltusks
...
Closes #23040
Closes #23041
(cherry picked from commit 7dc893fcf228b09eba789c7e48c41e1b64019b29)
2021-11-23 23:03:02 +01:00
Shauren
c14cf5a892
Core/Misc: Added lambda support to EventProcessor
...
Closes #22909
(cherry picked from commit 813f693768ee94864b0d24423b9265bde2c9903d)
2021-11-23 23:01:47 +01:00
Giacomo Pozzoni
ed5ba915f1
Core/Scripts: Change PlayerScript and CreatureScript inheritance ( #23048 )
...
Remove UnitScript from PlayerScript and CreatureScript classes as that's how the original system that was PR'd worked, see https://github.com/TrinityCore/TrinityCore/pull/7867 for reference.
Please note these are used as global hooks and should really just invoke stateless functions.
If you need to hook methods from PlayerScript/CreatureScript and UnitScript, just define 2 different scripts (this is how the original system worked and how it was designed to work)
(cherry picked from commit 5b7ead65bb116195f4336934bcff830e1b2af5bb)
2021-11-23 22:54:24 +01:00
TheWinchesters
47adf2e4c8
[3.3.5] Commands: lookup player shows which character is online ( #23039 )
...
* Show 'online' for every online player in lookup player commands
(cherry picked from commit a0056951f7e425341760ebf3a7770477ef7f4446)
2021-11-23 22:52:53 +01:00
Giacomo Pozzoni
31dca39c05
3.3.5 threat assert ( #23034 )
...
* Core/Creature: Change assert about Threat to log
(cherry picked from commit cb8ff7976b1419c6a1334bb49783480d543aff16)
2021-11-23 22:48:39 +01:00
Giacomo Pozzoni
24f9b41622
Shared/Utilities: Handle string format exceptions
...
Handle StringFormat() exceptions in case of malformed string format to avoid causing unhandled exception crashes
(cherry picked from commit c79811de4fbf2b22cd74f55853516c7fc307055f)
2021-11-23 22:48:28 +01:00
Aokromes
95b8c9df84
Misc/Extractor: Clarify a bit
...
(cherry picked from commit 58c5dfac1d8d314b9243fde52466b3c933fb7d7f)
2021-11-23 22:48:17 +01:00
Rushor
bc3dc38d17
Creature/Script: Move "Bartleby" script to SAI
...
(cherry picked from commit d69ef2ab1d0ecc0f32436b978137c89a0bc86a02)
2021-11-23 22:48:03 +01:00
Killyana
254df28c1e
DB/Creature: Add night spawns for Dwarf mounts
...
(cherry picked from commit 59682bbd9b333a8e6dbfd3c6884b16afdb510197)
2021-11-23 22:45:32 +01:00
jackpoz
b0703f943c
Core/MMaps: Change infinite loop fix in Detour
...
Change the infinite loop fix in Detour to allow looping through all the m_nodePool nodes max once, otherwise it most likely means that we entered an infinite loop. This is currently set to 1024.
(cherry picked from commit 12e6faa0fa0cf389bcebd4a6f2220e71c697250c)
2021-11-23 22:29:58 +01:00