Commit Graph

1572 Commits

Author SHA1 Message Date
Shauren
970a274be1 Scripts/Spells: Fixed Entangling Roots periodic damage
Closes #28752

Co-authored-by: ModoX <moardox@gmail.com>
2023-07-22 00:18:05 +02:00
Teleqraph
88ff97c1f9 Core/Units: Added helper functions to modify UNIT_FLAG_UNINTERACTIBLE (#29159)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-07-20 19:09:27 +02:00
Meji
889e88ab80 Core/Spells: Fixed target radius logic in spell effects for TargetB (#29158) 2023-07-20 10:10:18 +02:00
Shauren
d949f86e28 Scripts/Spells: Allow using templated spell script with multiple template arguments in RegisterSpellScriptWithArgs
* Also fixed some script conversion issues
2023-07-19 13:44:18 +02:00
Aqua Deus
001ac7aa5b Scripts/Spells: Implement Ysera's Gift (#29148) 2023-07-16 15:17:16 +02:00
Aqua Deus
17252534a1 Scripts/Spells: Update prismatic barrier script (#29147) 2023-07-16 13:42:03 +02:00
Aqua Deus
e66f2ada53 Scripts/Druid: Implemented Shooting Stars (#29125) 2023-07-13 19:24:08 +02:00
Shauren
008c15ab6b Scripts/Spells: Removed unneccessary code from Burning Rush script 2023-07-13 16:04:58 +02:00
Aqua Deus
9ad227f075 Scripts/Warlock: Implemented Burning Rush (#29117) 2023-07-13 13:50:50 +02:00
Aqua Deus
4aaf82539c Scripts/Warlock: Implemented Dark Pact (#29118) 2023-07-13 13:38:44 +02:00
Aqua Deus
430012f4b5 Scripts/Spells: Updated lava burst script, rank 2 not needed anymore (#29120) 2023-07-04 13:34:39 +02:00
Teleqraph
6a3c98ac31 Scripts/Priest: Implement Trail of Light (#29096) 2023-07-01 04:23:59 +02:00
Aqua Deus
083ef35acc Scripts/Spells: Implement Deeply Rooted Elements (#29111)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-06-30 19:34:58 +02:00
ModoX
a983db9457 Scripts/Shaman: Fixed double dipping of Ascendance (Restoration) initial heal 2023-06-28 01:29:25 +02:00
ModoX
55e31c656b Misc: Fix codestyle 2023-06-27 23:28:33 +02:00
Aqua Deus
27005299dc Scripts/Shaman: Implemented Ascendance (Restoration) (#29097)
Co-authored-by: ModoX <moardox@gmail.com>
2023-06-27 23:25:19 +02:00
Shauren
07d6eb3a57 Scripts/Spells: Fixed remaining spells with SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute 2023-06-27 22:22:16 +02:00
Naddley
acb7e72470 Scripts/Hunter: Implement Rapid Fire (#29099) 2023-06-27 20:57:41 +02:00
Aqua Deus
3d0831e80a Scripts/DK: Fix Death Pact heal absorb amount (#29100) 2023-06-27 20:29:18 +02:00
Shauren
a03455acbb Core/AreaTriggers: Add Spell* argument to AreaTriggerAI::OnCreate script 2023-06-24 20:10:14 +02:00
Aqua Deus
76a84fcc86 Scripts/Evoker: Implemented Pyre (Red) (#29093) 2023-06-24 04:48:16 +02:00
Naddley
ad0007783b Scripts/DK: Fix Festering Strike (#29084) 2023-06-20 22:35:24 +02:00
Shauren
0fb8765a66 Core/Items: Item bonus generation improvements
* Pass ItemContext to item creation wherever possible
* Support scaling item levels with m+ keystone levels (not used currently)
* Fixed item link validation when client sends it as default uninitialized bonus list with context only
* Support scaling items depending on current active season (seasons not implemented)
* Implemented content tuning redirection
2023-06-17 16:29:59 +02:00
Shauren
c484530b0c Core/Spells: Added enum flag operators to TriggerCastFlags to prevent accidentally using CastSpellExtraArgs(bool) constructor when CastSpellExtraArgs(TriggerCastFlags) was intended 2023-06-09 00:33:35 +02:00
Teleqraph
7d15ec0de8 Scripts/Spells: Implement Empowered Renew (#29036) 2023-06-04 16:29:36 +02:00
Teleqraph
cd10bf5052 Scripts/Spells: Implement Healing Chorus (#29038)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-06-04 00:40:33 +02:00
Shauren
622eed752b Scripts/Spells: Converted remaining spell scripts to use ValidateSpellEffect 2023-06-03 23:17:28 +02:00
Teleqraph
277497fdf1 Scripts/Spells: Implement Holy Mending (#29031) 2023-06-03 19:06:40 +02:00
Teleqraph
692c26a15e Scripts/Spells: Implement Say Your Prayers (#29028) 2023-05-31 19:10:38 +02:00
Shauren
f8a6a9b017 Scripts/Spells: Added spell effect validation helper 2023-05-30 19:34:19 +02:00
Meji
06d0b16f15 Core/Creatures: Move creature difficulty specific data from creature_template table to creature_template_difficulty (#28931) 2023-05-29 00:01:23 +02:00
Shauren
092119058b Scripts/Spells: Added proc requirements to a few auras that have SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute 2023-05-24 22:10:04 +02:00
ModoX
ae9ec38345 Scripts/Warrior: Fix nopch build 2023-05-21 14:29:40 +02:00
SargeroDeV
f0aa85c99e Spells/Scripts: Implement Critical Thinking (#29005) 2023-05-21 13:27:02 +02:00
Jeremy
f8f1c3b4f0 Core/Areas: Update AreaFlags from EnumeratedStings values (#29008) 2023-05-19 20:11:31 +02:00
SargeroDeV
48820532e4 Scripts/Warrior: Implement Shield Block (#29004) 2023-05-18 22:43:35 +02:00
SargeroDeV
e943c695f2 Scripts/Warrior: Implement Warbreaker and In For The Kill (#28994) 2023-05-18 22:27:37 +02:00
SargeroDeV
94b7a863ef Scripts/Warrior: Implement Brutal Vitality (#28987) 2023-05-18 14:01:32 +02:00
SargeroDeV
807c3555b5 Scripts/Warrior: Implement Shield Charge (#28974) 2023-05-15 08:32:49 +02:00
Shauren
8a91448f28 Scripts/Spells: Fixed uninitialized variable in d64f7c332e 2023-05-14 19:36:06 +02:00
Shauren
b42477f6b4 Warning fix 2023-05-14 19:35:26 +02:00
ModoX
d64f7c332e Scripts/Warrior: Implemented Fueled by Violence
Closes #28976

Co-authored-by: SargeroDeV <83485584+SargeroDeV@users.noreply.github.com>
2023-05-14 18:35:02 +02:00
Jeremy
205aba1ff3 Core/Battlegrounds: Moved AreaSpiritHealer resurrection handling to respective npc flags (#28508)
* UNIT_NPC_FLAG_AREA_SPIRIT_HEALER
* UNIT_NPC_FLAG_2_AREA_SPIRIT_HEALER_INDIVIDUAL
2023-05-09 05:20:35 +02:00
Teleqraph
4fb5737e3d Scripts/Spells: Implement Painful Punishment (#28928) 2023-05-07 19:37:16 +02:00
Teleqraph
6ef501b278 Scripts/Spells: Implement Purge the Wicked (#28926) 2023-05-07 18:54:26 +02:00
Teleqraph
b53de1eb4b Scripts/Spells: Implement Dark Reprimand (#28925)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-05-07 17:52:48 +02:00
Teleqraph
23f42e09ec Scripts/Spells: Update Halo (#28924)
* Update Halo's trigger spells to properly support both Halo for Shadow and Holy/Discipline specs. It also offers support during Shadow Covenant aura for Discipline since it uses SPELL_AURA_OVERRIDE_ACTIONBAR_SPELLS to override the spells cast.
2023-05-07 16:43:56 +02:00
Shauren
9740219850 Scripts/Spells: Added proc requirements to a few auras that have SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute 2023-05-02 17:19:51 +02:00
Shauren
f9a4104b06 Scripts/Spells: Use scaled level for taming requirements 2023-04-24 18:12:43 +02:00
Shauren
fe38437e67 Scripts/Spells: Added proc requirements to a few auras that have SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute 2023-04-23 23:50:34 +02:00