Jelle Meeus
e837fa84f3
fix(Scripts/ZulAman): Eagle Gauntlet behavior ( #20947 )
2024-12-30 23:23:46 +01:00
Jelle Meeus
467a5116f1
fix(Scripts/ZulAman): add Boss Boundaries ( #21065 )
2024-12-30 15:05:43 -03:00
Jelle Meeus
6313d538c7
fix(Scripts/ZulAman): add Altar Torch visuals ( #21064 )
2024-12-30 15:32:33 +01:00
vrachv
e152d6a3aa
fix(Scripts/Karazhan): Chess pieces reset to correct positions ( #21061 )
2024-12-29 20:13:22 +01:00
Benjamin Jackson
d949192455
fix(Scripts/Zul'Aman): Band-Aid fix for hostage loot. ( #21060 )
2024-12-29 19:13:52 +01:00
Kitzunu
bff594c4f5
feat(Unit/Misc): HasAnyAuras() HasAllAuras() HasAuras() ( #21040 )
2024-12-26 05:51:54 -03:00
Grimdhex
fcc3f7f7cb
fix(Script/Zul'Aman): adjust Zuljin timers ( #20919 )
2024-12-25 17:57:17 -03:00
Stefano Borzì
83b8bf7288
ci: fix codestyle and cppcheck reports ( #20962 )
2024-12-18 10:34:42 +01:00
Rocco Silipo
2e13eac041
fix(Script/ZulAman): Nalorakk abilities. ( #20937 )
...
* Update boss_nalorakk.cpp
* Update boss_nalorakk.cpp
2024-12-18 09:00:20 +01:00
Andrew
2923a4aa43
fix(Scripts/ZulAman): Fix Electric Storm shouldnt hit safe players ( #20897 )
...
* fix(Scripts/ZulAman): Fix Electric Storm shouldnt hit safe players
* increase cloud duration by 500ms
Co-Authored-By: killerwife <killerwife@users.noreply.github.com >
---------
Co-authored-by: killerwife <killerwife@users.noreply.github.com >
2024-12-17 12:28:46 -03:00
Andrew
a4c30ad720
fix(DB/Creature): Fix ZA bosses not despawning on evade ( #20900 )
2024-12-12 06:09:59 +01:00
Andrew
60667e75c3
fix(Scripts/ZulAman): Malacrass adds shouldnt change on wipes ( #20894 )
2024-12-11 00:59:59 +01:00
Andrew
7a66008429
fix(Scripts/ZulAman): Dont update Hexlord timers while casting ( #20876 )
2024-12-10 18:27:22 -03:00
Andrew
951d395dca
fix(Scripts/ZulAman): Zuljin abilities shouldnt overlap ( #20875 )
2024-12-09 12:50:04 +01:00
Andrew
7530423f6b
fix(Scripts/SunwellPlateau): Fix Entropius despawning ( #20874 )
2024-12-09 07:38:25 -03:00
Andrew
00c0e202ef
fix(Scripts/ZulAman): Akil'zon storm damage should multiply per tick ( #20842 )
2024-12-05 09:46:07 -03:00
Andrew
0d0e3a6ce1
fix(Scripts/ZulAman): Zul'jin gate should be unlocked instead auto open ( #20841 )
2024-12-05 05:17:18 -03:00
Jelle Meeus
3f5ac98bdb
fix(Scripts/Karazhan): Nightbane Speed ( #20838 )
...
fix(Scripts/Karazhan)NightbaneSpeed
revert speed to before 7e0dff5839
2024-12-04 16:14:39 -03:00
Andrew
69c85ca8a2
fix(Scripts/ZulAman): Overpower spell cooldown ( #20828 )
2024-12-03 13:57:14 -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
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
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
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
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
Andrew
00564e6ab5
fix(Scripts/ZulAman): Fix Malacrass not using Slice and Dice ( #20735 )
2024-11-25 09:56:03 -03:00
Andrew
78dc29371c
fix(Scripts/MagisterTerrace): Fix Selin's crystal drain being interru… ( #20727 )
...
fix(Scripts/MagisterTerrace): Fix Selin's crystal drain being interrupted
2024-11-24 19:38:52 -03:00
Andrew
94873d129b
fix(Scripts/ZulAman): Fix Berserk crash and Corrupted Totems not atta… ( #20726 )
...
fix(Scripts/ZulAman): Fix Berserk crash and Corrupted Totems not attacking
2024-11-24 19:21:00 -03:00
daobashun
ec84bf98f9
fix(Scripts/Spell): Added random whispers of the Death Knight Newbie Village Lich King ( #19006 )
...
* Use rand Spell Whispers
* Added smart script for creature 28576|28577
* Added spell script name
* Fixed the wrong name
* The script name is lowercase
Remove spaces
* Remove spaces
* Remove spaces
* Players will only be able to whisper if they have mission 12678
Attacking civilians is the only way to whisper
* Validate
* Update src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
---------
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2024-11-24 18:03:34 -03:00
Andrew
72b5e26c91
fix(Scripts/ZulAman): Dont cast Gust of Wind if about to start Electr… ( #20717 )
2024-11-24 12:24:45 -03:00
Jelle Meeus
c1c9443dd1
fix(Scripts/ZulAman): remove cast transfigure when going into lynx ( #20716 )
2024-11-24 12:18:23 -03:00
Jelle Meeus
6e0e5a6939
fix(Scripts/ZulAman): Harrison Jones gong event RP with taskscheduler ( #20713 )
2024-11-24 11:39:19 -03:00
Andrew
49b0596744
fix(Scripts/ZulAman): Despawn Zuljin spirits shortly after death ( #20711 )
2024-11-24 08:54:29 -03:00
IntelligentQuantum
065579a6e3
fix(Scripts/ZulAman): Nalorakk in Bearform should not be attacking wi… ( #20707 )
2024-11-24 08:13:57 -03:00
Andrew
c5876bff6f
fix(Scripts/ZulAman): Fix Amani Hatcher behaviour ( #20687 )
2024-11-24 07:56:18 -03:00
Jelle Meeus
a6f279ccfa
fix(Scripts/Zulaman): Halazzi double scheduling of lynx abilties in the first phase 1 ( #20708 )
...
double scheduling of enter lynx
2024-11-24 10:34:31 +01:00
Andrew
e15ca6ff51
fix(Scripts/ZulAman): Jan'alai eggs should not respawn during encounter ( #20664 )
2024-11-21 07:23:01 +01:00
Andrew
d5d6ce39af
fix(Scripts/ZulAman): Correct gate ids ( #20665 )
2024-11-21 07:22:33 +01:00
Dan
8c3c751221
refactor(Scripts/MagistersTerrace): Felblood Kael'thas ( #20642 )
...
* Felblood kael (#14 )
* init
* initial ready version
* make scheduler repeatable and correct intro sequence
* some debug and OOC scheduler
* Update boss_felblood_kaelthas.cpp
* finale
* Update boss_felblood_kaelthas.cpp
* Update boss_felblood_kaelthas.cpp
* Update boss_felblood_kaelthas.cpp
* Update boss_felblood_kaelthas.cpp
* simplify target selection
2024-11-20 23:19:03 +01:00
Andrew
bda74c14b8
fix(Scripts/ZulAman): Hexlord: missing update to last commit ( #20663 )
...
* fix(Scripts/ZulAman): Hexlord: missing update to last commit
* Update boss_hexlord.cpp
2024-11-20 22:33:19 +01:00
Andrew
57f9cecbd9
fix(Scripts/ZulAman): Fix Narolakk Mangle timer and Bear phase not la… ( #20648 )
...
* fix(Scripts/ZulAman): Fix Narolakk Mangle timer and Bear phase not lasting for full duration
* Update boss_nalorakk.cpp
* Update boss_nalorakk.cpp
2024-11-20 22:29:07 +01:00
Andrew
62a5529fcf
fix(Scripts/ZulAman): Fix Halazzi lynx not moving on spawn ( #20649 )
2024-11-20 22:28:16 +01:00
Andrew
4aca845fab
fix(Scripts/ZulAman): Remove Zul'jin Electrical Storm on phase change ( #20651 )
2024-11-20 22:27:53 +01:00
Andrew
aa847d110a
fix(Scripts/ZulAman): Fix Malacrass not casting correct class abilities ( #20653 )
...
* fix(Scripts/ZulAman): Fix Malacrass not casting correct class abilities
* Update boss_hexlord.cpp
2024-11-20 22:27:35 +01:00
Andrew
5561445de4
fix(Scripts/ZulAman): Fix Janalai Enrage/Berserk behaviour ( #20662 )
...
* fix(Scripts/ZulAman): Fix Janalai Enrage/Berserk behaviour
* Update boss_janalai.cpp
2024-11-20 22:26:45 +01:00