Commit Graph

19667 Commits

Author SHA1 Message Date
offl
4dce06da7e Scripts/Naxxramas: Update Patchwerk to new model (#26388)
Co-authored-by: offl <offl@users.noreply.github.com>
(cherry picked from commit 6f0bc11bce)
2022-03-08 16:31:51 +01:00
offl
d125316d5a Scripts/Naxxramas: Update Noth to new model (#26387)
Co-authored-by: offl <offl@users.noreply.github.com>
(cherry picked from commit 7dc1d5c5a1)
2022-03-08 16:30:21 +01:00
offl
3570e9589c Scripts/Naxxramas: Update Maexxna to new model (#26386)
Co-authored-by: offl <offl@users.noreply.github.com>
(cherry picked from commit cb82cded17)
2022-03-08 16:29:05 +01:00
offl
a2118b1595 Scripts/Naxxramas: Update Loatheb to new model (#26385)
Co-authored-by: offl <offl@users.noreply.github.com>
(cherry picked from commit fb39a3cabd)
2022-03-08 16:26:38 +01:00
offl
fae9a182df Scripts/Naxxramas: Update Kel'Thuzad to new model (#26384)
Co-authored-by: offl <offl@users.noreply.github.com>
(cherry picked from commit ff4d9a81ae)
2022-03-08 16:26:22 +01:00
offl
5a6e99bb21 Scripts/Naxxramas: Update Heigan to new model (#26383)
Co-authored-by: offl <offl@users.noreply.github.com>
(cherry picked from commit d694086e95)
2022-03-08 16:25:13 +01:00
offl
72b2d193bf Scripts/Naxxramas: Update Grobbulus to new model (#26382)
Co-authored-by: offl <offl@users.noreply.github.com>
(cherry picked from commit cc3ef7ea69)
2022-03-08 16:23:30 +01:00
offl
ee48dda445 Scripts/Naxxramas: Update Gothik to new model (#26381)
Co-authored-by: offl <offl@users.noreply.github.com>
(cherry picked from commit 9c72ca2b04)
2022-03-08 16:18:57 +01:00
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
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
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
offl
4b8bd9e4bc Scripts/Quest: Rework 'Basic Orders' (25199) (#26294)
(cherry picked from commit 293ae05d31)
2022-03-07 22:04:51 +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
offl
1c2d73410d DB/Quest: Rework 'Avruu's Orb' (9418)
(cherry picked from commit df8ab338c7)
2022-03-07 20:25:58 +01:00
offl
4d2c93484c DB/Quest: Rework 'A Spirit Guide' (9410)
(cherry picked from commit c905af818c)
2022-03-07 20:25:58 +01:00
offl
2c8f166414 DB/Quest: Rework 'The Road to Falcon Watch' (9375)
Closes #26233

(cherry picked from commit 43fa6698d7)
2022-03-07 20:25:58 +01:00
offl
581a573c09 Scripts/Misc: Let core take care of Feign Death related flags
(cherry picked from commit 62594c62f6)
2022-03-07 20:25:57 +01:00
offl
43f63d7631 Scripts/Spells: Feign Death & 'prevent emotes flag' spell scripts (#26198)
Closes #25842 Ref #25764

(cherry picked from commit d0b67aecb6)
2022-03-07 20:25:57 +01:00
offl
7b57dc02d1 Scripts/The Eye: Update instance script (#26190)
(cherry picked from commit 5a22cd868a)
2022-03-07 00:18:14 +01:00
offl
18beee8ba1 Core/Spells: Apply UNIT_FLAG_IMMUNE after applying SPELL_AURA_DAMAGE_IMMUNITY (#26187)
(cherry picked from commit 10304a8875)
2022-03-07 00:18:13 +01:00
offl
9ac16dc219 DB/Spells: Sayge's Carnie Buff & Buffeting Winds of Susurrus
Ref #24663

(cherry picked from commit d6c8359224)
2022-03-07 00:15:53 +01:00
Shauren
fc456f7512 Core/Units: Renamed unknown unit flag (UNIT_FLAG_UNK_29 -> UNIT_FLAG_PREVENT_EMOTES_FROM_CHAT_TEXT)
(cherry picked from commit a34519bded)
2022-03-06 23:58:00 +01:00
Keader
d9b7a40d43 Script/Ulduar: Fixed conflict with Random Aggro Periodic spell (#26184)
(cherry picked from commit 06c1f728ba)
2022-03-06 23:34:36 +01:00
Jakub Cieplinski
95ccf9fc15 Revive all command (#26127)
* First version of command handler

* Done HandleReviveAllCommand

* Moved command to group subcommonads

* removed empty row

* nullptr check for player target

(cherry picked from commit 97e41645d3)
2022-03-06 23:25:54 +01:00
jackpoz
c6c0baa25c Scripts/Ulduar: Apply renames of #25529
Apply renames of #25529 to review that PR easier

(cherry picked from commit 7635f3f948)
2022-03-06 23:08:53 +01:00
offl
99a47c40b2 DB/Instance/Gruul's Lair: Overhaul
(cherry picked from commit cdb7904182)
2022-03-06 22:48:56 +01:00
Giacomo Pozzoni
9bcff210f9 Core/Maps: Use a fixed offset instead of full collision height when retrieving floor Z (#26092)
Use a fixed offset 0.5f instead of full collision height when retrieving floor Z as a full collision height ended up on the floor above a few times. It makes more sense to cast the ray just a bit higher up than using a full collision height (which by default is 2.0f)

(cherry picked from commit f96aab2186)
2022-03-06 22:24:01 +01:00
offl
e560eb46cd DB/Instance/The Eye: Overhaul part 2
(cherry picked from commit 6ad76dd7c0)
2022-03-06 21:58:00 +01:00
Gildor
d57dd854e9 Scripts/Events: Fix achievement in Love is in the air: "Lonely?" (#26083)
* Scripts/Events: Fix achievement in Love is in the air: "Lonely?"

* apply @keader feedback ;)

* apply @jackpoz feedback ;)

* @jackpoz feedback

(cherry picked from commit ca253e4124)
2022-03-06 21:52:04 +01:00
offl
e5ddd07619 DB/Instance/The Eye: Overhaul part 1
(cherry picked from commit 2f9e38612f)
2022-03-06 21:51:35 +01:00
Engilas
8a4d731d55 Core/SmartAI: AI change on charmed (#26065)
* Fix AI refresh on charmed

* Remove unnecessary refresh

* Check SMART_EVENT_FLAG_WHILE_CHARMED flag

(cherry picked from commit f6e52f6b3d)
2022-03-06 21:40:42 +01:00