Commit Graph

16968 Commits

Author SHA1 Message Date
Aokromes
d60d349a91 typo fix
(cherry picked from commit c2f152d903)
2021-01-13 22:04:52 +01:00
Aokromes
13e96d3c11 Core/Battleground: mistaked rows
(cherry picked from commit d5a4cae7d3)
2021-01-13 22:04:52 +01:00
Aokromes
9f59b1c447 Core/Battleground: use sniffed positions of Arathi Basin buffs
Closes #20149

(cherry picked from commit 5ae891d970)
2021-01-13 22:04:52 +01:00
Teppic1
0f837c0a02 Core/Creatures: Remove duplicate check for evade from Creature::CanAssistTo (#20722)
(cherry picked from commit 967dcc5dba)
2021-01-13 22:04:52 +01:00
Treeston
9f2de698c9 some more cleanup (cbd025f follow-up)
(cherry picked from commit 4f5ec886d0)
2021-01-13 22:04:52 +01:00
Treeston
b31816ff79 Scripts/MagistersTerrace: Fix some crashes in Selin Fireheart. His script is still a shitshow, though. Closes #20614.
(cherry picked from commit cbd025f146)
2021-01-13 22:04:52 +01:00
Treeston
6a69dcced2 Core/Map: Fix a crash bug when teleporting out of map before being fully added to that map. Closes #20289.
(cherry picked from commit bf81a7b207)
2021-01-13 22:04:52 +01:00
Kittnz
097335f2c4 Core/SAI: Add distance option for SMART_ACTION_SOUND & SMART_ACTION_RANDOM_SOUND (#20717)
(cherry picked from commit 37995ade29)
2021-01-13 22:04:52 +01:00
r00ty-tc
7a21d02da1 Core/Maps: Prevent potential null dereference
- Coverity: 1381663

(cherry picked from commit 82a93e6be9)
2021-01-13 22:04:52 +01:00
Aokromes
0316ae913e Core/Misc: Fix build on CentOS
By Nayd. Closes #20413

(cherry picked from commit c5a3ec667f)
2021-01-13 22:04:52 +01:00
Andrew Letson
bc73b5f8a5 DB/Scripts: Greengill Slave
(cherry picked from commit c8a346a23c)
2021-01-13 22:04:52 +01:00
Wyreth
b902e739d4 Core/SAI: remove double calls to SMART_EVENT_RESPAWN for creatures and gameobjects (#20420)
(cherry picked from commit 637b5f922d)
2021-01-13 22:04:52 +01:00
Wyreth
56dca10f1b Core/SAI: allow to pause/resume waypoint for non-escorting NPCs (#20684)
(cherry picked from commit 21bd52cb99)
2021-01-13 22:04:52 +01:00
Keader
c41c6d5f61 Core/Illidan: Parasitic Shadowfiend can target tanker
(cherry picked from commit b4d632e57d)
2021-01-13 22:04:52 +01:00
Wyreth
3c898d9e01 Scripts/Quest: Captain Tyralius improvements (#20419)
Update: #12352
(cherry picked from commit 398e67cbca)
2021-01-13 22:04:52 +01:00
jackpoz
d8804418ce Core/SAI: Fix static analysis issue
Initialize uninitialized value, move class field from public to private.

(cherry picked from commit 7dc97c0353)
2021-01-13 22:04:52 +01:00
Shauren
468c406740 Core/DataStores: Allow more TaxiNode rows
Closes #25835
2021-01-10 16:33:19 +01:00
Shauren
1b460d4929 Scripts/Chat log: Move LANG_ADDON_LOGGED to addon chat logger 2021-01-10 12:28:02 +01:00
Kyle Phelps
ee6e71bbd3 Split all addon chat logs into separate log streams (#25816)
* Split all addon chat logs into separate log streams

* Add missing channels
2021-01-08 23:33:07 +01:00
Andrew Letson
f3b3bdf072 [3.3.5] DB/Scripts: Rivern Frostwind
(cherry picked from commit 9fe890744c)
2021-01-08 21:12:11 +01:00
Andrew Letson
3fcc31005f DB/Scripts: Migrate Raliq the Drunk and Sal'salabim to SAI
(cherry picked from commit 7db70bf40b)
2021-01-08 21:12:11 +01:00
Wyreth
a3a91dadad Scripts/EasternKingdoms: move Alchemist Arbington and Apothecary Dithers core script to DB
(cherry picked from commit 23329790d2)
2021-01-08 21:12:11 +01:00
Andrew Letson
f79480bf9d DB/Scripts: Yenniku (move npc_yenniku to SAI)
(cherry picked from commit a7f3d5e59f)
2021-01-08 21:12:11 +01:00
Wyreth
7204bb35e3 Scripts/World: move Leviroth's item_script to SAI
(cherry picked from commit 17143938d7)
2021-01-08 21:12:11 +01:00
Gildor
3b36278d02 Core/Misc: Added the possibility to configure the hour at which the server will be return old mails or delete them. (#20305)
(cherry picked from commit 3eb0cfc687)
2021-01-08 21:12:11 +01:00
Keader
22d5a2a2eb Core/Spells: Spells with Attribute SPELL_ATTR1_DISPEL_AURAS_ON_IMMUNITY should dispel snare auras. (#20621)
(cherry picked from commit b507acf1c0)
2021-01-08 21:12:11 +01:00
Keader
a1c6a49c88 Core/Player: Fixed Battleground double kill exploit (#20618)
Fixed by: Sirikfoll
Close: #20616

(cherry picked from commit 9f943e284f)
2021-01-08 21:12:11 +01:00
Kittnz
05ee64631d Event/Brewfest: Fix logic for Brewfest Music
Closes #20589

(cherry picked from commit f909d4f195)
2021-01-08 21:12:11 +01:00
kelno
2808e1db67 Fixed SCRIPT_COMMAND_TALK description, comment was matching the old behavior
(cherry picked from commit 1aafa2c560)
2021-01-08 21:12:11 +01:00
Gustavo
f34ee9b737 Core/Scripts: Update boss Toravon the Ice Watcher (#20395)
* Core/Scripts: Update boss Toravon the Ice Watcher

Frozen Orbs: Fixed summon delay, removed old hack, aggro behavior implemented(every 10sec they reset threat and change target)
Remove no longer needed script for the orb stalker
All timers adjusted
Update instance model
Update script register model
Fix Frostbite proc

(cherry picked from commit 5a90251ea2)
2021-01-08 21:12:11 +01:00
Andrew Letson
f2a4cf99e6 Scripts/Outland: Migrate Shattrath City NPCs to SAI (#20596)
- Zephyr and Flask Vendors to SAI
- Update gossip menu options to proper values
  (thx Killyana for digging into this)

(cherry picked from commit 5558bd27c6)
2021-01-08 21:12:11 +01:00
Robingadko
f9650a3fae Core/Units: Fixed max damage of base attack (#25813) 2021-01-06 23:33:35 +01:00
Shauren
04712d879f Core/DataStores: Refactor map lookups to use Trinity::Containers::MapGetValuePtr 2021-01-02 17:56:30 +01:00
Shauren
3afed1788a Core/Instances: Use level requirements from MapDifficultyXCondition.db2 instead of access_requirement db table 2021-01-02 17:55:43 +01:00
Vladislav Golub
5bb6243f1a Core/Misc: Adjust comment about can fly movement flag (#24927) 2020-12-31 23:30:19 +01:00
Mikhail Redko
7625bd960e Core/WorldSession: Add RBAC permission for skipping idle connection check (#20595)
(cherry picked from commit 558382ed6d)
2020-12-31 23:23:50 +01:00
Andrew Letson
011d4d0b97 Scripts/Outland: migrate Elder Kuruti to SAI
* Migrate Elder Kuruti to SAI

(cherry picked from commit ac63614016)
2020-12-31 23:23:50 +01:00
Chaouki Dhib
540678be06 Core/Spells: Core/Spells: Improve teleport destination for a certain class of spells (Killing Spree, Shadowstep, ...) (#20434)
Close # 8758

(cherry picked from commit 9dbef4b6bb)
2020-12-31 23:23:50 +01:00
r00ty-tc
aebe398e56 Scripts/NPC: Minigob Manabonk update
- Despawn and stay despawned!
 - Adjusted actions to match the only video of event I could find and
   based on sniff data from 3.3.5, 12340 build.
 - Chance for event to occur is drastically reduced based on Dalaran
   population. 1-99, the population of Dalaran is the chance. 100+ means
   the event is assured.

Closes #20575

(cherry picked from commit 1750ca501f)
2020-12-31 23:23:50 +01:00
Keader
5a82598f03 Core/Spells: Fixed issues with School Immune vs SPELL_ATTR1_UNAFFECTED_BY_SCHOOL_IMMUNE (#20546)
(cherry picked from commit 98c363154a)
2020-12-31 23:23:50 +01:00
r00ty-tc
2a84b5ae1a Core/Spawns: Resolve crash in BattlegroundAV
- Correctly set spawngroup on spawned creatures in Alterac Valley BG
 - Sanity check on application of dynamic spawn rates (not for BG/Arena
   maps)
 - Check that spawndata exists before using it.

Closes #20535

(cherry picked from commit 55b9a3f65f)
2020-12-31 23:23:50 +01:00
Shauren
4ca15ec065 Core/Commands: Add .reload vehicle_template 2020-12-31 14:13:29 +01:00
Sevi
c7b10d3c5f Core/Vehicles: add a way to delay the Vehicle despawn Time if its needed.
* New database table `vehicle_template` holds info for despawn delay with option to extend it in the future
2020-12-31 14:13:29 +01:00
Shauren
d94f0d23b3 Core/Commands: Add optional broadcast text id argument to .debug play sound command 2020-12-30 23:01:37 +01:00
Sevi
e26122dc54 Core/Vehicles: Add missing caster guid check
Merges #25772
2020-12-28 11:32:57 +01:00
Shauren
110564e757 Core/Vehicles: Treat entering other vehicles mounted on main vehicle as swapping seats 2020-12-28 11:29:33 +01:00
Shauren
2e4609f6e1 Core/Chat: Send broadcast text id in sound packets to allow playing encrypted sound files 2020-12-27 22:43:36 +01:00
Shauren
1000f670d2 Core/Quests: Fixed crash happening when a player is quest ender
Closes #257625
2020-12-24 21:26:19 +01:00
Shauren
041ceeed1a Core/Spells: Ice Lance
* fixed secondary target damage with Splitting Ice talent
* fixed dropping 2 charges of Fingers of Frost with Splitting Ice
2020-12-24 15:55:30 +01:00
Ryzen
cafa00b5d0 Scripts/Spells: Mage Ice Lance (draft)
Missing/todo the following:

- x3 damage on frozen target
- lower damage of second lance triggered by Splitting Ice to 80% (now it deals 100%)
- Chain Reaction.
2020-12-24 15:55:30 +01:00