Commit Graph
24865 Commits
Author SHA1 Message Date
Gerhood 4024df122a Calendar/GameEvents: Store + send holiday data (#20117)
Close: #16845
(cherry picked from commit 951fa46fe9b14a9e275ac9306b2346959e40e3e5)
2021-01-21 22:30:40 +01:00
Keader 2cb3d9514d Typo
(cherry picked from commit 04271388f8ba5160de0411451673a67a6828ae8a)
2021-01-21 22:30:40 +01:00
Keader 8a6fdb7a21 Scripts/BlackTemple: Updates on Illidan encounter
- Fixed issues related with Parasitic Shadowfiend
- Updated script to new model
- Fixed loop of Parasitic Shadowfiend Summon
- Added a new spell (SPELL_REMOVE_PARASITIC_SHADOWFIEND)
- Fixed illidari elite attacking players
- SPELL_PARASITIC_SHADOWFIEND now is a negative aura

(cherry picked from commit 90f07bd948546595a04d7633eaa95a463f0ce6f9)
2021-01-21 22:30:40 +01:00
Matan Shukry bb24c6a11b Core/logs: added xp info on login & logout (#25867)
* Core/logs: added xp info on login & logout

* - Moved getters to header
- Changed %s to %u
2021-01-17 17:08:22 +01:00
Shauren 28d470c50e Build fix 2021-01-15 15:47:59 +01:00
Shauren b2ddf547ff Core/Spells: Defined new spell attributes 2021-01-15 14:21:02 +01:00
Aokromes c8917aca95 another typo fix
(cherry picked from commit 95b4faf01582513155cf8ceeef6f7e753ca5faef)
2021-01-13 22:04:52 +01:00
Aokromes d60d349a91 typo fix
(cherry picked from commit c2f152d903cbbf16271189b86cfebd7eacce09f5)
2021-01-13 22:04:52 +01:00
Aokromes 13e96d3c11 Core/Battleground: mistaked rows
(cherry picked from commit d5a4cae7d3ff303f05446bf048b529f3096567e9)
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 5ae891d9705faac381fddcb32d90fe920f76cba2)
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 967dcc5dba0df965e4df19b5c6d02e4880dfce58)
2021-01-13 22:04:52 +01:00
Treeston 9f2de698c9 some more cleanup (cbd025f follow-up)
(cherry picked from commit 4f5ec886d086261dccde4592e7670723c9b0c7f4)
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 cbd025f14698a8392fac6e7d2ad418ff57bfb195)
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 bf81a7b207b28d0a873cc9e3f2ece6a322d80256)
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 37995ade2991ed27845728eb6a6dd95f3a490849)
2021-01-13 22:04:52 +01:00
r00ty-tc 7a21d02da1 Core/Maps: Prevent potential null dereference
- Coverity: 1381663

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

(cherry picked from commit c5a3ec667f49dca5472a8db398674d0b7e47d684)
2021-01-13 22:04:52 +01:00
Andrew Letson bc73b5f8a5 DB/Scripts: Greengill Slave
(cherry picked from commit c8a346a23c6cb377f02bd960f578a886b65d6561)
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 637b5f922d5849fa5b01d8ed28a826eddd3dc2cd)
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 21bd52cb995bb7ba6e0bee33317857a285ffd14c)
2021-01-13 22:04:52 +01:00
Keader c41c6d5f61 Core/Illidan: Parasitic Shadowfiend can target tanker
(cherry picked from commit b4d632e57d72b1049c3a89a11b29192b27ebea9f)
2021-01-13 22:04:52 +01:00
Wyreth 3c898d9e01 Scripts/Quest: Captain Tyralius improvements (#20419)
Update: #12352
(cherry picked from commit 398e67cbca3960603cc498e8b0e40bd6a7625d6e)
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 7dc97c035350f9505a9fba0b8ec2d2037044e586)
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 9fe890744c5967bd46c0bd19e8901df6d91cd891)
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 7db70bf40b1595f58a08536a36f74f18e8405758)
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 23329790d21de649ef5fc5b9e60bf089b879f1b9)
2021-01-08 21:12:11 +01:00
Andrew Letson f79480bf9d DB/Scripts: Yenniku (move npc_yenniku to SAI)
(cherry picked from commit a7f3d5e59fd05d1f015ea0ad7426292d36b3dee8)
2021-01-08 21:12:11 +01:00
Wyreth 7204bb35e3 Scripts/World: move Leviroth's item_script to SAI
(cherry picked from commit 17143938d7f5126b8c8e6ed5fc1229b6c2665ec3)
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 3eb0cfc687dad4ac5e7f9cb413f38b1facf0e0d9)
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 b507acf1c04ff6e9d0a075f9663e9549d5b238b4)
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 9f943e284f2418e8e90d1bcf5d0a5fbf073580f3)
2021-01-08 21:12:11 +01:00
Kittnz 05ee64631d Event/Brewfest: Fix logic for Brewfest Music
Closes #20589

(cherry picked from commit f909d4f1957bde5da6b3f491e6b552389a8f3ac2)
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 1aafa2c560011698b5fb5b280fca916049f6c51f)
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 5a90251ea28bb9b0be376d7b6110b4e93458cbea)
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 5558bd27c6a7ae3aa13773eee7d048e31f676738)
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 558382ed6d87942603fa309b16a30e64d07bb305)
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 ac63614016291c11a278c890ee79743b173106a3)
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 9dbef4b6bb7c9f28e9140782d938f41ed04df6f2)
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 1750ca501f7a83ddbabd5e295fb86e48c279263f)
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 98c363154ad6906fb9cfaeb2ac13b77c8540c73d)
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 55b9a3f65faeefb1c361b74b7a424d53e2d4c72e)
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