avarishd
e48b57430a
fix(DB/Creature): "Dirty" Michael Crowe continuous animation loop ( #17452 )
...
* fix(DB/Creature): "Dirty" Michael Crowe continuous animation loop
* remove waypoint_scripts
2023-10-08 08:51:13 -03:00
avarishd
3118d1db5b
fix(DB/Loot): Ghostweave Patterns ( #17437 )
2023-10-08 08:50:06 -03:00
github-actions[bot]
150b38fcf6
chore(DB): import pending files
...
Referenced commit(s): f7e77d68f9
2023-10-08 11:48:31 +00:00
avarishd
f7e77d68f9
fix(DB/Gameobject): Port BRD - Dark Iron Deposits from Mangos ( #17445 )
2023-10-08 08:47:11 -03:00
github-actions[bot]
f5f10edd77
chore(DB): import pending files
...
Referenced commit(s): 5357a31a01
2023-10-08 07:08:10 +00:00
Kitzunu
a4e4d6ddb2
feat(Core/Player): Implement commentator tag ( #17449 )
...
* feat(Core/Player): Implement commentator tag
* remove redundant session check
2023-10-08 09:07:17 +02:00
Kitzunu
5357a31a01
chore(Core/Misc): warhead -> acore ( #17447 )
2023-10-08 09:06:57 +02:00
Mike Delago
619f7297f9
refactor(apps): remove docker image prune in dashboard ( #17405 )
...
refactor(apps): remove docker image prune in dash
2023-10-07 23:18:40 +02:00
github-actions[bot]
366b8d01fc
chore(DB): import pending files
...
Referenced commit(s): 66a7787c45
2023-10-07 14:25:46 +00:00
avarishd
66a7787c45
fix(DB/Waypoint): Port Stone Fury waypoints from Trinity. ( #17443 )
...
Co-authored-by: Rushor <Rushor@users.noreply.github.com >
2023-10-07 11:24:40 -03:00
IntelligentQuantum
90b16ca065
fix(Core): GridCleanUpDelay Log ( #17436 )
...
Update World.cpp
2023-10-07 07:36:11 -03:00
github-actions[bot]
cc60250977
chore(DB): import pending files
...
Referenced commit(s): 6d45329df1
2023-10-07 10:34:51 +00:00
avarishd
91c6bdd540
fix(Core/Spells): Script Lord Valthalak's Amulet ( #17431 )
...
* fix(Core/Spells): Script Lord Valthalak's Amulet
* cs
2023-10-07 07:34:35 -03:00
github-actions[bot]
4d285d21b0
chore(DB): import pending files
...
Referenced commit(s): 6b720ddf0c
2023-10-07 10:34:17 +00:00
avarishd
6d45329df1
fix(DB/Conditions): Don't allow multiple Banner of Provocation ( #17430 )
2023-10-07 07:33:42 -03:00
avarishd
6b720ddf0c
docs(template): Comment out changes proposed info. ( #17438 )
...
docs(template): Comment out changes proposed info
2023-10-07 07:33:12 -03:00
Kitzunu
05161a9ffe
fix(CI): windows ( #17423 )
2023-10-05 14:20:29 -03:00
github-actions[bot]
59d941cb68
chore(DB): import pending files
...
Referenced commit(s): c57c2e0583
2023-10-05 11:45:39 +00:00
avarishd
c57c2e0583
fix(DB/Threat): Innervate having threat modifier. ( #17404 )
2023-10-05 08:44:33 -03:00
Andrew
2873736145
feat(Core/Player): Move SaveSkills() to the public scope ( #17418 )
2023-10-05 03:38:10 -03:00
github-actions[bot]
a2c6af4c56
chore(DB): import pending files
...
Referenced commit(s): 003398a894
2023-10-01 07:26:31 +00:00
Ludwig
de50ce3305
fix(Scripts/Midsummer): Randomize ribbon pole beam color ( #17380 )
...
* fix(Scripts/Midsummer): Randomize ribbon pole beam color
* Update data/sql/updates/pending_db_world/rev_1695820418952974700.sql
Co-authored-by: Dan <83884799+elthehablo@users.noreply.github.com >
* Add Validate() to spell script spell_midsummer_ribbon_pole
---------
Co-authored-by: Dan <83884799+elthehablo@users.noreply.github.com >
2023-10-01 09:26:18 +02:00
github-actions[bot]
3c9c985fc6
chore(DB): import pending files
...
Referenced commit(s): 62c6b158e5
2023-10-01 07:26:04 +00:00
Dan
003398a894
fix(DB/SSC): update timers of trash and boss adds in Serpentshrine Cavern with sniffs ( #17108 )
...
* initial
* no space -> jobs happy?
* why do I always forget this pepehands
* AREA_CASTING
* healing spells
* remove entries that should be done in SAI
* rancid mushroom
* remove weird leftovers
* comment phases
2023-10-01 09:25:09 +02:00
Dan
62c6b158e5
refactor(Scripts/SSC): The Lurker Below boss script updated ( #17082 )
...
* initial
* restore me->CastSpell()
because apparently there is no overload of docastself that has triggerflags if I understand it correctly
* fix timers
may need some work - comments/thoughts welcome
* ms
* make kitzunu slightly less sad
* fixes
* revert
* Update boss_lurker_below.cpp
Co-authored-by: Angelo Venturini <Nefertumm@github.com >
* Update boss_lurker_below.cpp
---------
Co-authored-by: Angelo Venturini <Nefertumm@github.com >
2023-10-01 09:24:57 +02:00
Dan
57f5c6fb0c
refactor(Scripts/SSC): Leotheras the Blind boss script updated ( #17080 )
...
* initial
* remove unused parameter
* fix timers
* useless commit to revive actions
* fixes
* weird mistake fixed
* browser programming kekW
2023-10-01 09:24:47 +02:00
github-actions[bot]
93cc0b9bc7
chore(DB): import pending files
...
Referenced commit(s): c17a6c0a0e
2023-10-01 05:25:19 +00:00
KJack
a23d5ee50d
feat(Core/Scripting): Implement OnBeforeCreatureSelectLevel() hook ( #17391 )
...
* Add `OnBeforeCreatureSelectLevel()` hook
- allows modules to alter the level of a creature just before it is set
* Fix missing class name.
* Hook should catch even if the level isn't being changed.
* Trim whitespace.
* Revert "Trim whitespace."
This reverts commit 76768d85c0b9878828b71a008e709c1df7ddadc5.
* Fix whitespace
2023-10-01 02:25:06 -03:00
Skjalf
c17a6c0a0e
fix(Scripts/Karazhan): Fix Dorothee yell once Tito dies and clean up … ( #17395 )
...
* fix(Scripts/Karazhan): Fix Dorothee yell once Tito dies and clean up script
* fix dorothee interrupt immunity
2023-10-01 02:24:11 -03:00
github-actions[bot]
5385d0bb59
chore(DB): import pending files
...
Referenced commit(s): af53887633
2023-10-01 02:24:16 +00:00
Skjalf
af53887633
fix(DB/Creature): Fiendish Portals should not move ( #17396 )
2023-09-30 23:22:55 -03:00
Skjalf
9b403e0d10
fix(Scripts/Karazhan): Fix Curator arcane immunity ( #17397 )
...
* fix(Scripts/Karazhan): Fix Curator arcane immunity
* Update boss_curator.cpp
* Update boss_curator.cpp
2023-09-30 23:16:45 -03:00
github-actions[bot]
c1499cb5c1
chore(DB): import pending files
...
Referenced commit(s): 7de2405604
2023-10-01 01:14:57 +00:00
Skjalf
7de2405604
fix(Scripts/Karazhan): Several Aran fixes ( #17394 )
...
- Fix drinking being interrupted by dots
- Fix first super timer
- Fix missing Arcane Explosion emote
- Fix supers being locked by spell interrupt
- Correct drinking to 10% mana down from 20%
2023-09-30 22:13:49 -03:00
Skjalf
547628fe70
fix(Scripts/Spells): Fix Dash applying bonuses in other forms (restor… ( #17393 )
...
fix(Scripts/Spells): Fix Dash applying bonuses in other forms (restores previous code functionality)
2023-09-30 17:59:15 -03:00
Skjalf
f583dbe98c
fix(Scripts/Karazhan): Restore Netherspite DestroyPortals() function ( #17392 )
2023-09-30 15:34:18 -03:00
Ludwig
1004dae7e5
refactor(Scripts/Midsummer): Add/Update Validate() for spell checks ( #17390 )
2023-09-30 09:54:27 +02:00
github-actions[bot]
b9829b0e94
chore(DB): import pending files
...
Referenced commit(s): a997d791e7
2023-09-29 21:54:17 +00:00
Skjalf
a997d791e7
fix(DB/Conditions): Archmage Leryda ring retrieve gossip should requi… ( #17385 )
...
fix(DB/Conditions): Archmage Leryda ring retrieve gossip should require having the quest rewarded instead of taken
2023-09-29 18:53:01 -03:00
Ludwig
7a1c303d49
refactor(Scripts/Midsummer): Assign enum values to gameobjects and sp… ( #17379 )
...
* refactor(Scripts/Midsummer): Assign enum values to gameobjects and spells
* rename GO_TORCH_TOSS_TARGET_BUNNY to NPC_TORCH_TOSS_TARGET_BUNNY
* add more enum values to enum flingTorch
2023-09-29 18:30:35 +02:00
KJack
c25d0b38e8
feat(Core/GameObject): Implement OnGameObjectModifyHealth() hook ( #17374 )
2023-09-28 22:39:57 +02:00
AG
2779833768
feat(Core/Grids): Implement visibility notifier ( #15919 )
...
* Cherry-picked from TrinityCore (unable to find author)
2023-09-28 22:28:28 +02:00
Dan
29af6cc886
fix(Scripts/Magtheridon): make the timers of Quake and Blast Nova independent from each other ( #17364 )
...
* initial
* fix timers
* add delay for duration
* Update boss_magtheridon.cpp
10s
2023-09-28 05:48:40 -03:00
Skjalf
52c7edaa5c
fix(Scripts/Karazhan): Clear Netherspite portal targets on transition ( #17377 )
2023-09-28 07:38:29 +02:00
Skjalf
57841f7213
fix(Scripts/Karazhan): Update Aran script to use boss states ( #17376 )
2023-09-27 19:39:17 -03:00
Dan
f44e658342
fix(Scripts/Karazhan): allow Aran to cast pyroblast also when interrupted ( #17375 )
...
* initial
* add scheduling
2023-09-27 19:31:08 -03:00
github-actions[bot]
e9b888fda7
chore(DB): import pending files
...
Referenced commit(s): b80aaebb5a
2023-09-27 20:06:46 +00:00
Sven Bledt
b80aaebb5a
fix(Core/Quest): AllowableRaces to uint32 for custom Racemasks ( #17372 )
...
* fix(Core/Quest): AllowableRaces to uint32 for custom Racemasks
* Update data/sql/updates/pending_db_world/uint32_quest_template.sql
* ready for merge
---------
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2023-09-27 22:05:28 +02:00
Dan
dcf5816f5d
fix(Scripts/SSC): Morogrim Tidewalker now summons the water globules again ( #17373 )
...
change to bigint
2023-09-27 21:45:00 +02:00
github-actions[bot]
85297f3b95
chore(DB): import pending files
...
Referenced commit(s): 4ef15158b4
2023-09-27 15:11:55 +00:00