Commit Graph

14577 Commits

Author SHA1 Message Date
Tereneckla
8e080f1e60 fix(Core/Pet): Remove unnecessary Pet Class reassignments (#20614)
remove unnecessary class assignment
2024-12-01 17:16:13 -03:00
Jelle Meeus
2d616ce0e8 fix(Core/Vmaps): Do not ignore model rotation when calculating liquid level (#20760)
cherry-picked from:
53b4501ce9

Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-12-01 17:09:47 -03:00
gontrannopier
cf7959238a fix(Core/Players): don't set full heath/mana/rage while Dead (#20723)
fix level up while dead -> check if player is not dead, then update health/mana/rage/..

Co-authored-by: gontrannopier <gontrannopier@gontrannopier.com>
2024-12-01 17:09:26 -03:00
Andrew
ffe7d42831 chore(Scripts/Karazhan): Remove unused variables (#20810) 2024-12-01 16:57:06 -03:00
Andrew
af3ded6889 fix(Scripts/ZulAman): Fix Zuljin targetting players during eagle phase (#20808) 2024-12-01 14:08:11 -03:00
Andrew
4ef0a02fc4 fix(Scripts/ZulAman): Delay static disruption by 3s after storm (#20809) 2024-12-01 14:07:53 -03:00
Kitzunu
490c90bdd7 feat(Core/SAI): Add pet variable to SMART_TARGET_INVOKER_PARTY (#20804)
* feat(Core/SAI): Add pet variable to SMART_TARGET_INVOKER_PARTY

* closes https://github.com/azerothcore/azerothcore-wotlk/issues/15755

* mb
2024-12-01 13:57:39 -03:00
github-actions[bot]
9ff887d001 chore(DB): import pending files
Referenced commit(s): 81d1fcad65
2024-12-01 11:53:38 +00:00
Jelle Meeus
81d1fcad65 fix(Scripts/ZulAman): eagle gauntlet (#20719)
* sql

* add script handling

4b890a4096

Co-authored-by: MantisLord <sabinprosper@gmail.com>

* set Akilzon call for help

boss should pull trash

* style: remove blank lines

* add passiveAI header and sort

* Revert "set Akilzon call for help"

This reverts commit 99143339a9f00f048d9bc707d5b8d348e8f6bbd4.

line of sight blocks call for help

---------

Co-authored-by: MantisLord <sabinprosper@gmail.com>
2024-12-01 08:52:44 -03:00
Kitzunu
ed008a8780 refactor(Core/Spells): Add helpers for HasAuraType (#20802) 2024-12-01 08:50:59 -03:00
github-actions[bot]
55f6bd0972 chore(DB): import pending files
Referenced commit(s): 938c637c9a
2024-12-01 11:48:51 +00:00
Andrew
938c637c9a refactor(Scripts/VioletHold): Move all spells to spelldifficul… (#20796)
refactor(Scripts/VioletHold): Move all spell scripts to spelldifficultydbc
2024-12-01 08:47:52 -03:00
Kitzunu
10a79441b6 fix(Core/Spells): Logic misstake for spells that can be cast on dead … (#20800) 2024-12-01 11:11:33 +01:00
Tereneckla
ae4e673713 fix(Scripts/Commands) fix formatting in server debug (#20801) 2024-12-01 11:11:23 +01:00
github-actions[bot]
a9ff6f834c chore(DB): import pending files
Referenced commit(s): 6c8c0cf697
2024-12-01 10:02:53 +00:00
Rocco Silipo
6c8c0cf697 fix(DB/Creature) Scarlet Infantrymen. (#20768)
* Create scarlet_infantrymen.sql

Fix Scarlet Infantrymen.

* Update scarlet_infantrymen.sql

* Update scarlet_infantrymen.sql

* Update scarlet_infantrymen.sql
2024-12-01 11:01:56 +01:00
Andrew
a4a278a0e7 refactor(Scripts/UtgardeKeep): Upgrade scripts to new register method (#20795) 2024-11-30 20:25:27 -03:00
Kitzunu
5e4f6ac576 fix(Script/Commands): tele add should only check exact match (#20785)
* fix(Script/Commands): tele add should only check exact match

* closes https://github.com/azerothcore/azerothcore-wotlk/issues/20268

* better describe the variable
2024-11-30 20:06:26 -03:00
github-actions[bot]
fc9e730974 chore(DB): import pending files
Referenced commit(s): 7d3b3ae72f
2024-11-30 20:23:24 +00:00
Andrew
7d3b3ae72f fix(DB/Creature): Fix Zul'jin formations (#20781) 2024-11-30 17:22:28 -03:00
Andrew
bef9e46e9b refactor(Scripts/TheNexus): Update Command Kolurg script (#20783) 2024-11-30 16:52:57 -03:00
Andrew
4a8247824e fix(Scripts/ZulAman): Hex Lord Malacrass shouldn't use previous class… (#20784)
fix(Scripts/ZulAman): Hex Lord Malacrass shouldn't use previous class abilities after siphon
2024-11-30 16:52:10 -03:00
Riley S.
e9137d4d4d fix(Core/Spells): Resolve invalid spell casts on dead players when the cast is valid. (#20712)
* Initial fix for #20509

* small revert

* Two way visibility between ghosts.

* clean up temporary changes.

* clean up debug code.

* small typo

* revert .gitignore

* fix codestyle

* Add missing flag, resolve issue where cast was failing while alive.

* Update SpellInfo.cpp

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>

---------

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2024-11-30 20:18:32 +01:00
Andrew
00109faa86 fix(Scripts/ZulAman): Reset threat after Zuljin does his phase transi… (#20782)
fix(Scripts/ZulAman): Reset threat after Zuljin does his phase transition transformation
2024-11-30 15:13:25 -03:00
Andrew
afc81098f2 fix(Scripts/ZulAman): Fix Vortex not following players and also spell… (#20780)
* fix(Scripts/ZulAman): Fix Vortex not following players and also spell missing

* Update boss_zuljin.cpp
2024-11-30 12:28:19 -03:00
Jelle Meeus
6b5f50cdbe fix(Core/Database): prevent crash due to special chars in branch name (#20776)
add prepared statements to escape special characters in branch name
2024-11-30 12:26:57 -03:00
github-actions[bot]
e3bcb6c14b chore(DB): import pending files
Referenced commit(s): 6ec4eb5ab6
2024-11-30 15:22:16 +00:00
sudlud
f1b635c0f4 fix(DB/Gameobject): Sniffed values for 'Lunar Festival' spawns (#20769) 2024-11-30 12:21:43 -03:00
sudlud
6ec4eb5ab6 fix(DB/Gameobject): Sniffed Values for 'Dwarf Hero / Gnome Hero' spawns (#20779) 2024-11-30 12:21:21 -03:00
github-actions[bot]
c8805b6ed1 chore(DB): import pending files
Referenced commit(s): 9d422136f6
2024-11-30 10:31:56 +00:00
sudlud
9d422136f6 fix(Core/LootMgr): add startup error for unsupported reference minCou… (#20725) 2024-11-30 11:31:02 +01:00
github-actions[bot]
cf0097e4dd chore(DB): import pending files
Referenced commit(s): 2ff4788b90
2024-11-30 09:36:11 +00:00
FlyingArowana
2ff4788b90 fix(DB/Quest) - Remove the wrong prerequisite Escape from Skettis and Hungry Nether Rays (#20753)
* Created File

* Removed the prequiste quests

* Space correction
2024-11-30 10:35:17 +01:00
Andrew
a22403356c fix(Scripts/ZulAman): Fix Soul Siphon visual effect (#20765) 2024-11-29 09:32:49 -03:00
Jelle Meeus
d8123cbc37 fix(Scripts/ZulAman): Halazzi Lynx Ability Timers (#20761)
fix(Scripts/ZulAman)HalazziLynxAbilityTimers
2024-11-29 05:04:44 -03:00
Riley S.
dd3eb38378 fix(Scripts/ZulAman): Hex Lord Malacrass' Drain Power Timer (#20754)
* Initial Fix for #20751

* Tighten timings

* Condense Code

* Move `ScheduleHealthCheckEvent` into `Reset()`
2024-11-28 14:34:15 -03:00
github-actions[bot]
b5be6bc702 chore(DB): import pending files
Referenced commit(s): bcfcdbdb4c
2024-11-27 20:26:59 +00:00
sudlud
bcfcdbdb4c fix(DB/item_template): add flag CU_DURATION_REAL_TIME to Pilgrim's Bo… (#20756)
* fix(DB/item_template): add flag CU_DURATION_REAL_TIME to Pilgrim's Bounty items

* set duration to 7 days
2024-11-27 21:26:02 +01:00
github-actions[bot]
d9863e7373 chore(DB): import pending files
Referenced commit(s): ff650d0a45
2024-11-27 10:49:43 +00:00
Rocco Silipo
ff650d0a45 fix(DB/Creature): Scarlet Miners and Cars don't follow a path. (#20701)
* Create Scarlet_miners_and_Cars_Fix.sql

* Update Scarlet_miners_and_Cars_Fix.sql

Missing Delete waypoint

* Update Scarlet_miners_and_Cars_Fix.sql

Removed Mine Car spawn points and spawn addon.
Modified respawn timers for Scarlet Miners outside the mine.
SmartAI Improved.

* Update Scarlet_miners_and_Cars_Fix.sql

Waypoints Improved.

* Update Scarlet_miners_and_Cars_Fix.sql

* Update Scarlet_miners_and_Cars_Fix.sql

* Update Scarlet_miners_and_Cars_Fix.sql

Add Comment in Scarlet Miners DBGuid.
2024-11-27 11:48:50 +01:00
github-actions[bot]
8ec510865c chore(DB): import pending files
Referenced commit(s): 8a2ffc7a58
2024-11-27 07:41:58 +00:00
Rocco Silipo
8a2ffc7a58 Fix(DB/Spawn/WP) Scarlet Medics. (#20738)
Create Scarlet_Medics_Fix.sql

Remove some wrong guids.
Add waypoints for Scarlet Medics.
2024-11-27 08:41:04 +01:00
github-actions[bot]
4703bf08d0 chore(DB): import pending files
Referenced commit(s): 6ab70f0926
2024-11-26 19:02:56 +00:00
Rocco Silipo
1de7a95054 Fix(DB/Spawn/WP) Scarlet Captains. (#20720)
Create Scarlet_Captains.sql

Fix for Scarlet Captains in DK Starting Area.
2024-11-26 20:02:51 +01:00
github-actions[bot]
6ab70f0926 chore(DB): import pending files
Referenced commit(s): 7fc938dfcb
2024-11-26 19:01:50 +00:00
Andrew
7fc938dfcb fix(DB/Spells): Malacrass Drain Power should stack from different cas… (#20749)
fix(DB/Spells): Malacrass Drain Power should stack from different casters
2024-11-26 20:00:46 +01:00
Andrew
2649ca2d65 feat(Core/Spells): Allow modifying MiscValues during cast (#20731) 2024-11-26 12:17:02 -03:00
github-actions[bot]
e5b83b29de chore(DB): import pending files
Referenced commit(s): 3d5d300f76
2024-11-26 10:50:13 +00:00
FlyingArowana
3d5d300f76 fix(DB/Creature) - Adds "Disarm" Immunity to Boss: Nalorakk [Zul'Aman] (#20746)
* File created

* Added Disarm immunity

* The mighty newline
2024-11-26 11:49:19 +01:00
github-actions[bot]
42879621e4 chore(DB): import pending files
Referenced commit(s): 96ec2dc626
2024-11-25 13:36:22 +00:00