Commit Graph

39061 Commits

Author SHA1 Message Date
offl
848dfd09e5 Scripts/Naxxramas: Update Gluth to new model (#26380)
Co-authored-by: offl <offl@users.noreply.github.com>
(cherry picked from commit 44686c3c50)
2022-03-08 16:13:36 +01:00
offl
a1ba1f33f8 Scripts/Naxxramas: Update Four Horsemen to new model (#26379)
Co-authored-by: offl <offl@users.noreply.github.com>
(cherry picked from commit 7ef0de84ac)
2022-03-08 16:13:22 +01:00
offl
f2d7e11908 Scripts/Naxxramas: Update Faerlina to new model (#26378)
Co-authored-by: offl <offl@users.noreply.github.com>
(cherry picked from commit 4d82c6a186)
2022-03-08 16:13:04 +01:00
offl
d7fe2868ab Scripts/Naxxramas: Update Anub'Rekhan to new model (#26377)
Co-authored-by: offl <offl@users.noreply.github.com>
(cherry picked from commit 1288203729)
2022-03-08 16:10:55 +01:00
offl
db601a92b5 Scripts/Utgarde Pinnacle: Update Gortok Palehoof to new model (#26370)
* Scripts/Utgarde Pinnacle: Update Gortok Palehoof to new model

* RegisterGameObjectAI > RegisterUtgardePinnacleGameObjectAI

Co-authored-by: offl <offl@users.noreply.github.com>
(cherry picked from commit ba7f11c5f6)
2022-03-08 16:08:19 +01:00
offl
90eaa5fcb6 Scripts/VoA: Update remaining scripts to new model (#26372)
Co-authored-by: offl <offl@users.noreply.github.com>
(cherry picked from commit 3ece1ee87c)
2022-03-08 16:05:56 +01:00
offl
af09757833 Scripts/Utgarde Keep: Update Ingvar to new model (#26369)
Co-authored-by: offl <offl@users.noreply.github.com>
(cherry picked from commit 8d9f24bb18)
2022-03-08 16:04:06 +01:00
offl
84236d7ce1 Scripts/Violet Hold: Update Cyanigosa to new model (#26371)
Co-authored-by: offl <offl@users.noreply.github.com>
(cherry picked from commit 94299a3ae9)
2022-03-08 15:58:04 +01:00
Mikhail Redko
f7441f0234 Core/Misc: Fixed utf8 encoding in console input/output. (#26352)
* Core/Misc: Fixed utf8 encoding in console input/output.

* Fix gcc build

* Fixed that weird 'a' with circle above it and other similar letters. Also fixed encoding in AppenderConsole which sometimes did not work as it should

* Fix build on Linux

* Probably better to do it like this

(cherry picked from commit 1539bed3db)
2022-03-08 15:57:30 +01:00
Gildor
0d51e52aa6 Core/Spells: players shouldn't force their orientation (serverside) on each periodictick when channeling (#26363)
* Core/Spells: players shouldn't force their orientation (serverside) on each periodictick when channeling

* apply @Ovahlord feedback

(cherry picked from commit 6bdfa91fa7)
2022-03-08 15:57:06 +01:00
Shauren
667d3cf8fd Scripts/Spells: Update hunter spells to modern standards 2022-03-08 15:56:11 +01:00
Shauren
1ca5d951f2 Scripts/Spells: Update warrior spells to modern standards 2022-03-08 15:52:49 +01:00
Shauren
7d6c7accdb Scripts/Spells: Update priest spells to modern standards 2022-03-08 15:47:20 +01:00
Shauren
f60aa2e47c Core: Updated allowed build to 9.2.0.42614 2022-03-08 15:28:06 +01:00
Ovah
60119ba850 Core/Spells: implement SpellInfo helper to filter for relevant mechanic immunities in spell_start packet (#26183)
* Core/Spells: implement SpellInfo helper to filter for relevant mechanic immunities when sending SMSG_SPELL_START packets.

According to sniff analysis Blizzard does not send all mechanic immunities of creatures but instead only the ones that are responsible for actual interrupts which are MECHANIC_INTERRUPT  and MECHANIC_SILENCE. Additionally we no longer send immunities for instant cast spells as sniffs confirm that they are not sent for spells without a cast time.

(cherry picked from commit 6215cb4e00)
2022-03-08 00:31:02 +01:00
Jan Van Buggenhout
b4f27875f3 Core/Entities: Move GridObject to its own header (#26358)
* GridObject

* Add include to more files

(cherry picked from commit 43dd1b37d6)
2022-03-08 00:14:25 +01:00
offl
09ec7d5600 DB/Creature: Apply CREATURE_FLAG_EXTRA_NO_CRUSHING_BLOWS
CREATURE_DIFFICULTYFLAGS_2_NO_CRUSHING_BLOWS (0x00000010)

(cherry picked from commit 8354a5fe54)
2022-03-07 23:55:41 +01:00
offl
984b75c5dd DB/Creature: Restore wrongly removed flags
Ref #24983

(cherry picked from commit 4d488b0c9b)
2022-03-07 23:51:20 +01:00
offl
7d9f0ef4a6 DB/Creature: Apply CREATURE_FLAG_EXTRA_OBEYS_TAUNT_DIMINISHING_RETURNS
Closes #23464

CREATURE_DIFFICULTYFLAGS_4_OBEYS_TAUNT_DIMINISHING_RETURNS (0x00000100)

(cherry picked from commit fe38b78c87)
2022-03-07 23:50:40 +01:00
offl
e72264cfbd Core/Misc: Define / rename attributes and flags (#26315)
Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
(cherry picked from commit e6d9d9ead9)
2022-03-07 23:35:21 +01:00
Giacomo Pozzoni
8d7e152d28 Scripts/Commands: Add ".list auras id <aura id>" and ".list auras name <name part>" subcommands (#26346)
Add ".list auras id <aura id>" and ".list auras name <name part>" subcommands to allow filtering the auras

(cherry picked from commit 9aff21b3d5)
2022-03-07 22:46:00 +01:00
jackpoz
1039f166de Scripts/Commands: Restore ".character level" command behavior
Restore ".character level" command behavior by setting the level instead of adding the level

(cherry picked from commit 2cea7d000c)
2022-03-07 22:25:50 +01:00
Mikhail Redko
6855c81df1 Core/Player: Fix output of .additem command with negative count value (#26290)
(cherry picked from commit 6a72f9fbfd)
2022-03-07 22:17:27 +01:00
CraftedRO
033366ab11 Group repair command attempt (#26304)
* Group repair command attempt

* Update cs_group.cpp

(cherry picked from commit db69b832b9)
2022-03-07 22:06:51 +01:00
Keader
2e69b64d67 Revert "Core/Spells: Spells with Attribute SPELL_ATTR1_DISPEL_AURAS_ON_IMMUNITY should dispel snare auras. (#20621)"
This reverts commit b507acf1c0.

(cherry picked from commit c6e2b6e88c)
2022-03-07 22:05:49 +01:00
CraftedRO
f948d86ab5 DB/Creature: Add scripts to some creatures
Closes #26335

(cherry picked from commit 0c3bbf5c65)
2022-03-07 22:05:31 +01:00
offl
4b8bd9e4bc Scripts/Quest: Rework 'Basic Orders' (25199) (#26294)
(cherry picked from commit 293ae05d31)
2022-03-07 22:04:51 +01:00
Cerveciento
1b95b541c7 DB/Locales: Add missing esES & esMX quest locales (Part 139)
Closes #26338

(cherry picked from commit 7fd6733dac)
2022-03-07 22:00:40 +01:00
Cerveciento
a1cca6ec83 DB/Locales: Add missing esES & esMX quest locales (Part 138)
Closes #26336

(cherry picked from commit 15725b51e6)
2022-03-07 21:59:55 +01:00
Cerveciento
cb77c32576 DB/Locales: Add missing esES & esMX quest locales (Part 137)
Closes #26330

(cherry picked from commit 6e9456b578)
2022-03-07 21:59:19 +01:00
Cerveciento
3ac0b07b12 DB/Locales: Add missing esES & esMX quest locales (Part 136)
Closes #26327

(cherry picked from commit a6f907d455)
2022-03-07 21:58:55 +01:00
Cerveciento
5170e36be1 DB/Locales: Add missing esES & esMX quest locales (Part 135)
Closes #26320

(cherry picked from commit f1d8ff9e40)
2022-03-07 21:58:31 +01:00
Cerveciento
3fea4e99be DB/Locales: Add missing esES & esMX quest locales (Part 134)
Closes #26314

(cherry picked from commit a772946ccc)
2022-03-07 21:58:00 +01:00
offl
ed70288b11 DB/Gossip: Use original gossip ids in some cases
(cherry picked from commit 1e76fc7a5d)
2022-03-07 21:46:33 +01:00
Cerveciento
2d0283f530 DB/Locales: Add missing esES & esMX quest locales (Part 133)
Closes #26306

(cherry picked from commit a0be136f48)
2022-03-07 21:34:30 +01:00
Cerveciento
7d924047fd DB/Locales: Add missing esES & esMX quest locales (Part 132)
Closes #26284

(cherry picked from commit bce5d0c25a)
2022-03-07 21:13:38 +01:00
CraftedRO
daa0e1ddcf DB/Creature: Add scripts to some creatures
Closes #26273

Closes #26274

Closes #26275

Closes #26282

Closes #26287

Closes #26289

(cherry picked from commit 408afc8401)
2022-03-07 21:07:13 +01:00
offl
f87aa64a14 Scripts/Ahn'kahet: Herald Volazj texts (#26202)
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
(cherry picked from commit 1a624cad36)
2022-03-07 20:59:28 +01:00
Jakub Cieplinski
77d320b9fc Group level up (#26139)
* First version of command handler

* Done HandleReviveAllCommand

* Moved command to group subcommonads

* Added group level up

* Removed empty line

* Added additional nullchecks

* Removed newline

* Code styling

* Added group set level command

* Removed whitespace

* Removed group set level command

* Unnecessary comma

* Added check for level lower bound

(cherry picked from commit 397d4b5d05)
2022-03-07 20:50:09 +01:00
CraftedRO
cb9b2606e0 DB/Creature: Add scripts to some creatures
Closes #26257

Closes #26262

Closes #26263

Closes #26265

Closes #26267

(cherry picked from commit 81a32f89f6)
2022-03-07 20:49:49 +01:00
gygyti
aa3577075f DB/Loot: Remove 'Wastewander Water Pouch' from Andre Firebeard
Closes #26256

(cherry picked from commit 6d5705a104)
2022-03-07 20:48:59 +01:00
Cerveciento
95bb2c946d DB/Locales: Add missing esES & esMX quest locales (Part 131)
Closes #26266

(cherry picked from commit 93d1e91de7)
2022-03-07 20:25:58 +01:00
Cerveciento
937b7be44e DB/Locales: Add missing esES & esMX quest locales (Part 130)
Closes #26252

(cherry picked from commit c32032bf5a)
2022-03-07 20:25:58 +01:00
Cerveciento
1ada1d281a DB/Locales: Add missing esES & esMX quest locales (Part 129)
Closes #26249

(cherry picked from commit 9bd14bbc6c)
2022-03-07 20:25:58 +01:00
offl
513e5ac5cc DB/Creature: Update stats of some creatures
(cherry picked from commit 1d9541cc88)
2022-03-07 20:25:58 +01:00
offl
6003b161bb DB/Creature: Add more proper spell for Muckshell Snapclaw
Closes #26248

(cherry picked from commit ae9b0ea6e1)
2022-03-07 20:25:58 +01:00
offl
8cb62478fa DB/Creature: Fix movement states of Air Force guards
Ref #23580

(cherry picked from commit 4b73205c72)
2022-03-07 20:25:58 +01:00
offl
4ef092c04d DB/Quest: Remove wrongly added Progress text (Seeping Corruption)
Ref #23722

(cherry picked from commit 96e1fd54eb)
2022-03-07 20:25:58 +01:00
offl
1c2d73410d DB/Quest: Rework 'Avruu's Orb' (9418)
(cherry picked from commit df8ab338c7)
2022-03-07 20:25:58 +01:00
Cerveciento
71e2255791 DB/Locales: Add missing esES & esMX quest locales (Part 128)
Closes #26242

(cherry picked from commit 67a928136f)
2022-03-07 20:25:58 +01:00