Commit Graph

1598 Commits

Author SHA1 Message Date
Shauren
d01e7a0d2f Scripts/Spells: Moved creature script to spell script 2023-08-20 12:26:29 +02:00
Teleqraph
f1c51e2a8d Scripts/Spells: Implement Efflorescence and Spirit Blossoms (#29176)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-08-19 20:09:52 +02:00
Teleqraph
2101c1079f Scripts/Spells: Update Wild Growth (#29173) 2023-08-19 15:34:53 +02:00
Shauren
9e1b97900e Core/Auras: Minor optimization for Unit object creation with msvc (not allocating a list end sentinel node for all of the 500 lists stored in Unit for each aura type) 2023-08-18 18:23:29 +02:00
Teleqraph
0b70e7d2dc Scripts/Spells: Implement Germination and Luxuriant Soil (#29178)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-08-14 00:38:23 +02:00
Teleqraph
3c0dcfc2c6 Scripts/Spells: Unify major healing cooldown CDs modifiers for all classes (#29174) 2023-08-13 19:21:28 +02:00
Shauren
e7ad2661d1 Scripts/Spells: Fixed Dark Reprimand not triggering 2023-08-11 21:17:08 +02:00
Teleqraph
8161bce524 Scripts/Spells: Implement Atonement (Passive, pet), Power Leech (Passive, pet) and Essence Devourer (#29170) 2023-08-11 10:59:39 +02:00
Teleqraph
fa9ffc9121 Scripts/Spells: Implement Epiphany and update Prayer of Mending's related talents (#29169) 2023-08-10 22:49:19 +02:00
Teleqraph
6e42596374 Scripts/Spells: Implement Divine Image (#29034)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-08-10 11:00:06 +02:00
Shauren
1dd4b38170 Core/Creatures: std::chrono-ify TempSummon 2023-08-09 11:37:17 +02:00
Shauren
98007f859b Core/Misc: Turn ChrSpecialization into enum class 2023-08-07 00:05:36 +02:00
Nyr
d2784d4c65 Core/Misc: Move TalentSpecialization together with other db2 enums and rename it to ChrSpecialization 2023-08-07 00:05:36 +02:00
Shauren
054723241e Core/Misc: Reduce number of player spec hardcoded checks 2023-08-07 00:05:36 +02:00
Teleqraph
e71b2f62c1 Scripts/Spells: Implement Answered Prayers (#29030) 2023-08-06 19:21:04 +02:00
Teleqraph
2f6ab2b510 Scripts/Spells: Implement druid talents Abundance and Cultivation (#29177) 2023-08-04 00:49:37 +02:00
MaddyCrowle
ae17975dd1 Scripts/Spells: Update Rupture, Eviscerate and Envenom scripts (#29172) 2023-08-03 15:23:45 +02:00
Shauren
8594fcfe8a Scripts/Spells: Converted some damage calculating scripts to use new hooks as examples 2023-08-02 00:12:16 +02:00
Shauren
197d4369c8 Core/Spells: Removed old combo point code leftovers 2023-07-31 11:55:00 +02:00
Aqua Deus
8f897da9f3 Scripts/Spells: Implement Incarnation: Tree of Life talent (#29168) 2023-07-29 19:07:37 +02:00
Shauren
46b67ec205 Core/Scripts: Fixed unsafe function pointer type casting in spell scripts 2023-07-27 19:37:57 +02:00
Aqua Deus
fb7bf0bfec Scripts/Spells: Implement Devastator talent (#29164) 2023-07-26 01:07:43 +02:00
Aqua Deus
47d4fa0985 Scripts/Spells: Implemented Flurry (#29145) 2023-07-24 21:11:06 +02:00
Shauren
2e7e49b749 Scripts/Spells: Removed unneccessary PrepareSpellScript and PrepareAuraScript uses 2023-07-24 10:48:50 +02:00
Aqua Deus
3be66cee26 Scripts/Spells: Implement Shield of Vengeance (#29106) 2023-07-22 21:40:28 +02:00
Teleqraph
c2ef93fc7d Scripts/Spells: Implement Benediction, Divine Service, and Focused Mending (#29027) 2023-07-22 19:38:34 +02:00
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