Commit Graph

12505 Commits

Author SHA1 Message Date
sudlud
d80e7d5cb4 fix(DB/Gameobject): Update all 'Mailbox' spawns with sniffed values (#18072)
* fix(DB/Gameobject): Update 'Mailbox' spawns with sniffed values

* update with additional sniffs

* add last missing mailbox spawn for 185965
2024-01-01 07:11:27 -03:00
Andrew
a11434b24f refactor(Core/GameObject): Move the GameObject state save handling to… (#18080)
* refactor(Core/GameObject): Move the GameObject state save handling to instance level

* Update GameObject.h

* remove leftover

* small improvements
2024-01-01 01:51:33 -03:00
github-actions[bot]
a1212a52b0 chore(DB): import pending files
Referenced commit(s): 09e3dbf770
2023-12-30 16:37:06 +00:00
avarishd
09e3dbf770 fix(DB/Custom): Rotting Touch should stack from different sources (#18079) 2023-12-30 13:36:16 -03:00
Alexandru-Mihai Maftei
ebe89b875f fix(Scripts/ScarletMonastery): Prevent Whitemane from dying before resurrecting Mograine (#18082)
The current code only prevents Whitemane from dying before casting sleep, but the players can inflict enough DPS on her before that, that she can die before resurrecting Mograine.
When this happens, the dungeon is broken and cannot progress.
2023-12-30 12:47:02 -03:00
IntelligentQuantum
6a6cefb512 chore(Scripts/EK): remove useless includes (#18075)
* chore(Scripts/Kalimdor): remove useless includes

* chore(Scripts/EK): remove useless includes
2023-12-28 16:15:16 -03:00
github-actions[bot]
583b1976fa chore(DB): import pending files
Referenced commit(s): 66de9b204f
2023-12-28 08:43:50 +00:00
sudlud
66de9b204f fix(DB/Creature): Update 'Flame Keeper' / 'Flame Warden' spawns with … (#18067)
fix(DB/Creature): Update 'Flame Keeper' / 'Flame Warden' spawns with sniffed values
2023-12-28 05:42:59 -03:00
github-actions[bot]
4922c466c9 chore(DB): import pending files
Referenced commit(s): 66f3bc576b
2023-12-26 12:54:06 +00:00
sudlud
66f3bc576b fix(DB/Creature): Spawn NPC 'Crown Apothecary' for event 'Love is in the Air' … (#18066)
fix(DB): Spawn NPC 'Crown Apothecary' for event 'Love is in the Air' only
2023-12-26 09:53:13 -03:00
IntelligentQuantum
fa884ae385 chore(Scripts/Kalimdor): remove useless includes (#18065) 2023-12-26 06:08:37 -03:00
github-actions[bot]
d2dfa4a438 chore(DB): import pending files
Referenced commit(s): e3d47f1010
2023-12-25 09:22:11 +00:00
Andrew
e3d47f1010 fix(DB/Creature): Leotheras the Blind banish immunity (#18057)
* fix(DB/Creature): Leotheras the Blind banish immunity

* Update rev_1703459500908922900.sql
2023-12-25 10:21:21 +01:00
Andrew
be4d90404b feat(Core/Spells): Implement SPELL_ATTR0_CU_BYPASS_MECHANIC_IMMUNITY (#18056) 2023-12-25 03:58:29 -03:00
github-actions[bot]
e58fb75848 chore(DB): import pending files
Referenced commit(s): 1710d4d1c3
2023-12-25 06:07:06 +00:00
sudlud
1710d4d1c3 fix(Scripts/Midsummer): Implement Midsummer Bonfire mechanics (#18023) 2023-12-25 03:06:15 -03:00
IntelligentQuantum
4ec284577e chore(Scripts/Northrend): remove useless includes (#18061) 2023-12-25 02:15:56 -03:00
IntelligentQuantum
79a2bb84e9 chore(Scripts/Outland): Remove useless includes (#18049) 2023-12-24 09:37:41 -03:00
Andrew
0ad882338c chore(Scripts): Remove placeholder Ironforge/AlteracMountains files (#18047) 2023-12-24 08:09:07 -03:00
Andrew
d83d623792 chore(Scripts/World): Remove unused legacy scripts (#18048) 2023-12-24 08:04:37 -03:00
github-actions[bot]
e2ecbf44cc chore(DB): import pending files
Referenced commit(s): 6f4b0f3b0d
2023-12-24 02:31:12 +00:00
sudlud
6890135950 fix(DB/Creature): update various midsummer spawns with sniffed values (#18025)
* fix(DB/Creature): update various spawns with sniffed values

* Update rev_1702823363366738900.sql

* Update rev_1702823363366738900.sql
2023-12-23 23:31:00 -03:00
github-actions[bot]
6f4b0f3b0d chore(DB): import pending files
Referenced commit(s): b0ebaf4c96
2023-12-24 02:30:23 +00:00
avarishd
12585df7c8 fix(DB/Procs): Spell Bomb not having cooldown (#18029) 2023-12-23 23:30:14 -03:00
attacksnack
b0ebaf4c96 fix(Scripts/Spells): Fix Ritual of Souls with Improved Healthstone 2023-12-23 23:29:34 -03:00
IntelligentQuantum
258e369ee5 chore(Core): remove useless includes (#18036) 2023-12-23 12:16:27 -03:00
Andrew
330ed952df fix(Scripts/SerpentshrineCavern): Despawn Lurker's pool and fix visua… (#18037)
fix(Scripts/SerpentshrineCavern): Despawn Lurker's pool and fix visual issue on death
2023-12-23 16:12:07 +01:00
IntelligentQuantum
016bb86d3b refactor(Scripts): remove useless includes (#18004) 2023-12-22 18:41:28 +01:00
avarishd
03d06da87b feat(Core/SmartScripts): SMART_EVENT_SUMMONED_UNIT_EVADE (#18018)
* feat(Core/SmartScripts): SMART_EVENT_SUMMONED_UNIT_EVADE

* .
2023-12-15 09:43:24 -03:00
Andrew
9df2c485fc fix(Scripts/SerpentshrineCavern): Fix Lurker spawn coords and spout s… (#18014)
fix(Scripts/SerpentshrineCavern): Fix Lurker spawn coords and spout shouldnt hit players on water at all
2023-12-14 16:42:20 -03:00
avarishd
06525cdc1e feat(Core/Object): Play radius sound/music. (#18011) 2023-12-13 16:24:52 -03:00
Dan
4d40b03644 fix(Scripts/SSC): play emerge animation on the Lurker Below and make sure whirl doesn't happen during spout (#18009)
* initial

* forgor register hook
2023-12-12 20:13:12 -03:00
github-actions[bot]
41c1df7a08 chore(DB): import pending files
Referenced commit(s): 18af46d357
2023-12-12 21:29:53 +00:00
Angelo Venturini
18af46d357 fix(Core/SSC): Rancid Mushroom mechanic (#18008)
* fix(Core/SSC): Rancid Mushroom mechanic

* missing clear smart_scripts

* build

* build again
2023-12-12 18:29:05 -03:00
github-actions[bot]
d266bf3d15 chore(DB): import pending files
Referenced commit(s): 071fdd1218
2023-12-12 14:57:10 +00:00
Angelo Venturini
071fdd1218 fix(DB/SSC): Trash linked spawn (#18005) 2023-12-12 11:56:04 -03:00
github-actions[bot]
2dfb7e828c chore(DB): import pending files
Referenced commit(s): ac0eba539e
2023-12-12 14:52:59 +00:00
Angelo Venturini
50764bda05 fix(DB/SSC): Fathom-Guard Caribdis should be able to be interrupted (#18006) 2023-12-12 11:52:57 -03:00
github-actions[bot]
ac0eba539e chore(DB): import pending files
Referenced commit(s): 142be82699
2023-12-12 14:52:07 +00:00
Angelo Venturini
142be82699 fix(DB/SAI): Vashj'ir Honor Guard should cast Freightening Shout (#18007) 2023-12-12 11:51:18 -03:00
github-actions[bot]
c3c644285c chore(DB): import pending files
Referenced commit(s): a84a56536d
2023-12-12 07:46:33 +00:00
Andrew
00ee7bd920 fix(Scripts/SerpentshrineCavern): fix Hydross not casting Water Tomb … (#18003)
fix(Scripts/SerpentshrineCavern): fix Hydross not casting Water Tomb & Vile Sludge
2023-12-12 08:46:19 +01:00
Andrew
a84a56536d fix(Scripts/SerpentshrineCavern): Use proper spells to handle the Lur… (#18002)
* fix(Scripts/SerpentshrineCavern): Use proper spells to handle the Lurker spout rotation

* Update boss_lurker_below.cpp
2023-12-12 08:45:43 +01:00
IntelligentQuantum
9f1abf1214 chore(Core/Entities): remove useless includes (#17994) 2023-12-12 01:36:35 -03:00
github-actions[bot]
efe450fcd9 chore(DB): import pending files
Referenced commit(s): 0cb43f984e
2023-12-12 03:46:06 +00:00
sudlud
adbe0cde96 fix(Event/Midsummer): miscellaneous cleanups of spawns (#17964)
* fix (Event/Midsummer): miscellaneous cleanups of spawns

* update comments

* add missing id1 filter to where clause

* add missing ticks
2023-12-12 00:45:57 -03:00
sudlud
8ad8f0c2d6 fix(DB/Creature): Sniffed Values for 17066 'Ribbon Pole Debug Target' (#17956)
* fix(DB/Creature): Sniffed Values for 17066 'Ribbon Pole Debug Target'

* add missing DELETE for creature_addon
2023-12-12 00:45:38 -03:00
sudlud
0cb43f984e fix(DB/Creature): Sniffed Values for 16592 'Midsummer Bonfire' (#17951) 2023-12-12 00:45:16 -03:00
Andrew
05ec0d09c3 fix(Scripts/SerpentshrineCaverns): fix double submerge phases (#18001) 2023-12-12 00:27:03 -03:00
github-actions[bot]
13c633e4ef chore(DB): import pending files
Referenced commit(s): f9e4edca8e
2023-12-12 02:56:09 +00:00