Commit Graph
38821 Commits
Author SHA1 Message Date
offl ed1b3448f0 DB/Creature: Verify & update positions of creatures in Sanctum of the Stars
(cherry picked from commit 14da6e3109e3dfe429dd978085d4bb52f0bf0f77)
2022-03-05 21:37:32 +01:00
offl dc819efeeb DB/Quest: Implement 'The Deadliest Trap Ever Laid' (11097)
Updates #6318

(cherry picked from commit c09bd08f811dc97d94fc8aed5a8179a668ff001b)
2022-03-05 21:37:00 +01:00
offl 128dc00bea DB/Quest: Update 'The Stones of Vekh'nir' (10565)
(cherry picked from commit 6af98634d86f6652cfe876b5f0f55acf33daacd7)
2022-03-05 21:35:47 +01:00
offl e0ccfefb46 DB/Quest: Rework 'Finding the Keymaster' (10256)
(cherry picked from commit 8a66df5a8507d6db19a9f67f0c5359425643aacb)
2022-03-05 21:35:14 +01:00
offl 5e3920d117 DB/Quest: Rework 'The Archmage's Staff' (10173)
(cherry picked from commit 655bb94f8ea9f9c8fa388eb8523dea7e6d372a5b)
2022-03-05 21:34:09 +01:00
jackpoz f32a7ed27d CI/Circle CI: Add codestyle check
Don't leave 2 blank lines, 1 is enough.

