Commit Graph

13166 Commits

Author SHA1 Message Date
Andrew
73e44859f0 fix(Scripts/Hyjal): Azgalor mark of doom spawn demons on target death (#18959) 2024-05-27 20:48:29 +02:00
Dan
3985db3006 fix(Scripts/Hyjal): Anetheron should not cast sleep on MT (#18948)
* init

* also talk when spell fails
2024-05-27 14:24:37 -03:00
github-actions[bot]
cf49320656 chore(DB): import pending files
Referenced commit(s): 8200385efb
2024-05-27 16:52:31 +00:00
daobashun
141cc0bd44 Fix creatures combat AI missing (#18947)
* add sql

* add 18850 fix

* fix

* Modify the commnet
2024-05-27 18:51:53 +02:00
Andrew
8200385efb chore(Scripts/Hyjal): Update Mark of Kazrogal script (#18958) 2024-05-27 18:51:41 +02:00
Andrew
458eadd9e4 fix(Scripts/Hyjal): Azgalor Rain of Fire should target non-player tar… (#18956)
fix(Scripts/Hyjal): Azgalor Rain of Fire should target non-player targets
2024-05-27 17:41:10 +02:00
Jelle Meeus
4f0c348fb6 fix(Scripts/Ulduar): adjust Mimiron outro RP sleep visuals (#18950)
* fix the sleep visual, add stand up event

* make Mimi selectable during outro

so you can see his faction change

* talk with emote oneshot talk

* fix selectable

* adjust timings

* set done status when chest spawns

* combat should stop when Mimiron ejects

* Revert "combat should stop when Mimiron ejects"

This reverts commit 6e476a55a49c33109f9112b2782d0d186eef49f3.

* style
2024-05-27 04:38:17 -03:00
github-actions[bot]
9c27316af6 chore(DB): import pending files
Referenced commit(s): 99004116a5
2024-05-26 17:39:08 +00:00
Jelle Meeus
99004116a5 fix(Scripts/Ulduar): falling down Kologarn's pit should kill (#18945)
* add insersectboundary

* add kill bunny to kologarn's pit

* Update data/sql/updates/pending_db_world/rev_1716571588345702920.sql

Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>

* refactor: use Map DoForAllPlayers

---------

Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
2024-05-26 14:38:16 -03:00
github-actions[bot]
8e784c1914 chore(DB): import pending files
Referenced commit(s): 29dda79638
2024-05-26 16:13:16 +00:00
Jelle Meeus
bb1f7622cc fix(ICC/Sindragosa): add a cooldown to proccing Unchained Magic (#18901)
* add cooldown to proc

* convert to spell and aurascript pair macro

* remove no longer needed validate override

* set cooldown with Cooldown field in table spell_proc_event
2024-05-26 13:12:20 -03:00
Jelle Meeus
29dda79638 fix(Scripts/Ulduar): Add emote for opening of the Ancient Gate of the Keepers (#18949)
add ancient gate emote
2024-05-26 13:11:50 -03:00
Jelle Meeus
bb19dbf3c9 fix(Scripts/Ulduar) Kologarn becomes a bridge (#18944)
* disable_move is already set in unit_flags creature template

* make kolo not selectable, disable gravity on death
2024-05-25 18:42:46 +02:00
github-actions[bot]
c3828b3d43 chore(DB): import pending files
Referenced commit(s): 88c485f6c5
2024-05-25 16:42:16 +00:00
Gultask
88c485f6c5 fix(DB/Loot): Fix mistake in generic overworld profession drops (#18941)
* Create oopsmybad.sql

* Update oopsmybad.sql

* Update oopsmybad.sql
2024-05-25 18:41:27 +02:00
github-actions[bot]
8eaceabefc chore(DB): import pending files
Referenced commit(s): 845fa07aad
2024-05-25 15:07:25 +00:00
Jelle Meeus
845fa07aad fix(Scripts/Ulduar): update Boss Keepers, Gossip Keepers, Yogg Keepers, Yogg-Saron (#18943)
* gossip keepers, keepers, sara

freya spell

improvements

better gossip

update

converter to update spellscript

refactor sanity wells spawn position, summons zonecombat

make sara summon sanity wells again

thorim casts start again, handle sanity wells only by sanity well spawn
script

refactor sanity

brackets

update comment

gossip keepers, keepers, sara

freya spell

improvements

better gossip

update

converter to update spellscript

refactor sanity wells spawn position, summons zonecombat

make sara summon sanity wells again

thorim casts start again, handle sanity wells only by sanity well spawn
script

refactor sanity

brackets

update comment

gossip keepers, keepers, sara

freya spell

improvements

better gossip

update

converter to update spellscript

refactor sanity wells spawn position, summons zonecombat

make sara summon sanity wells again

thorim casts start again, handle sanity wells only by sanity well spawn
script

refactor sanity

brackets

update comment

gossip keepers, keepers, sara

freya spell

improvements

better gossip

update

converter to update spellscript

refactor sanity wells spawn position, summons zonecombat

make sara summon sanity wells again

thorim casts start again, handle sanity wells only by sanity well spawn
script

refactor sanity

brackets

update comment

* refactor: remove _keepersGUID[4]

* make keeper auras only target players, remove apply scale immunity to well/keepers

include caster in cast

* update keeper flags

* summon and despawn gossip keepers

spawn only if fight done

add intro spell and handle outro

fix off by 1

fix casting simple teleport, only spawn after teleporting

remove empty line

* add teleport to shared ulduar.h

* each keeper triggers their own gossip spawn

* update is called in Reset(), no need to do it here

* add SpellHit override to Freya, Hodir

* Freya, Hodir: use scheduler to schedule post-fight teleport

* JustSummoned rename cr to summon

* sanity well summons are handled by freya instead of sara

* rename pCreature to creature

* keeper use RegisterUlduarCreatureAI

* Freya, Hodir, Thorim: increase despawn time

* despawn tentacles, sanity wells after fight

despawn tentacles after fight

* change order of teleport spells

* am missing header?
2024-05-25 12:06:21 -03:00
Andrew
df688afaff chore(Scripts/Hyjal): Don't initialize headers twice (#18939) 2024-05-23 06:02:10 -03:00
Dan
7f42ec0371 fix(Scripts/Hyjal): initialize/reset local private variables in Reset function (#18932)
initial
2024-05-22 16:15:13 -03:00
github-actions[bot]
f8e584a450 chore(DB): import pending files
Referenced commit(s): f78820e9d5
2024-05-21 01:06:45 +00:00
Dan
f78820e9d5 fix(Scripts/Hyjal): Air Burst should not be cast on MT (#18933)
* fix movement of doomfire

* fix air burst

* conditions

* movechase random target

* Update boss_archimonde.cpp

* update movement

* Update boss_archimonde.cpp

* Update boss_archimonde.cpp
2024-05-20 22:05:56 -03:00
github-actions[bot]
a8b69edeee chore(DB): import pending files
Referenced commit(s): 0aaf521423
2024-05-20 08:41:20 +00:00
Andrew
2912cb47f3 fix(Scripts/Hyjal): Archimonde shouldn't cast other spells during enr… (#18928)
fix(Scripts/Hyjal): Archimonde shouldn't cast other spells during enrage/outro
2024-05-20 10:40:46 +02:00
Andrew
0aaf521423 fix(Scripts/Hyjal): Limit Anetheron sleep to 3 targets (#18929) 2024-05-20 10:40:28 +02:00
Jelle Meeus
ce32e51552 fix(Scripts/Ulduar): disable Mimiron's and Thorim's Targetting crystal when talking to Bran (#18927)
load Mimiron's and Thorim's Targetting crystal
2024-05-19 22:17:12 -03:00
Mykhailo Redko
c13c1b28e7 fix(Scripts/Commands): Fix .lookup item command for most locales (#18922)
follow-up to 49e3d5d
2024-05-19 11:27:25 +02:00
github-actions[bot]
92daec681b chore(DB): import pending files
Referenced commit(s): 346456f78f
2024-05-19 08:41:20 +00:00
Benjamin Jackson
346456f78f fix(DB/Creature): Correct TBC boss gold rewards. (#18899)
* Init.

* Remove auxiliary comments.

* Readd comments along with original reward values.

* Remove auxiliary comments again.

* Add important commit regarding data accuracy.

* Move comment.
2024-05-19 10:40:28 +02:00
sudlud
77397f0054 fix(CI): bump dependencies for usage of Node.js 20 (#18914) 2024-05-19 10:30:06 +02:00
github-actions[bot]
440cea3fd8 chore(DB): import pending files
Referenced commit(s): cf8c155755
2024-05-19 02:05:49 +00:00
sudlud
cf8c155755 fix(DB/Gameobject): Sniffed Values for 'Crossroads' Supply Crates' spawns (#18904) 2024-05-18 23:04:56 -03:00
github-actions[bot]
9ebc246f2b chore(DB): import pending files
Referenced commit(s): 64833d965f
2024-05-18 18:10:26 +00:00
chaosua
64833d965f fix(DB/creature_text) add missing broadcastID to Elder Clearwater txt lines to supp… (#18917)
* (DB/SQL)add missing broadcastID to Elder Clearwater txt lines to support localization

* Update kaluac.sql
2024-05-18 20:09:36 +02:00
Mike Delago
45145fed48 fix(Docker): Check write access for config dir (#18238) 2024-05-18 19:12:22 +02:00
Mike Delago
dd0e6262d1 chore(Docker): update docker compose file schema (#18686) 2024-05-18 18:16:40 +02:00
github-actions[bot]
1b1dfd2a49 chore(DB): import pending files
Referenced commit(s): 49e3d5dfff
2024-05-18 12:09:09 +00:00
Jelle Meeus
49e3d5dfff feat(Scripts/Commands): Add quality colors to .item lookup command (#18907)
add quality colors to .item lookup command
2024-05-18 14:08:20 +02:00
silviu20092
3988e9581d feat(core): add hooks for applying item mods (#18760) 2024-05-18 10:02:57 +02:00
github-actions[bot]
6d6c7bed9b chore(DB): import pending files
Referenced commit(s): 4ae69cf01b
2024-05-18 06:46:17 +00:00
chaosua
4ae69cf01b fix(DB/creature_text): localize Arcanist Braedin txt line about WG (#18886) 2024-05-18 08:45:27 +02:00
sudlud
7b23439b8f feat(CI): add CI for ubuntu-24.04 (#18909) 2024-05-17 22:56:15 +02:00
sudlud
dfc9abb754 fix(CI): revert ubuntu-22.04 to gcc12 (#18905)
* fix(CI/PCH): revert ubuntu-22.04 to gcc12, add ubuntu-24.04 with gcc14

* also update nopch workflow

* Update core-build-nopch.yml

* Update core-build-pch.yml
2024-05-17 21:00:16 +02:00
Dan
3b4639aa19 fix(Scripts/ShadowmoonValley): minor fixes to Enslaved Netherwing Drakes (#18883)
* init

* fixes
2024-05-17 08:06:25 +02:00
github-actions[bot]
6874d5e61b chore(DB): import pending files
Referenced commit(s): e2029c3633
2024-05-15 18:43:46 +00:00
sudlud
e2029c3633 fix(Core/BattlegroundAV): spawn generic gameobjects in Alterac Valley (#18764)
* fix(Scripts/PVP): correctly spawn generic gameobjects in Alterac Valley

I've been "collecting" these in the DB for a while, now it's time to move
these spawns to the AV script and actually spawn them.

* add 2 additional generic gameobjects
2024-05-15 20:41:59 +02:00
github-actions[bot]
ef6db03e13 chore(DB): import pending files
Referenced commit(s): fd7c8a0bde
2024-05-14 23:00:31 +00:00
Gultask
fd7c8a0bde fix(DB/Gameobject): Rebuild all Eastern Kingdoms gathering nodes using sniffed data (#18898)
* Create rev_1715713909070959500.sql

* extra leftovers
2024-05-14 19:59:43 -03:00
github-actions[bot]
e06f2b294b chore(DB): import pending files
Referenced commit(s): 65942555b5
2024-05-14 18:29:44 +00:00
Gultask
65942555b5 fix(DB/Loot): Near complete loot rework of Vanilla overworld zones (#18796)
* Create rev_1713905765626834000.sql

* unique loot

* remove garbage

* Update rev_1713905765626834000.sql
2024-05-14 20:28:55 +02:00
github-actions[bot]
8ad17441a5 chore(DB): import pending files
Referenced commit(s): 7889a99e8f
2024-05-14 06:07:10 +00:00