Commit Graph

14069 Commits

Author SHA1 Message Date
Shauren 9f30afe352 Core/PacketIO: Updated packet structures to 9.2.0 2022-02-24 23:16:55 +01:00
offl 1e318ee5fc DB/Creature: Add formations to Cenarion Hold Infantry
Closes #25456

(cherry picked from commit 184174f1f0)
2022-02-17 23:51:16 +01:00
ModoX f1ddad7dbd DB/Creature: Added massparsed creature_equip_template data from patch 8.3.7 - 9.1.5 2022-02-16 08:04:10 +01:00
ModoX 17596706b6 DB/Class: Added massparsed player_classlevelstats data for patch 9.0.2 - 9.1.5
* also added VerifiedBuild to player_classlevelstats
2022-02-16 08:02:18 +01:00
Aqua Deus c378572717 DB/Spells: Fix rune of power (#27759) 2022-02-15 23:58:36 +01:00
Aqua Deus e0790d8107 Scripts/Spells: Fix monk roll (#27736)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-02-14 23:29:32 +01:00
Naddley 4a8662caff DB/Spawns: Added more critter & passive creature spawns to Bastion intro area
Closes #27774
Closes #27775
Closes #27777
2022-02-14 21:57:14 +01:00
Aqua Deus 580e1e5d85 Scripts/Spells: Fix priest talent Power Word: Solace (#27732) 2022-02-14 00:14:59 +01:00
Aqua Deus 61e96a7e14 Scripts/Spells: Fix priest talent Twist of Fate (#27730)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-02-13 22:15:33 +01:00
Aqua Deus 9d25f5681e Core/Spells: Fix Presence of Mind proc (#27726)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-02-13 19:49:57 +01:00
Teleqraph 0a923c7bf1 Scripts/Spells: Fixed Infusion of Light (#27723) 2022-02-13 19:00:59 +01:00
Naddley 5b28a5ab14 DB/Spawns: Added some critters and passive mobs in Bastion intro area
Closes #27757
2022-02-12 06:43:58 +01:00
Teleqraph 5b02c53fc5 Scripts/Spells: Fixed mage Blizzard (#27722)
* we do not have a dummy periodic aura to obtain our period, so we're setting 1s as it always ticks once per second.
* haste doesn't affect Blizzard: https://us.forums.blizzard.com/en/wow/t/starfall-damage-doesn%E2%80%99t-scale-with-haste-why/854619
2022-02-11 00:12:40 +01:00
Shauren d16f5ab777 Scripts/Spells: Fixed holy paladin talent Awakening 2022-02-10 22:58:56 +01:00
Teleqraph 9e7f465fc2 Scripts/Spells: Fixed Divine Purpose (#27719)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-02-10 15:58:00 +01:00
Shauren 3844c79adb Core/Spells: Load entire proc flags array from db2 2022-02-09 23:46:29 +01:00
Meji 27cba3f523 Core/Scripts: Added script hook to execute actions after completing an achievement (#27718) 2022-02-08 23:23:05 +01:00
funjoker d3fc34a203 DB/Hotfixes: Update hotfixes to 42010 2022-02-08 18:56:56 +01:00
ModoX 42428a0898 DB/Spawns: Added accidently deleted spawn of Captain Garrick
* was deleted in https://github.com/TrinityCore/TrinityCore/commit/c4fedd10ab2f5dba3eed57bdba0d6c46c67614a2
* originally added in https://github.com/TrinityCore/TrinityCore/commit/53429375c7dfee2e8e0bda09a7dba66c67d787f3
2022-02-07 22:49:21 +01:00
Teleqraph ef61f39018 Scripts/Spells: Fixed Art of War (#27712) 2022-02-07 20:00:51 +01:00
Aqua Deus 7192da410d Scripts/Spells: Fix mage Comet Storm (#27710) 2022-02-07 16:49:18 +01:00
Aqua Deus e64e6f4963 Scripts/Spells: Fixed Icefury talent proc and frost shock energize (#27699) 2022-02-07 12:41:41 +01:00
Aqua Deus d5bb799f27 Scripts/Spells: Fix shaman Undulation talent (#27695)
Co-authored-by: Modox <moardox@gmail.com>
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-02-07 00:20:01 +01:00
Teleqraph f3e908dc99 Scripts/Spells: Fixed paladin's Light's Hammer (#27693)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-02-06 21:36:50 +01:00
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