(cherry picked from commit ed975ef4c0e614addc069785f23c1b7f522f3b8e)
2022-03-05 21:13:38 +01:00
Shauren 8514164d43 Core/Proto: cleanup double newlines in generated code 2022-03-05 21:13:29 +01:00
Shauren a7c56710f5 Contrib: Adjust protobuf generator to comply with codestyle checks on ci 2022-03-05 21:11:50 +01:00
Kargatum 373ed8f46b Core: whitespace cleanup, reduce double blank line to single (#25795)
* Core/Misc: fix double empty line

* worldserver.conf

(cherry picked from commit a32b6b8ac4c81128a56b282f20837fb085bdd9e7)
2022-03-05 20:07:57 +01:00
Aurelio Arcabascio 05a9b2d2cb Core/Player: auto-attacked player stands up from sit or sleep state (#25684)
* Fixed Auto Attack bug on sitting player

* Victim now stands during sleep and stand emotes

(cherry picked from commit 4ea64b515aa952662dce11fd1012c566ae0d2449)
2022-03-05 19:41:18 +01:00
Treeston 5b9fec5f0b Core/Maps: Move some more Map internals to actually be... internals.
(cherry picked from commit 94c03b2107ad6603aaf185d58d63480e79c97e76)
2022-03-05 17:12:51 +01:00
Treeston b5f3a6fd80 Core/Maps: All RespawnInfo* handed to outside code are now RespawnInfo const*, to signify that outside code has zero business changing these.
(cherry picked from commit 803dc789e42ea2298a8bd1822849b6f2df82efe6)
2022-03-05 17:12:23 +01:00
Giacomo Pozzoni da0d9ee283 Core/SAI: Fix SMART_EVENT_FLAG_NOT_REPEATABLE flag being ignored when specifying a chance (and other SMART_ACTION_CAST fixes) (#25778)
* Core/SAI: Fix SMART_EVENT_FLAG_NOT_REPEATABLE flag being ignored when specifying a chance

Fix SMART_EVENT_FLAG_NOT_REPEATABLE flag being ignored when specifying a chance, always making the action trigger.

* Fix SMART_ACTION_CAST with SMART_EVENT_FLAG_NOT_REPEATABLE not casting the spell at all if rolled chance was successful but creature couldn't cast the spell

* Prevent linked actions if SMART_ACTION_CAST couldn't be completed and will be retried later

(cherry picked from commit 96b289cadbf304e427ddbd281d1a6f592af612a7)
2022-03-05 17:11:58 +01:00
Treeston a8d00ddd69 Core/Maps: move pooling hand-off outside of Map::CheckRespawn (PR#25785)
fixes #25777

(cherry picked from commit f8afcec9f3efc58ce8a38a6c63e2ebfc24d2e01d)
2022-03-05 17:07:46 +01:00
jackpoz abbac041bf Scripts/ICC: Fix teleporter not removing players from Gunship
A more generic solution might be better, maybe depending on spell flags

Ref #25652

(cherry picked from commit 0ad1854d1c6a3b6ff93e71272c919f1f5f11d5ed)
2022-03-05 17:03:54 +01:00
Giacomo Pozzoni 30ebecc0de Core/Maps: Attempt to fix picking the wrong min height (#25771)
Close #25652

(cherry picked from commit aabd2b49e2710e00c39c4b4f22fef08aa029d4db)
2022-03-05 17:03:14 +01:00
jackpoz 90a05037cf Core/Maps: Partially revert 0c69316714d0558e32462f5401197fe1e803ae75
Revert define to constexpr as this also broke some calculations

(cherry picked from commit ed1c0b6ec9232cc638fa242ea839c4645bb4be07)
2022-03-05 17:03:02 +01:00
jackpoz bea8894bce Core/Maps: Partially revert 0c69316714d0558e32462f5401197fe1e803ae75
The development will continue in a PR

(cherry picked from commit 1e3d85e2839c5ee3170223f4d985eecd527c5533)
2022-03-05 17:02:38 +01:00
jackpoz 26962127a5 COre/Misc: Remove whitespace
(cherry picked from commit 01b1f20d3ea1f1dca3d614396634c85646b77ff8)
2022-03-05 17:02:30 +01:00
jackpoz c14f4dc835 Core/Maps: Use the same logic to calculate grid coords to avoid mismatches
Use the same logic of (CENTER_GRID_ID - x / SIZE_OF_GRIDS) in GridMap::getMinHeight() as Map::GetGrid() to avoid coord grid mismatches caused by floating point precision, i.e. getting the wrong grid.
Replace defines with constexpr in grids to make debugging easier.

Closes #25652

(cherry picked from commit 0c69316714d0558e32462f5401197fe1e803ae75)
2022-03-05 17:02:19 +01:00
jackpoz 13bf0e71b9 Scripts/Commands: Include map min height in ".gps" command
(cherry picked from commit 9994459bd197d5555cfa16ab3d35d9c362a563fd)
2022-03-05 17:01:36 +01:00
offl c6df84da70 Core/Scripts: Add missing spells to Black Morass
(cherry picked from commit f62306f52d28f8c16047b27bd741d4356958da75)
2022-03-05 16:59:14 +01:00
offl c7f64a70a0 DB/Spell: Add effects to more spells from Violet Hold
Turned out almost all spells from BM were copied to create Violet Hold. Not only serverside spells and not only their effects but also attributes and icons. The scripts were also copied, possibly unchanged

(cherry picked from commit 8ca575ed52fb4ee8149302ecf33b4bb0c33e5eb5)
2022-03-05 16:58:55 +01:00
Cerveciento 9f6bdd5d25 DB/Locales: Add missing esES & esMX quest locales (Part 79)
Closes #25766

(cherry picked from commit 9f7df813c56f9ec4cd2a0e533d1396c211b29584)
2022-03-05 16:51:13 +01:00
Cerveciento 344be17b58 DB/Quest: Add missing CompletionText to 2 quests
Closes #25752

(cherry picked from commit 06e5dfc6cf68e02b0f8bb0378830523e7591a8fc)
2022-03-05 16:50:27 +01:00
offl fdc2b173b2 DB/Creature: Replace unit flags stun & immune with auras
(cherry picked from commit 290f2c2fbf7b77ba7ff94702aeedd54b37acac1b)
2022-03-05 16:49:41 +01:00
offl eed03fc797 DB/Creature: Add conditions to Steam Tonk's spells & misc fixes
Ref ed8bf7f0e2e67ca1eb65ffa05518fe29df526642 Updates #9373

(cherry picked from commit 15b37ba15aacafd4335e5b0726044acbf4cdf1f4)
2022-03-05 16:48:58 +01:00
Ovah dde5a3e326 Core/SAI: implement new smart actions to change AI Animkits and to enable/disable hover movement (#25623)
SMART_ACTION_SET_HOVER (parameter1: enable/disable)

* added SMART_ACTION_SET_AI_ANIM_KIT as immediately deprecated

(cherry picked from commit b7ba856b63da4fa1b0f916de357ff85624b8b831)
2022-03-05 16:46:42 +01:00
Gildor 6b681ebc8a Core/Visibility: Split BG/Arena visibility settings (#25690)
(cherry picked from commit 8217519ea2d64917d725d8141fb3247bcadf716b)
2022-03-05 16:25:30 +01:00
offl 2e7277ada4 Core/Scripts: Add missing spells to Violet Hold
(cherry picked from commit bb94aec9759f05f7d4c91b7e2c5288c302897b3a)
2022-03-05 16:21:22 +01:00
offl 1fb79cf50a DB/Spell: Add effects to all summoning spells from Violet Hold
(cherry picked from commit 85d614fe8d4775d5b6dc331982c6b65480a1cf05)
2022-03-05 16:20:49 +01:00
offl 8c1db35455 DB/Creature: Use serverside spells to activate taxi at Wyrmrest Temple
(cherry picked from commit d9785294fe478cc32dcb9fb09ccba249cd75260f)
2022-03-05 15:55:08 +01:00
offl 185363d6e1 DB/Creature: Wyrmrest Protector & Warden of the Chamber
(cherry picked from commit 08013512851feb185118da2096689c96a68c4f03)
2022-03-05 15:52:04 +01:00
offl 5cd99df03c DB/Spell: Add effects to some serverside spells
(cherry picked from commit d58ac3a10a206f323363c1a3dfbe5f73274f371b)
2022-03-05 15:48:57 +01:00
offl 5189ed5e86 DB/Quest: Update 'Cycle of Life' (12454)
(cherry picked from commit 5efb29c66fdc4656acaab50623ecc72569f51245)
2022-03-05 15:38:01 +01:00
offl e2b780db44 DB/Quest: Rework 'The Honored Ancestors' (11605)
(cherry picked from commit be615b28d01fc9fe5c874192197b78e1ccb57a79)
2022-03-05 15:34:46 +01:00
offl 14c7344251 DB/Quest: Update 'Ebon Blade Prisoners' (12982)
(cherry picked from commit 2094bc538034cb3e3b8f4920161592e67a89585e)
2022-03-05 15:28:47 +01:00
Cerveciento 9ca9baa0d1 DB/Locales: Add missing esES & esMX quest locales (Part 78)
Closes #25753

(cherry picked from commit 95c4fcdeaf49c5ee8f46174b32a28b361728a5f6)
2022-03-05 15:23:57 +01:00
Cerveciento d72e96c2d5 DB/Locales: Add missing esES & esMX quest locales (Part 77)
Closes #25751

(cherry picked from commit 588755cf1f0789bd72c1246f3352d50a3132a0a3)
2022-03-05 15:23:28 +01:00
Cerveciento 999d9ae4e7 DB/Locales: Add missing esES & esMX quest locales (Part 76)
Closes #25747

(cherry picked from commit 323ba8f0f8cb0f769aecdf0863179de1c9f6ab1e)
2022-03-05 15:22:41 +01:00
offl 1a20bb2c71 DB/Creature: Update stats & auras of some creatures
(cherry picked from commit cce23a2d4b5e01db4d88c9e7a77cf3054b23f6f0)
2022-03-05 15:21:49 +01:00
offl 7bf7fdb510 DB/Quest: Update 'The Seer's Crystal' & 'Corki's Gone Missing Again!'
(cherry picked from commit a145b95e1d61799403f3e8f7849a17dfe98411c9)
2022-03-05 15:19:44 +01:00
offl 96691386fd DB/Instance/Sunwell Plateau: Overhaul part 3
(cherry picked from commit e372375ef166e0f00293ee685f27bac52c017fbf)
2022-03-05 15:19:17 +01:00
offl fc450f7458 DB/Creature: Root Ironwork Cannon & fix model
(cherry picked from commit 9cff30b37faaa195a02d5225fb12d2f6a6534bab)
2022-03-05 15:18:46 +01:00
Cerveciento cd6e944d17 DB/Locales: Add missing esES & esMX quest locales (Part 75)
Closes #25739

(cherry picked from commit 9ae23ef2fdb98bd2a2bf6dee4eb35c1b44cfc427)
2022-03-05 15:17:59 +01:00
Cerveciento 67f9e76522 DB/Locales: Add missing esES & esMX quest locales (Part 74)
Closes #25737

(cherry picked from commit ef1e44928f6a9dc77e9b3b341f528e0f657b909e)
2022-03-05 15:17:35 +01:00
Cerveciento b57d8b1115 DB/Locales: Add missing esES & esMX quest locales (Part 73)
Closes #25728

(cherry picked from commit 41dd519520883dfcdb32fefda71023259a81a6d6)
2022-03-05 15:16:49 +01:00
Cerveciento d996e5cd13 DB/Locales: Add missing esES & esMX quest locales (Part 72)
Closes #25725

(cherry picked from commit 34cf096106e00d476e61ed43d6e5bc96d505212e)
2022-03-05 15:15:51 +01:00
offl 75506fd21c DB/Creature: Apprentice Osterkilgr
(cherry picked from commit b40d708021ded2de0a85039a67b253989af70752)
2022-03-05 15:15:23 +01:00
offl 46ef68c45f DB/Instance/Sunwell Plateau: Overhaul part 2
(cherry picked from commit f8e2a9faaedb4403cff04c08222151cb4175577d)
2022-03-05 15:14:44 +01:00