Commit Graph

12916 Commits

Author SHA1 Message Date
Teleqraph 3fa4c04919 Scripts/Spells: Implemented Ashen Hallow script (#27682) 2022-02-06 16:19:25 +01:00
SneakyV 6e01426e72 DB/Locales: Add some missing deDE quest locales
Closes #25459

(cherry picked from commit bf11c4acb5)
2022-02-06 01:15:24 +01:00
Cerveciento 9eb092db3c DB/Locales: Add missing esES & esMX quest locales (Part 35)
Closes #25458

(cherry picked from commit 6c2186563d)
2022-02-06 01:14:46 +01:00
offl 3724fa8fa8 DB/Quest: Rework support for 'Someone Else's Hard Work Pays Off'
(cherry picked from commit 8b60a69393)
2022-02-06 01:14:08 +01:00
offl 066c6c98a0 DB/Conditions: Make gossip options & texts visible if quest is taken or completed
Previously condition CONDITION_QUESTTAKEN (9) was used (checks if quest is taken but NOT completed) while Blizzard always checks only if quest is taken. As result player can see gossip options and texts even if quest is completed but not yet rewarded

Please use CONDITION_QUESTSTATE (47) with ConditionValue2 = 10 (taken or completed) in future to make gossip options or texts visible only if quest is taken

(cherry picked from commit 3f9ac8bad2)
2022-02-06 01:11:53 +01:00
offl 7d85f584a7 DB/Quest: Add outro event for 'The Fall of Ossirian'
(cherry picked from commit 29b119cf91)
2022-02-06 01:09:10 +01:00
HoustonCore f9b94ad9e9 DB/SAI: Add missing scripts to Borean Tundra creatures
Closes #25426

(cherry picked from commit 7f4bf293f3)
2022-02-06 00:18:03 +01:00
offl 9fc66c40ae DB/Quest: Update support for 'Fires Over Skettis'
Closes #21737

(cherry picked from commit 58395b6ac4)
2022-02-06 00:17:36 +01:00
offl 2b515f97a6 DB/Quest: Convert & update support for 'A Slow Death' to SAI
Closes #25399

Based on dr-j's script

(cherry picked from commit 29b39ae606)
2022-02-06 00:05:16 +01:00
offl 7090fe5c18 DB/Quest: Convert & update support for 'Escape from Firewing Point!' to SAI
Closes #25358

Based on dr-j's script

(cherry picked from commit 2ff8da2acd)
2022-02-05 23:48:27 +01:00
offl 196ff25a6b DB/Quest: Convert & update support for 'The Caverns of Time' to SAI
(cherry picked from commit d89c84263d)
2022-02-05 23:46:43 +01:00
offl bb468708e6 DB/Quest: Convert & update Homing Robot chickens to SAI
Closes #25239

(cherry picked from commit 8c303e4f97)
2022-02-05 23:45:58 +01:00
Treeston 378691aaa2 [3.3.5] Core/ChatCommands: Show error messages from argument parsers (PR #25443)
(cherry picked from commit 75f9e7396e)
2022-02-05 23:42:15 +01:00
Cerveciento 0e22b5763f DB/Locales: Add missing esES & esMX quest locales (Part 34)
Closes #25444

(cherry picked from commit abc6791846)
2022-02-05 23:02:36 +01:00
offl c5a812fc50 DB/Spells: Add missing condition to enable Activate Object (Despawn) effect
Closes #17762

(cherry picked from commit e386dd1dc4)
2022-02-05 23:01:36 +01:00
offl e8e2ec0dc5 DB/Creature: Use DisableGravity for Time-Lost Proto Drake
Closes #16137

(cherry picked from commit 15125ba8ce)
2022-02-05 23:01:00 +01:00
offl b430a70c68 DB/Creature: Remove static spawn of Burning Felguard
Spawned throught Scarshield Portal only

(cherry picked from commit e0825cc0a0)
2022-02-05 23:00:30 +01:00
Peter Keresztes Schmidt 26f3c25dae Scripts/Commands: Convert remaining debug commands (PR #25429)
(cherry picked from commit 062c55f1ab)
2022-02-05 20:50:33 +01:00
offl fbcd71ecd8 DB/Creature: Add missing extra flag to Grauf in heroic mode
Ref dad187615d

(cherry picked from commit 6b10f0cfd4)
2022-02-05 16:15:00 +01:00
SneakyV 08300bd530 DB/Locales: Add some missing deDE quest locales
Closes #25411

(cherry picked from commit 7e1ff21cf8)
2022-02-05 16:13:54 +01:00
offl 50708de8bf DB/Quest: Disable Craftsman Wilhelm's quests
Closes #25420

Before 3.0.2 his quests were available after 'Omarion's Handbook' (cannot be obtained currently)

(cherry picked from commit ec4e7d6f29)
2022-02-05 16:12:58 +01:00
illfated fbb247357e DB/Quest: Fix typo in Reward text of quest 'Dangerous!' (567)
Closes #25408

(cherry picked from commit fc5a39e20e)
2022-02-05 16:12:15 +01:00
Cerveciento a320578779 DB/Locales: Add missing esES & esMX quest locales (Part 33)
Closes #25421

(cherry picked from commit 63dece6864)
2022-02-05 16:11:12 +01:00
Cerveciento 21281b4e18 DB/Locales: Add missing esES & esMX quest locales (Part 32)
Closes #25400

(cherry picked from commit cf83cd8e5d)
2022-02-05 16:09:27 +01:00
offl 5e2d70aa2e DB/Creature: Add formations to Warden of Time
(cherry picked from commit aaac8f1f96)
2022-02-05 16:08:43 +01:00
Houston 0124284957 DB/Misc: Move & update some VoA scripts to SAI, add waypoints (#25419)
Co-authored-by: Houston <houston@gmail.com>
Co-authored-by: offl <11556157+offl@users.noreply.github.com>
(cherry picked from commit ca9c746767)
2022-02-05 15:57:54 +01:00
Houston edf511a551 Scripts/Icecrown: Small event of the down Nerub'ar Broodkeep (#25410)
Updates #25193
Co-authored-by: Keader
Co-authored-by: Ovahlord (sucker)

(cherry picked from commit f8db738e8d)
2022-02-05 15:50:46 +01:00
NoName ee620856ad Core/Movement: Corrected Animation Tier handling (PR #24875)
Co-authored-by: Warpten <vertozor@gmail.com>
Co-authored-by: Ovahlord <dreadkiller@gmx.de>
Co-authored-by: Carbenium <carbenium@outlook.com>
(cherry picked from commit dad187615d)
2022-02-05 15:40:31 +01:00
Ovahlord ebdb6d80bb DB/Items: corrected proc flag and cooldown for The Black Heart trinket
(cherry picked from commit 5810699ee0)
2022-02-05 13:44:49 +01:00
Keader d76533d8f3 DB/Spells: Fixed Unchained Magic proc from item cast
Like: Maghia's Misguided Quill
(cherry picked from commit ff5c2653af)
2022-02-05 13:43:00 +01:00
Treeston e0e3bae82c Core/Authserver: Removal of sha_pass_hash, compatibility fields, and everything that uses them (PR #25156)
(cherry picked from commit bcdbdd6f23)
2022-02-05 13:29:21 +01:00
Treeston 3bf33628fc Scripts/Commands: trinity_string updates
(cherry picked from commit 3b1e911da3)
2022-02-05 13:09:28 +01:00
offl 9a28ff60d0 DB/SAI: Fix SMART_EVENT_FRIENDLY_IS_CC params
(cherry picked from commit a3d0dfd6e7)
2022-02-05 00:58:34 +01:00
genion18 4dc9afcc70 DB/Quest: Add correct action type to give quest credit for 'Protect Kaya'
Closes #25377 Ref c29e3b46af

(cherry picked from commit d66263bd76)
2022-02-05 00:54:40 +01:00
Cerveciento 085dc86979 DB/Locales: Add correct esES & esMX locales to achievement 2516
Closes #25381

(cherry picked from commit cc6430bf30)
2022-02-05 00:53:51 +01:00
Cerveciento 9df54d7d7d DB/Locales: Add missing esES & esMX quest locales (Part 31)
Closes #25382

(cherry picked from commit 7a4123d2e4)
2022-02-05 00:50:54 +01:00
Cerveciento 25e2e312bc DB/Locales: Add missing esES & esMX quest locales (Part 30)
Closes #25378

(cherry picked from commit 5bbbea9219)
2022-02-05 00:49:59 +01:00
Cerveciento cabdb57b0d DB/Locales: Add missing esES & esMX quest locales (Part 29)
Closes #25374

(cherry picked from commit 7d8ce48029)
2022-02-05 00:48:45 +01:00
offl 064015f4ff DB/SAI: Convert SMART_EVENT_FRIENDLY_HEALTH to SMART_EVENT_FRIENDLY_HEALTH_PCT
(cherry picked from commit 2b4800f06d)
2022-02-05 00:45:48 +01:00
Cerveciento f7e1b5338d DB/Locale/esES+esMX Texts missing in quests (Part 28)
Closes #25371

(cherry picked from commit b2895f31ec)
2022-02-04 22:20:43 +01:00
Cerveciento 97c6cc15d5 DB/Locale/esES+esMX Texts missing in quests (Part 27)
Closes #25362

(cherry picked from commit 35774de000)
2022-02-04 22:20:16 +01:00
offl e987293be7 DB/Quest: Add support for 'Vent Horizon' (25212)
Closes #2391

(cherry picked from commit 081f962605)
2022-02-04 22:18:51 +01:00
offl 3b1902a71c DB/Quest: Add support for 'We Call Him Steelfeather' & outro events
Closes #6859

Based on dr-j's script

(cherry picked from commit 16124f00f8)
2022-02-04 22:16:47 +01:00
Cerveciento 24d12b93e5 DB/Locale/esES+esMX achievement_reward_locale
Closes #25355

(cherry picked from commit 2c3d3c31b2)
2022-02-04 13:03:19 +01:00
offl c2fd42c6d9 DB/Quest: Rework support for 'Blueleaf Tubers' (1221)
Closes #25356

(cherry picked from commit b1f22b3070)
2022-02-04 13:02:34 +01:00
offl 6db5ef04c5 DB/Quest: Add correct PrevQuestID & NextQuestID to Dungeon Set 2 quests
Closes #25210

(cherry picked from commit 84bcf4db17)
2022-02-04 12:08:34 +01:00
offl 007531407d DB/Misc: Add missing comments to creature_summon_groups
(cherry picked from commit dd3a18ba69)
2022-02-04 10:56:43 +01:00
offl 4695910085 DB/Creature: Add CREATURE_FLAG_EXTRA_NO_COMBAT to Flame Breath Trigger (Skadi)
(cherry picked from commit 9d6b5386d6)
2022-02-04 10:56:14 +01:00
offl 2154251ac7 DB/Creature: Fix reference with Frostweave Cloth for Faceless Lurker
(cherry picked from commit fb227be9eb)
2022-02-04 00:27:13 +01:00
Cerveciento bfb8bb4e0b DB/Locale/esES+esMX Texts missing in quests (Part 26)
Closes #25337

(cherry picked from commit 28f3924906)
2022-02-04 00:27:13 +01:00