Commit Graph

14797 Commits

Author SHA1 Message Date
Alastro-Kraken 2047afb4d8 DB/Quest: Improve script for quest Supplies to Auberdine
Closes #27639

(cherry picked from commit 3bb7dd449f)
2022-03-25 22:49:37 +01:00
anzz1 fc7b1bc866 DB/Misc: game_tele cleanup and add missing/new locations
Closes #27628

(cherry picked from commit fd7f48545c)
2022-03-25 22:48:06 +01:00
leelf00 ebd065ba1c DB/Locale: Add missing zhCN/zhTW page_text_locale, pages 15-1643
Closes #27578 Closes #27585

(cherry picked from commit 28e962991e)
2022-03-25 20:52:21 +01:00
Shauren 110a0beafa Core: Updated allowed build to 9.2.0.42852 2022-03-25 00:31:00 +01:00
offl 8e77287dd2 Scripts/BM: Remove unused text
(cherry picked from commit fde8619dac)
2022-03-25 00:25:13 +01:00
leelf00 211d08a66d DB/Locale: Add missing zhCN/zhTW quest_request_items_locale
Closes #27555 Closes #27556 Closes #27557 Closes #27558 Closes #27559 Closes #27560 Closes #27567 Closes #27568 Closes #27569

(cherry picked from commit 747ee281dd)
2022-03-25 00:24:20 +01:00
offl 979ce40c25 Scripts/Spells: Few fixes to spells with GameObjectActions (#27587)
(cherry picked from commit dca7e51250)
2022-03-25 00:23:41 +01:00
offl cca7e2e98a DB/SAI: Use GameObjectActions in Suntara Stones quest script
Ref #27579

(cherry picked from commit 04516d2214)
2022-03-24 23:57:14 +01:00
acidmanifesto 772104e134 DB/Misc: Event name fix
Closes #27533

(cherry picked from commit 1dcbad76fc)
2022-03-24 23:48:26 +01:00
leelf00 0e591e35d1 DB/Locale: Add missing zhCN/zhTW quest_offer_reward_locale
Closes #27516 Closes #27521 Closes #27524 Closes #27526 Closes #27535 Closes #27536 Closes #27537 Closes #27538 Closes #27542 Closes #27543 Closes #27544 Closes #27545 Closes #27546 Closes #27547 Closes #27548 Closes #27549 Closes #27550 Closes #27551 Closes #27552 Closes #27553 Closes #27554

(cherry picked from commit 6b92aa3da4)
2022-03-24 23:47:26 +01:00
malcrom 4755db7987 DB/Quest: Fix problem with not-available 'A Smokywood Pastures' Thank You!' (horde)
(cherry picked from commit fa505a2209)
2022-03-24 21:14:16 +01:00
kvolk2git f070f164ab DB/Locale: Add missing ruRU quest_request_items_locale, quests 5001-8000
Closes #27451

(cherry picked from commit e470a23a2f)
2022-03-24 21:08:06 +01:00
offl f026a42c20 DB/SAI: Get rid of AddAura pt 5
It will be removed after 2 weeks for several reasons. Some of them: It was heavily abused and creates not obvious and thus dangerous logic in scripts, making them easily breakable. In lots of cases was used as hacky version of Cross Cast(one creature applies aura on another creature) while it should be casted by creature and not applied to it by another creature. In some cases it was used to ensure aura will be applied always (something like casting a spell with triggered cast flag). In nearly all other cases used for no reason. There's no such action in Blizz's scripting system, the reason why some auras are applied without SPELL_START and SPELL_GO has to be different. On top of that some auras in addons are channeling spells, some has effect Spawn, some has on-cast visuals. Using AddAura breaks them. That means if Blizz indeed used some kind of system only for on-spawn spells, all spells are casted or some are handled in another place.

(cherry picked from commit e96c713815)
2022-03-24 21:05:09 +01:00
offl a6de812822 DB/SAI: Replace actions to change object flag with GameObjectActions
SMART_ACTION_SET_GO_FLAG will be removed after 2 weeks, SMART_ACTION_ADD_GO_FLAG & SMART_ACTION_REMOVE_GO_FLAG after 2 weeks or later

(cherry picked from commit 2760c56c11)
2022-03-24 19:38:16 +01:00
offl 7dbb7e5c65 DB/Creature: Assign correct broadcast texts in few cases
(cherry picked from commit ebd61b5fd3)
2022-03-24 16:20:21 +01:00
offl c3368fd5fc Scripts/Quest: Rework 'The Cleansing' (11317,11322) (#27413)
(cherry picked from commit a8464d34bb)
2022-03-24 14:41:00 +01:00
kvolk2git dff28aa6d4 DB/Gameobject: Make Maraudon portal clickable
Closes #27419

(cherry picked from commit 4abfa61b67)
2022-03-24 13:59:39 +01:00
Cerveciento f13f05fe76 DB/Locale: Add missing esES & esMX quest texts (Part 188)
Closes #27416

(cherry picked from commit 404e74ebe1)
2022-03-24 13:30:11 +01:00
kvolk2git 96ecb3bd12 DB/Locale: Add missing ruRU quest_request_items_locale for quest with id 0-5000
Closes #27410

(cherry picked from commit 5db9c100a0)
2022-03-24 13:29:24 +01:00
offl 4994175805 DB/Misc: Rework intro event in Drak'Tharon Keep
(cherry picked from commit 2c9622cbef)
2022-03-24 13:28:01 +01:00
offl 6d2276d240 DB/SAI: Get rid of AddAura pt 4
(cherry picked from commit f8a36dcd45)
2022-03-24 13:26:04 +01:00
offl 9dabdf7724 Scripts/Spells: Furious Rage & scripts for creatures who uses it (#27403)
(cherry picked from commit 7ae525d5e5)
2022-03-24 13:18:56 +01:00
offl cc94b595cf Scripts/Quest: Update 'It's All Fun and Games' (12887,12892) (#27394)
(cherry picked from commit 41c8c4ba74)
2022-03-24 11:41:01 +01:00
offl 69ee7582fc Scripts/MFF: Update Ahune's Ice Spear behavior (#27384)
(cherry picked from commit 751a8b9e17)
2022-03-24 11:39:27 +01:00
offl 0bb13b5dbd DB/SAI: Get rid of AddAura pt 3
(cherry picked from commit 40b37fbdfe)
2022-03-24 11:38:44 +01:00
offl c2ab4942fd DB/SAI: Get rid of AddAura pt 2
(cherry picked from commit 79f608cc3d)
2022-03-24 11:37:52 +01:00
kvolk2git 8d051bfb2a DB/Locale: Add all missing ruRU quest_request_items_locale with duplicate text
Closes #27382

(cherry picked from commit 131c1e10c7)
2022-03-24 11:36:57 +01:00
leelf00 328c3953be DB/Locale: Add missing gossip_menu_option_locale for zhCN/zhTW
Closes #27375

(cherry picked from commit 259f836041)
2022-03-24 11:36:12 +01:00
offl 12548e45b6 DB/SAI: Get rid of AddAura pt 1
(cherry picked from commit 0679b0a91f)
2022-03-24 11:33:56 +01:00
offl 4069baf141 Scripts/HoS: Update Sjonnir (#27357)
(cherry picked from commit 36ee971415)
2022-03-24 00:21:42 +01:00
offl 3cfca16359 DB/SAI: Replace SMART_ACTION_SEND_GO_CUSTOM_ANIM with GameObjectActions
(cherry picked from commit 8516984ffe)
2022-03-24 00:08:45 +01:00
offl ab0805d048 DB/Texts: Correct text for General Bjarngrim
(cherry picked from commit d57286521a)
2022-03-24 00:07:21 +01:00
acidmanifesto 6d1e8b5597 DB/Creature: Correct faction for Greatmother Hawkwind
Closes #27372

(cherry picked from commit c8eb463ae4)
2022-03-24 00:06:47 +01:00
Cerveciento 797858365b DB/Locale: Add missing esES & esMX quest texts (Part 187)
Closes #27371

(cherry picked from commit 982bda59a1)
2022-03-24 00:06:02 +01:00
kvolk2git 7e39996957 DB/Locale/ruRU: Add missing offer rewards for quest id 8373, 11321, 12278, 13001 - 26013
Closes #27353

(cherry picked from commit 70516c3552)
2022-03-24 00:00:43 +01:00
offl 4004eb8b46 Scripts/Crypts: Rework Exarch Maladaar (#27313)
(cherry picked from commit 35b55b3f21)
2022-03-23 23:59:41 +01:00
offl 0097fd95b6 Scripts/Spells: Generic spell script for quest portals (#27305)
(cherry picked from commit 251304b19c)
2022-03-23 23:58:25 +01:00
offl 8d3a408fdc Scripts/The Eye: Few updates to Kael'thas & Astromancer (#27304)
(cherry picked from commit 43315e0e19)
2022-03-23 20:31:19 +01:00
offl b6c02d20d5 Scripts/Botanica: Rework Laj (#27282)
(cherry picked from commit 2fe3b6cc2f)
2022-03-23 20:30:17 +01:00
offl 55fd025057 Scripts/Mechanar: Rework Nethermancer Sepethrea (#27277)
(cherry picked from commit be00563a86)
2022-03-23 20:16:47 +01:00
offl 505bf6903a Scripts/ZG: Improve High Priestess Jeklik (#27274)
(cherry picked from commit 2779fb602f)
2022-03-23 00:12:24 +01:00
kvolk2git 1faa6722ab DB/Locale/ruRU: Add missing offer rewards for quest id 12001 - 13000
Closes #27347

(cherry picked from commit 1b487e1496)
2022-03-23 00:11:16 +01:00
kvolk2git fedde32c48 DB/Locale/ruRU: Add missing offer rewards for quest id 11001 - 12000
Closes #27344

(cherry picked from commit be08bfc1be)
2022-03-23 00:10:49 +01:00
w5860363 219b198d47 DB/Quest: Update 'Helcular's Revenge' (553)
Closes #27322

(cherry picked from commit 42532e4c1d)
2022-03-23 00:10:07 +01:00
kvolk2git a779e928f1 DB/Locale/ruRU: Add missing offer rewards for quest id 10001 - 11000
Closes #27326

(cherry picked from commit 1633913515)
2022-03-23 00:08:24 +01:00
kvolk2git 5f43e6a465 DB/Locale/ruRU: Add missing offer rewards for quest id 9001 - 10000
Closes #27315

(cherry picked from commit 08463dbd06)
2022-03-23 00:08:01 +01:00
kvolk2git 7024b846ca DB/Locale/ruRU: Add missing offer rewards for quest id 8501 - 9000
Closes #27310

(cherry picked from commit de66c7bf2d)
2022-03-23 00:07:37 +01:00
offl 83b4c8cd37 Scripts/Spells: Small cleanup for gen/item spell scripts (#27311)
(cherry picked from commit ef4c878d26)
2022-03-23 00:06:37 +01:00
kvolk2git 12ae55df6c DB/Locale/ruRU: Add missing offer rewards for quest id 7501- 8500
Closes #27285 Closes #27287

(cherry picked from commit 126915ee06)
2022-03-22 23:19:59 +01:00
Cerveciento 98aec13c05 DB/Locale: Add missing esES & esMX quest texts (Part 186)
Closes #27283

(cherry picked from commit 17b77768b2)
2022-03-22 23:19:33 +01:00