Commit Graph
38830 Commits
Author SHA1 Message Date
Cerveciento 5f150efc1b DB/Locales: Add missing esES & esMX quest locales (Part 85)
Closes #25800

(cherry picked from commit 0852159d24bcd94716ba657279e7856642e81724)
2022-03-05 21:44:45 +01:00
Cerveciento 3b72d4ffb8 DB/Locales: Add missing esES & esMX quest locales (Part 84)
Closes #25798

(cherry picked from commit ce8a74753bf1e1e49fc10cd1f9046ff69e208e74)
2022-03-05 21:43:48 +01:00
Cerveciento adc23dbfcc DB/Locales: Add missing esES & esMX quest locales (Part 83)
Closes #25784

(cherry picked from commit c2ea6c94dcd7955c00e969a13038686de233a2c8)
2022-03-05 21:43:21 +01:00
Cerveciento 80b72d3c27 DB/Locales: Add missing esES & esMX quest locales (Part 82)
Closes #25783

(cherry picked from commit 32c184375dd6b16f3d469cfee3769a78266ae1ed)
2022-03-05 21:42:14 +01:00
Cerveciento 4c2a093b17 DB/Locales: Add missing esES & esMX quest locales (Part 81)
Closes #25780

(cherry picked from commit d053cb260967831a873509fa362d9450ec7c3db1)
2022-03-05 21:41:10 +01:00
Cerveciento 624690ac9f DB/Locales: Add missing esES & esMX quest locales (Part 80)
Closes #25779

(cherry picked from commit 5ca8f1fceee50fcd1d98e079061aa063e41617cf)
2022-03-05 21:40:22 +01:00
offl 87360bd6e6 DB/Creature: Remove serverside unit flags
Ref #25764

(cherry picked from commit 1f4b5c2f5646c6eaae336b54a762868a71cddb67)
2022-03-05 21:39:55 +01:00
offl bb18573f69 DB/Creature: Remove DisableGravity if not really needed & not present as difficulty flag
(cherry picked from commit 6d3c01732d27daa4507bd93dc8109b0a955b1dc8)
2022-03-05 21:39:20 +01:00
offl e64c96d199 DB/Quest: Rework 'Rescuing Evanor' (11681)
(cherry picked from commit 4eafa57adb427841704b9b9b4ea44f0ad767fe95)
2022-03-05 21:38:31 +01:00
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