Commit Graph

12677 Commits

Author SHA1 Message Date
Dan
d42e04097c fix(Scripts/TheEye): Solarian movement (#18268)
* first implementation

* better implementation

* don't move before first spell

* chase in p2 again

* Update boss_astromancer.cpp

* oops
2024-02-08 06:05:38 -03:00
github-actions[bot]
51c414b9d5 chore(DB): import pending files
Referenced commit(s): 65d6bd0472
2024-02-08 06:42:14 +00:00
Kalimist
65d6bd0472 fix(Core/Creature): hardcoded gossip in zone_azshara (#18289)
* Changing hardcoded text in #define to enum member

- Changing #define to new enum member for AddGossipItemFor method

* Adding SQL Query File

* Forgot to add ';' in DELETE FROM
2024-02-08 07:41:23 +01:00
github-actions[bot]
c841ec5b74 chore(DB): import pending files
Referenced commit(s): bc25ade498
2024-02-08 02:44:15 +00:00
Dan
af880d516f refactor(Scripts/ZulAman): refactor Halazzi (#18267)
* initial

* some fixes

* last booboos

* fixes after test

* finale

* actual final

* blegh
2024-02-07 23:43:38 -03:00
Dan
bc25ade498 fix(Scripts/TheEye): refactor Al'ar (#18264)
* initial

* restore quill event

* with ismoving and debug

* final before timers

* clear all debuffs

* remove justreachedhome bossai

* huh?

* some fixes

* more fixes

* add 2 extra platforms for p1

* fix coords

* finalise

* change melt armor timer so it is not delayed

indefinitely - this is because we have a dive after 30 secs
that delays all timers. So at 30 secs we will have melt armor at
33 seconds, which then gets an extra 15 seconds from the delay all and another dive
after 30 so it gets pushed back even more before being able to be cast
2024-02-07 23:43:19 -03:00
Dan
b8118fa06b fix(Scripts/TheEye): Re-factor Kael'thas (#18272)
* restructuring base files and instance files

* small fix

* some fixes

* fix

* some fixes

* up until kael phase

* weapon despawn fix

* final for now

* some minor details

* fix weapon despawn

* fix by clearing validator

still has debug statements to check how far we get

* finalise with stop casting

* codestyle

* remove redundant delay
2024-02-07 23:42:20 -03:00
github-actions[bot]
e2f1648941 chore(DB): import pending files
Referenced commit(s): c513da85c8
2024-02-06 16:48:31 +00:00
Dan
c513da85c8 fix(Scripts/SSC): some Vashj fixes (#18276)
* initial

* script tainted elemental

* sql

* codestyle
2024-02-06 17:47:37 +01:00
github-actions[bot]
401c0e045a chore(DB): import pending files
Referenced commit(s): 71557b4274
2024-02-05 23:19:46 +00:00
Dan
71557b4274 fix(DB/Karazhan): remove smart_script linking so Mana Warps properly die even when stunned (#18255)
initial
2024-02-06 00:18:52 +01:00
github-actions[bot]
e87ab150d3 chore(DB): import pending files
Referenced commit(s): 4d695b61c2
2024-02-05 21:59:30 +00:00
sudlud
4d695b61c2 fix(DB/Creature): 'Shaman Bonfire Bunny' spawns with sniffed values (#18275) 2024-02-05 22:58:41 +01:00
github-actions[bot]
62a5d607ac chore(DB): import pending files
Referenced commit(s): af8d960277
2024-02-05 17:39:25 +00:00
sudlud
af8d960277 fix(DB/Gameobject): Update 'Campfire' spawns with sniffed values (#18235)
* fix(DB/Gameobject): Update 'Campfire' spawns with sniffed values

* reorder sql comments
2024-02-05 18:38:31 +01:00
github-actions[bot]
083f50703e chore(DB): import pending files
Referenced commit(s): 74222d364f
2024-02-05 16:08:07 +00:00
sudlud
74222d364f fix(DB/Creature): Sniffed Values for 25924 'Twilight Speaker Viktor' (#18273) 2024-02-05 17:07:17 +01:00
github-actions[bot]
9ad39d8e21 chore(DB): import pending files
Referenced commit(s): 6b9d98b2c9
2024-02-05 16:06:18 +00:00
sudlud
6b9d98b2c9 fix(DB/Creature): reassign equipment_id to creatures 25949, 26221 (#18274) 2024-02-05 17:05:02 +01:00
github-actions[bot]
f72174c622 chore(DB): import pending files
Referenced commit(s): 1ec72ae6dc
2024-02-04 14:12:06 +00:00
Dan
26d0c137a9 fix(DB/ShadowmoonValley): add Arcane Explosion to Arcane Bursts and make them despawn (#18271)
arcane burst
2024-02-04 11:11:31 -03:00
Dan
1ec72ae6dc fix(Scripts/TheEye): add Kael adds to the cpp script (#18257)
* initial

* add sql file to change to script

* make sure scheduler runs

* fix focus gaze mechanic

* leftover tabs

* remove comment
2024-02-04 11:11:12 -03:00
github-actions[bot]
4a9289e14c chore(DB): import pending files
Referenced commit(s): 186cb58a0f
2024-02-03 14:12:32 +00:00
sudlud
186cb58a0f fix(Scripts/Dalaran): Update Toy Shop Toy Plane behaviour based on sniffs (#18239)
* fix(Scripts/Dalaran): Update Toy Shop Toy Plane behaviour based on sniffs

* update comments and waypoints for smoother movement

* move initalization to Reset() function
2024-02-03 15:11:36 +01:00
Kalimist
1324f420f2 Fix(Core/CharacterHandler): Incorrect behavior using an equipment set… (#18253)
* Fix(Core/CharacterHandler): Incorrect behavior using an equipment set if it will result in a full inventory.

* Fixing the error message to -Equiment swap failed - inventory is full- like the Blizzlike error message
2024-02-03 14:34:33 +01:00
github-actions[bot]
3113ba2bd0 chore(DB): import pending files
Referenced commit(s): 30a34154c5
2024-02-03 10:54:58 +00:00
sudlud
30a34154c5 fix(DB/Midsummer): disable unrelated debris spawns in front of the Ex… (#18252)
fix(DB/Midsummer): disable unrelated debris spawns in front of the Exodar
2024-02-03 11:54:01 +01:00
3ster
000ec142a2 Check if triggered spell has cast time (#18231)
* Check if triggered spell has cast time

* Fix client crash upon manually cancelling finished spell
2024-02-03 11:52:34 +01:00
github-actions[bot]
37cc649ba0 chore(DB): import pending files
Referenced commit(s): ef54219be4
2024-02-03 10:51:58 +00:00
sudlud
ef54219be4 fix(DB/Creature): Sniffed Values for 26221 'Earthen Ring Elder' (#18263) 2024-02-03 11:51:07 +01:00
github-actions[bot]
7ce0cc3523 chore(DB): import pending files
Referenced commit(s): 4121daa8be
2024-02-03 10:49:41 +00:00
sudlud
a216a114c1 fix(DB/Creature): Sniffed Values for 25949 'Ice Caller Briatha' (#18262) 2024-02-03 11:49:24 +01:00
sudlud
94b7bee314 fix(DB/Creature): Sniffed Values for 25951 'Heretic Emissary' (#18261) 2024-02-03 11:49:17 +01:00
sudlud
dcaeb9a0e5 fix(DB/Creature): Sniffed Values for 26124 'Midsummer Merchant' (#18259) 2024-02-03 11:49:08 +01:00
sudlud
15fc47ed14 fix(DB/Creature): Sniffed Values for 25980 'Heretic Bodyguard' (#18260) 2024-02-03 11:48:56 +01:00
sudlud
4121daa8be fix(DB/Creature): Sniffed Values for 26123 'Midsummer Supplier' (#18258) 2024-02-03 11:48:45 +01:00
github-actions[bot]
901d58cdc4 chore(DB): import pending files
Referenced commit(s): d9cd36220b
2024-02-01 16:06:31 +00:00
sudlud
d9cd36220b fix(DB/Creature): Add Repair npcflag to 28344 Blazzle (#18242) 2024-02-01 17:05:30 +01:00
Ezeki Zibzibadze
028835619b chore(Docker): update mysql image to 8.3 version (#18244) 2024-02-01 10:05:12 -03:00
github-actions[bot]
01403c42ae chore(DB): import pending files
Referenced commit(s): a2f21bd46e
2024-02-01 12:18:12 +00:00
sudlud
a2f21bd46e fix(Scripts/Midsummer): Add SpellScript for "Fire Festival Fortitude" (#18246)
- implement zone wide buff
- Blizzard originally used gameobject 181431 'Fire Festival Fury Trap'
  for this implementation
2024-02-01 09:17:17 -03:00
github-actions[bot]
eeb8082ee8 chore(DB): import pending files
Referenced commit(s): b6c429c5a8
2024-01-31 22:22:22 +00:00
Benjamin Jackson
b6c429c5a8 fix(Core/Quests): Create quest money reward config and adjust max level bonus reward function. (#18222)
* Init.

* Drop RewardBonusMoney column.

How's that for deprecation.

* Add formula source link.

* Remove deprecated info in conf.

* Newline.
2024-01-31 23:21:27 +01:00
Dan
ba01bec5b3 fix(Scripts/SSC): make sure Vashj faces the random people when doing Forked Lightning (#18232)
initial
2024-01-30 06:27:24 -03:00
github-actions[bot]
f1c4622f41 chore(DB): import pending files
Referenced commit(s): 8861e16e64
2024-01-29 02:42:14 +00:00
Dan
8861e16e64 fix(DB/TheEye): fix some trash immunities in The Tempest Keep (#18233)
* initial

* codestyle?
2024-01-28 23:41:05 -03:00
Kitzunu
69dc8804e6 feat(Core/Spell): Add helper for TriggeredCastFlag (#18227)
* feat(Core/Spell): Add helper for TriggeredCastFlag

* Lol

* fix build
2024-01-26 13:51:42 +01:00
Flashaholic88
c18bd64136 fix(Core/Misc): typo (#18221) 2024-01-23 21:38:32 +01:00
github-actions[bot]
3ecd19d979 chore(DB): import pending files
Referenced commit(s): 26b50b8849
2024-01-23 17:10:47 +00:00
sudlud
53ace59da7 fix(DB/Events): Correct some GameEvent changes (#18216)
follow-up to #14833
2024-01-23 18:09:55 +01:00