Giacomo Pozzoni
7c97fa4449
Scripts/Misc: Fix build warnings
...
(cherry picked from commit 37ffdc05b23f079af3e22d7042f6ffe240e69cd5)
2021-12-19 23:31:30 +01:00
Killyana
00e5bda8d5
DB/Creature: Remove a wrong emote 193
...
(cherry picked from commit 57b72b4f80ce5c4f0f0788e04351f47fa7872b63)
2021-12-19 23:31:20 +01:00
Killyana
cb39b551d4
DB/Creature: Nexus-Prince Haramad
...
(cherry picked from commit 3bc6fb9fe3c6f3c981513795ea5414d0b3956fc4)
2021-12-19 23:30:47 +01:00
Killyana
9a75d68e3d
DB/Misc: Add some cosmetics to Mana tombs entrance
...
Captain Kaftiz event
Add a missing gob
Remove a wrong spawn
Add a cosmetic cast to a Consortium Engineer
(cherry picked from commit 23ad4efe6ebc094b7806995a65d7ca4b0d654d28)
2021-12-19 23:30:09 +01:00
Killyana
86d17dbf35
DB/Creature: Dawnblade Hawkrider
...
(cherry picked from commit b1f50af03721c4f915a224d8b8c00ab4cf08056d)
2021-12-19 23:28:24 +01:00
Killyana
71e474e14f
DB/Spawns: Remove "Hand of the Deceiver" spawns as summoned by a script
...
(cherry picked from commit 434cdb1fa0f5d2ea282c044771b96c9b0ad17f53)
2021-12-19 23:27:12 +01:00
Sorikoff
14f7a310ab
DB/Quests: Update Death Knight quests locales
...
Closes #24039
(cherry picked from commit 465db82cd96a05ca3b2a1b5ecf59e4287968e3fe)
2021-12-19 23:21:20 +01:00
Killyana
a8e4b66c99
DB/GossipMenu: Remove some custom gossips
...
(cherry picked from commit 739383b52e4dfc710d9878cc85a45d20c2c23ecb)
2021-12-19 22:41:47 +01:00
Killyana
07046d0cf0
DB/Gossips: Remove a custom gossip from some Innkeepers
...
(cherry picked from commit 87e1f7366a6b73475f4ca893d0e7a22651c5c1ad)
2021-12-19 22:40:46 +01:00
Killyana
3f3abe9ad0
Creature/Script: Add text target for npc_shadowfang_prisoner
...
(cherry picked from commit 10ba39e62644c0d071013d50775790307de807c2)
2021-12-19 19:49:52 +01:00
Killyana
e67e52fe2f
DB/Gossips: Remove more outdated custom gossips
...
(cherry picked from commit 39fa513e714d83761e5d04f908b411e22c40d385)
2021-12-19 19:29:28 +01:00
Killyana
b9980f61bd
DB/Gossip: Set the correct gossip menu id to Tharnariun
...
(cherry picked from commit fd47da4598c737b05dfb1b3f09954cf09426ac64)
2021-12-19 19:14:52 +01:00
dr-j
034aecca66
DB/Quest: Move "Gyromast's Revenge" to SAI
...
Closes #24034
(cherry picked from commit a04a80b906172a2d696beca21db095c519c24962)
2021-12-19 19:12:08 +01:00
Killyana
e04f3dfd6f
DB/Gossips: Remove outdated custom gossips
...
(cherry picked from commit 8c29c997e6bc949d044cadc7e53c15c1a4016282)
2021-12-19 19:07:48 +01:00
Killyana
b2eac05bf2
DB/Creature: Guchie Jinglepocket
...
(cherry picked from commit e4be992791f95cf5b8f2049ac89f097cc1c171c5)
2021-12-19 19:05:55 +01:00
Shauren
d44d218046
Core/Phasing: Delete old and unused enum
2021-12-19 18:12:28 +01:00
Shauren
68a25f5e9b
Core/Scripts: Add missing implementation for samePhase argument of ScriptedAI::ForceCombatStopForCreatureEntry
2021-12-19 18:12:12 +01:00
ccrs
d7571e5d1f
Scripts/ICC: little bit of cleanup in Valithria after the "recent" changes
...
(cherry picked from commit 7ffe0185711095b0f62a5edf1e1819935d02851c)
2021-12-19 18:05:23 +01:00
Killyana
956a342845
Core/Movement: Remove a wrong set SetWalk from HomeMovementGenerator
...
(cherry picked from commit 9f057d708267935053d94bdded9ea9efc10d1dd3)
2021-12-19 17:44:10 +01:00
Killyana
a7cf209428
Core/Creature: Clear creature focus after an evade
...
(cherry picked from commit a32aeceb0da5d691eb655e80eb9ea7b32fc44839)
2021-12-19 17:44:00 +01:00
Giacomo Pozzoni
d095d4afe9
Fix fleeing speed to 66% run speed ( #24025 )
...
* Core/Movement: Fix fleeing speed to 66% run speed
Fix fleeing speed to 66% run speed until the creature starts returning home
* Fix build
* Don't check speed type
* Don't apply speed reduction twice
* Fix no-pch (1st try)
* Make sure every spell focus is interrupted when seeking assistance
(cherry picked from commit 4ccf01de3947f50629c20192da3f99cb8c693b35)
2021-12-19 17:39:25 +01:00
Killyana
d946d74ff9
Core/AI: Fix creatures not updating their target properly once engaged
...
Closes #21562
(cherry picked from commit 7fb74326205acbc5c0fa6b2aa9731d891e788d64)
2021-12-19 15:54:20 +01:00
Giacomo Pozzoni
8d32849b34
Core/MMaps: Fix charge underwater/falling ( #24010 )
...
* Core/MMaps: Fix charge underwater
Fix charge sometimes returning "no path available" when swimming/underwater.
Fix charge selecting a destination point 4 yards above swimming/underwater targets
* Allow falling units to charge targets that are below (lower Z coordinate)
* Disable "raycast" pathfinding as it's not blizzlike.
This might show some strange paths when charging with a target in front.
It also fixes some falling undermap issues.
This Reverts 272009ebee
* Remove Z offset when charging a target as it never made sense
(cherry picked from commit 88a14251e2765880e90cb41be7919cd39e3308e2)
2021-12-19 15:54:09 +01:00
Keader
80dbecbd56
Scripts/ICC: Fixed Valithria Archmages casting while dead
...
After 9c603ea87f09c47d52f093ccc73ee75c15eff6f5, dead creatures will tick UpdateAI
Closes : #24012
(cherry picked from commit 2f31119ea337aedecc593b6bb687ad73390db3a2)
2021-12-19 15:51:30 +01:00
Giacomo Pozzoni
292df30394
Core/Movement: Fix wrong orientation set when pausing movement ( #23986 )
...
* Core/Movement: Fix wrong orientation set when pausing movement
* Update MoveSpline.h
* Update Unit.cpp
(cherry picked from commit e698c17a2688385e62744cdf5eb37b12b9e304fa)
2021-12-19 15:48:43 +01:00
Eridium
2b27278516
Spell/Script: Egg Nog ( #24007 )
...
Closes #23996
(cherry picked from commit b60786a91610d2c841b4d61c360a2cdd97a49118)
2021-12-19 15:48:29 +01:00
Killyana
a09d5d4854
Creature/AI: Reset CoolDowns on evade
...
Closes #24008
(cherry picked from commit cb11ad97fb9eb6202b54913b0f522eda4935d533)
2021-12-19 15:46:40 +01:00
Michael
72e61625bc
additional output for additem command ( #24006 )
...
* additional output for additem command
when removing items with additem:
if the user provides an amount too large of a negative amount, the command will now output the amount of items that could not be destroyed.
* renamed sql file to hopefully avoid conflicts
* added clarification to failure string
* changed unneeded else if condition to else
* code style; braces
* Update and rename 9999_99_99_99_world.sql to 2019_12_28_01_world.sql
(cherry picked from commit 6b19f4a0ab1f77ea969a080a6eea0379baf9f8df)
2021-12-19 15:46:20 +01:00
Killyana
bfc8889d54
DB: Remove wrong auras from creature_addon
...
DB log is clean
(cherry picked from commit 53fe736087341ae056713768562e0cc27de2ac19)
2021-12-19 15:38:22 +01:00
Killyana
1712089c78
DB/Misc: Re-script the quest What the Soul Sees, respawn Ancient Orc Ancestor, and fix invisibility aura
...
(cherry picked from commit e112db34fb26b1db31bde2ad0eb5f2fded9aceb8)
2021-12-19 15:37:40 +01:00
Killyana
8046f46e55
DB: Remove more wrong auras from creature_addon
...
(cherry picked from commit f5c80fc47c5acc850600765525550c0988a02b2d)
2021-12-19 15:36:09 +01:00
jackpoz
2327ff4d6d
Core/Movement: Fix fleeing speed to 66% run speed
...
Fix AssistanceMovementGenerator using 100% MOVE_RUN speed instead of 66% . Please note that the fleeing mechanic still has some open issues that this single commit doesn't fix
(cherry picked from commit 862d47394b8c879f42902f03ecd112b65ff631c2)
2021-12-19 15:34:20 +01:00
Giacomo Pozzoni
b40cadd5a1
Core/Movement: Fix stunned falling units freezing the client ( #24000 )
...
(cherry picked from commit 8f94c9ef6b843f69d014b7e3a4b3b30e5d1515e4)
2021-12-19 15:33:57 +01:00
Keader
b9def15aa7
Scritps/ICC: Fixed resistance calculation for Mutated Transformation (Professor Putricide) ( #23858 )
...
More Info in: #23837
(cherry picked from commit 9f7b464a6aa5b64bf5ec5c0f586853fbc71029c6)
2021-12-19 15:33:41 +01:00
Giacomo Pozzoni
96ec8477f0
Core/Creatures: Fix spell_school_immune_mask being applied against positive spells too ( #23999 )
...
(cherry picked from commit 18a4cbee5eb10cf0502ffae9c89ad468a2c58012)
2021-12-19 15:31:34 +01:00
Giacomo Pozzoni
fda1630f74
Core/Spells: Fix Spellsteal stealing Silence buff of Arcane Torrent ( #23992 )
...
(cherry picked from commit 7920347f439b1c17805182a4f22d3b3b9f521a29)
2021-12-19 15:30:59 +01:00
Giacomo Pozzoni
1635a34228
Core/Movement: Add more LOS checks ( #23991 )
...
Add more LOS checks to ensure Units don't cross trees/walls when fleeing/moving
(cherry picked from commit 13ad8b66d9f4abcb55b4369a24d89d8cde3ca361)
2021-12-19 15:30:13 +01:00
Killyana
d17a05c0be
DB: Remove more wrong auras from creature_addon
...
(cherry picked from commit c62ee2d35c0fbb2c8c9d99821a4e2c2565273e7d)
2021-12-19 15:29:26 +01:00
Killyana
28b261060e
DB/Misc: Shadow Labyrinth
...
(cherry picked from commit dbfdcd620c867c85ab96e2e1a8ae7f5b0e232a8e)
2021-12-19 15:28:35 +01:00
Killyana
3b78869b9f
DB/Spawns: Fix some spawns in Shadow Labyrinth
...
(cherry picked from commit 2c52c6be5a80b78ce6c759e8e799ada31ce11162)
2021-12-19 15:27:12 +01:00
Killyana
0b8ffc2871
DB/Creature: Metzen the Reindeer
...
Closes #23995
(cherry picked from commit 60df3997a2ea4b4d9453141b8e3afce46da34a45)
2021-12-19 15:25:02 +01:00
Killyana
4ce8aee06c
DB: Remove wrong auras from creature_addon
...
(cherry picked from commit 0ded21dc237e0ab1a6f667f10fbda7e58e4e280f)
2021-12-19 14:59:36 +01:00
Killyana
9eab3407c0
DB/Misc: Fix some cosmetics in Zul'drak
...
(cherry picked from commit 967a5868976bf2b03dbebfb67beb0022e792062c)
2021-12-19 14:56:41 +01:00
Killyana
eb0090dc41
Typo
...
(cherry picked from commit 76d404013a6fb480fb410bf65222800f78550be2)
2021-12-19 14:53:51 +01:00
Killyana
3b7548cb20
DB/SAI: Fix OOC LOS events that must only be triggered by players
...
(cherry picked from commit 1717a20c440870f2face3be41fd7b6c93ca0e471)
2021-12-19 14:53:42 +01:00
Killyana
425e19241b
DB/Quest : Where in the World is Hemet Nesingwary?
...
(cherry picked from commit 45362ef413b80b852342fcbd85488bb4acd87f18)
2021-12-19 14:53:10 +01:00
Meji
c4fee8c5cf
Core/Spells: Implemented spell effect 204 (SPELL_EFFECT_CHANGE_BATTLEPET_QUALITY) ( #27425 )
2021-12-19 13:27:27 +01:00
jackpoz
e6ac3316b7
Core/Map: Load the grid of TempSummons owned by Players
...
Ensure to load the grid of TempSummons owned by Players when the relocate to another cell
(cherry picked from commit afbc47891965f9c31c4b31c66931a2dbc9846f93)
2021-12-19 13:14:33 +01:00
Shauren
e30683fda4
Scripts: Add missing killer nullptr checks in JustDied hooks
...
(cherry picked from commit 175eba74aee742b8aa97b940983a0ddbd7b4bdf7)
2021-12-19 13:12:42 +01:00
Shauren
e539de68e1
Core/Creatures: Fixed crash when guards get killed by periodic auras whose caster is offline or despawned
...
(cherry picked from commit 046e98bc5da89c31af9f68d18d78d8f8e9161f6a)
2021-12-19 13:12:30 +01:00