Commit Graph

14577 Commits

Author SHA1 Message Date
offl aedaef66d9 DB/SAI: Prepare SMART_ACTION_WP_START to remove reactState param pt 3
Ref #26728

(cherry picked from commit 831d2b8cd7)
2022-03-11 19:39:00 +01:00
offl 78e462cbec DB/SAI: Prepare SMART_ACTION_WP_START to remove reactState param pt 2
Ref #26728

(cherry picked from commit ba4f2e5a83)
2022-03-11 19:26:04 +01:00
Jinnaix 6cc8bebdd6 Game/Event: zone_hellfire_peninsula.cpp (#26724)
* Game/Event: zone_hellfire_peninsula.cpp
Convert script timer into game event

* _events.Reset(); - just in case

* Rename 9999_99_99_99_world.sql to 2021_07_21_03_world.sql

Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
(cherry picked from commit 39e1d293bf)
2022-03-11 19:08:22 +01:00
offl 1b22d75019 DB/SAI: Prepare SMART_ACTION_WP_START to remove reactState param pt 1
Ref #26728

(cherry picked from commit b1e099228e)
2022-03-11 19:07:06 +01:00
Jinnaix d44d1f6309 DB/Creature: Fix Honor Hold Hellfire Event combat stuck
Closes #26726

(cherry picked from commit b1b5bc650b)
2022-03-11 19:05:20 +01:00
robinsch 0910bca34c [Exploit/Dupe] Container item (#26689)
* Core/Item: Fixed possible dupe with container items containing non unique non stackable items

* Fixed build

* Update sql script and related base structure

Co-authored-by: jackpoz <giacomopoz@gmail.com>
(cherry picked from commit d1e913162e)
2022-03-11 19:03:12 +01:00
offl a8dd1d1031 DB/Misc: Fix error introduced after 863635dbf9
(cherry picked from commit 2a8ff02cfb)
2022-03-11 18:47:22 +01:00
offl f65dd33cfc DB/SAI: Remove unused in core target params
Ref #26628

(cherry picked from commit ae7b6fbabb)
2022-03-11 15:44:33 +01:00
offl 177d26330d DB/GameObject: Link one of objects to MFF event
Ref #26623

(cherry picked from commit 61075778e0)
2022-03-11 15:18:31 +01:00
genion18 e43a5837fa DB/Creature: Add scripts to Tauren Chieftains in Silvermoon
Closes #26646

(cherry picked from commit d7dfa85d2c)
2022-03-11 15:17:44 +01:00
offl fa95cee366 DB/SAI: Remove unused in core action params
Ref #26628

(cherry picked from commit db2ad4b4ed)
2022-03-11 14:34:39 +01:00
offl 161bba72f0 DB/SAI: Make Daggerspine Marauder say text to player
Closes #26645

(cherry picked from commit f157d16e2f)
2022-03-11 14:33:42 +01:00
offl a1af06baaa DB/SAI: Remove unused in core event params
Ref #26628

(cherry picked from commit f4fe95f0de)
2022-03-11 14:24:55 +01:00
offl d4005fd56a DB/Loot: Update chance of Shards of Ahune
Closes #26641

(cherry picked from commit 74468e6d51)
2022-03-11 13:53:31 +01:00
offl 218ebae123 DB/SAI: Fix bad targets for some texts
(cherry picked from commit 189f8137f5)
2022-03-11 13:39:55 +01:00
Shauren ee1b2ec99e Rename sql 2022-03-11 12:55:52 +01:00
Carbenium 169c6a522b Scripts/SholazarBasin: Make quest "Engineering a Disaster" more retail-like
* Use correct spells and add the appropriate spell scripts
* Use correct flame GOs
* Fix emotes of the escortee

(cherry picked from commit c08f086a02)
2022-03-11 12:54:22 +01:00
offl 3623e1c7f2 DB/Quest: Rework 'Rise, Obsidion!' (3566)
Ref #25984

(cherry picked from commit baaa0b5522)
2022-03-11 12:52:03 +01:00
offl ceb42213cb DB/Quest: Rework 'Sarkoth' (804)
Ref #25984

(cherry picked from commit c737817a60)
2022-03-11 12:45:54 +01:00
offl 41e06cda1e DB/Creature: Update Lady Jaina Proudmoore (4968)
Ref #25984

(cherry picked from commit da8b2cc64e)
2022-03-11 12:44:25 +01:00
offl 9d31b32910 DB/Creature: Update Theresa (5697)
Ref #25984

(cherry picked from commit bf54020b49)
2022-03-11 12:41:40 +01:00
offl 224a7d6de5 DB/Creature: Update Myzrael (2755)
Ref #25984

(cherry picked from commit b8d93ef671)
2022-03-11 12:39:17 +01:00
offl 49c8d45ae0 DB/SAI: Fix wrong param of one of SMART_ACTION_CALL_RANDOM_RANGE_TIMED_ACTIONLIST
(cherry picked from commit e0f8b0825a)
2022-03-11 12:38:16 +01:00
offl 81730cf4b8 DB/SAI: Remove wrongly used SmartActionSummonCreatureFlags
Closes #26595

After ee839fe action_param5 is used as SmartActionSummonCreatureFlags and 1 is PersonalSpawn. And somehow currently action_param5 = 1 is used in 40 actions even if that param wasn't used by core before ee839fe. Because of that those summoned creatures became personal spawns of creatures or objects and were not visible to player as they're supposed to be

(cherry picked from commit 338abd5315)
2022-03-11 12:37:06 +01:00
Cerveciento 7de51d5ebc DB/Locales: Add missing esES & esMX quest locales (Part 173)
Closes #26610

(cherry picked from commit b121b9c51f)
2022-03-11 12:35:54 +01:00
Cerveciento d3e11e84f1 DB/Locales: Add missing esES & esMX quest locales (Part 172)
Closes #26604

(cherry picked from commit 2059e41d9b)
2022-03-11 12:34:36 +01:00
Cerveciento 1d3e4a94a2 DB/Locales: Add missing esES & esMX quest locales (Part 171)
Closes #26596

(cherry picked from commit e11c59eaad)
2022-03-11 12:33:36 +01:00
offl bead9842a1 DB/SAI: Fix wrong boolean values
Ref #26608

(cherry picked from commit 766b38fb5b)
2022-03-11 12:19:34 +01:00
jackpoz c7bf84e8ae SQL: Update auth_database.sql with latest updates
(cherry picked from commit 13f1a9f117)
2022-03-11 12:14:24 +01:00
Jinnaix e32ecf32c8 DB/Misc: Add new View for RBAC
(cherry picked from commit 46bab72af5)
2022-03-11 12:13:30 +01:00
Gildor 7d01ad8b8f Scripts/Commands: Minor improvements in .pinfo and .unban character commands (#26586)
* Scripts/Commands: Minor improvements in .pinfo and .unban character commands

(cherry picked from commit 5446209b89)
2022-03-11 11:33:37 +01:00
jackpoz 92609b4e34 DB/Creature: Convert 27353 to spawn summons with 1 action instead of 30 linked actions
Thanks @Jinnai for the sql update.
Close #26605

(cherry picked from commit a7fa9f28db)
2022-03-11 10:44:43 +01:00
offl a232e86484 DB/Creature: Remove more evil flags
Ref #25764

(cherry picked from commit 2acdd163fe)
2022-03-11 01:48:19 +01:00
offl 81f76397c6 DB/Creature: Fix speed of Spark of Ionar
(cherry picked from commit 7e67ea74bf)
2022-03-11 01:41:59 +01:00
offl 4bdf5261e6 Scripts/Misc: Remove few more evil flags
Ref #25764

(cherry picked from commit 180f495c70)
2022-03-11 01:41:20 +01:00
Cerveciento 0fc126642c DB/Locales: Add missing esES & esMX quest locales (Part 170)
Closes #26577

(cherry picked from commit c6d77a7a83)
2022-03-11 01:41:20 +01:00
Cerveciento df075f545d DB/Locales: Add missing esES & esMX quest locales (Part 169)
Closes #26573

(cherry picked from commit e64d658ad7)
2022-03-11 01:41:20 +01:00
Cerveciento a40a06c242 DB/Locales: Add missing esES & esMX quest locales (Part 168)
Closes #26563

(cherry picked from commit 81bc1155d2)
2022-03-11 01:41:20 +01:00
offl c6e8b5ad31 Scripts/Quest: Rework 'Taken by the Scourge' (11611) (#26578)
(cherry picked from commit 8a2c1377a9)
2022-03-11 01:41:18 +01:00
offl b2212e2dcd Scripts/Instances/Underbog: Rework Hungarfen (#26567)
(cherry picked from commit 3d0a081f8e)
2022-03-11 01:23:45 +01:00
Giacomo Pozzoni 76c470fb32 Core/SAI: Add support to friendly+hostile to SMART_EVENT_OOC_LOS and SMART_EVENT_IC_LOS (#26579)
Change SMART_EVENT_OOC_LOS and SMART_EVENT_IC_LOS first parameter to have 3 values:
- 0 : Hostile
- 1 : Not hostile (not that Friendly and Not hostile have different meanings)
- 2 : Any, as in both Hostile and Not hostile

Close #24789

* Add validation on startup for allowed values.
Code cleanup.

* Fix errors

(cherry picked from commit 9e7cdb02d2)
2022-03-11 01:04:48 +01:00
offl 2f0623789c DB/GameObject: Add various missing objects to Bloodmyst Isle
(cherry picked from commit df552f790f)
2022-03-10 22:57:06 +01:00
offl 5635625e3a DB/GameObject: Add herbs & veins to Bloodmyst Isle
Closes #21657

Source of some new spawns: CMaNGOS

(cherry picked from commit ab9a0024b1)
2022-03-10 22:56:20 +01:00
Cerveciento 7beaa6c938 DB/Locales: Add missing esES & esMX quest locales (Part 167)
Closes #26559

(cherry picked from commit 3f36dc7343)
2022-03-10 22:53:40 +01:00
Cerveciento f9ac6e415f DB/Locales: Add missing esES & esMX quest locales (Part 166)
Closes #26556

(cherry picked from commit 39905b7719)
2022-03-10 22:52:48 +01:00
Cerveciento bcba852697 DB/Locales: Add missing esES & esMX quest locales (Part 165)
Closes #26551

(cherry picked from commit 6669c9fc95)
2022-03-10 22:52:00 +01:00
Jinnaix 3a4b300653 DB/Creature: Remove holy resistance
Ref #26527

(cherry picked from commit 15f66670d6)
2022-03-10 22:43:40 +01:00
offl b1167318f4 DB/Creature: Add more Riven Widow Cocoon & Nerubian Cocoon & Netherweb Victim
(cherry picked from commit fb0a873d0e)
2022-03-10 22:43:13 +01:00
offl 09551b663a Scripts/Quest: Rework cocooned creatures (#26554)
(cherry picked from commit 78bd609e8a)
2022-03-10 22:36:09 +01:00
Cerveciento b5d46ec5ad DB/Locales: Add missing esES & esMX quest locales (Part 164)
Closes #26545

(cherry picked from commit 302c60d3dd)
2022-03-10 21:26:57 +01:00