Aqua Deus
afa16f4fda
Scripts/Spells: Implement druid talent New Moon ( #30136 )
2024-08-19 22:32:52 +02:00
Aqua Deus
296f7a8cf1
Scripts/Spells: Implement druid talent Celestial Alignment ( #30134 )
2024-08-19 18:49:56 +02:00
Aqua Deus
e9aafeff9c
Scripts/Spells: Implement druid talent Astral Smolder ( #30133 )
2024-08-19 16:05:55 +02:00
Aqua Deus
342bb55c5e
Scripts/Spells: Implement druid talent Stellar Flare ( #30131 )
2024-08-19 12:23:16 +02:00
Teleqraph
3cce2dad8b
Scripts/Spells: Fix validation of spells in spell_druid ( #29217 )
2023-08-27 20:16:00 +02:00
Teleqraph
119200b745
Scripts/Spells: Implement druid talent Inner Peace ( #29186 )
2023-08-20 19:29:01 +02:00
Teleqraph
30d304298c
Scripts/Spells: Implement druid talent Embrace of the Dream ( #29185 )
2023-08-20 19:07:47 +02:00
Teleqraph
ba944151bd
Scripts/Spells: Implement druid talent Power of the Archdruid ( #29184 )
2023-08-20 16:21:27 +02:00
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
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
Shauren
98007f859b
Core/Misc: Turn ChrSpecialization into enum class
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
2f6ab2b510
Scripts/Spells: Implement druid talents Abundance and Cultivation ( #29177 )
2023-08-04 00:49:37 +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
2e7e49b749
Scripts/Spells: Removed unneccessary PrepareSpellScript and PrepareAuraScript uses
2023-07-24 10:48:50 +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
Aqua Deus
001ac7aa5b
Scripts/Spells: Implement Ysera's Gift ( #29148 )
2023-07-16 15:17:16 +02:00
Aqua Deus
e66f2ada53
Scripts/Druid: Implemented Shooting Stars ( #29125 )
2023-07-13 19:24:08 +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
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
Shauren
f8a6a9b017
Scripts/Spells: Added spell effect validation helper
2023-05-30 19:34:19 +02:00
Aqua Deus
56ef6c06eb
Core/Spells: Fix glyph of stars (druid) ( #28258 )
2022-09-19 20:07:00 +02:00
Aqua Deus
756f928758
Scripts/Spells: Fix lifebloom final heal and update some druid spell scripts ( #28028 )
2022-06-16 15:47:22 +02:00
Aqua Deus
16c70f2dd5
Scripts/Spells: Fix druid talent Lunar Inspiration ( #28027 )
2022-06-16 12:32:40 +02:00
Aqua Deus
cac5b22f45
Scripts/Spells: Update and fix Druid Survival Instincts script ( #27969 )
2022-06-08 15:52:33 +02:00
Aqua Deus
aff4f87569
Scripts/Spells: Update and fix Innervate ( #27814 )
...
Co-authored-by: Shauren <shauren.trinity@gmail.com >
2022-04-18 20:49:48 +02:00
Aqua Deus
8fe7748f30
Scripts/Spells: Delete obsolete druid spell scripts ( #27813 )
2022-02-26 23:12:28 +01:00
Shauren
439b027d48
Core/Misc: Cleanup unused includes
2022-02-13 15:07:00 +01:00
Shauren
0a1acb9c05
Scripts/Spells: Replace RegisterAuraScript with RegisterSpellScript and remove it
...
(cherry picked from commit 7d4fbf706a )
2022-02-04 00:27:10 +01:00
Sorikoff
374db51bae
Scripts/Spells: Code style adjustments for druid scripts ( #23725 )
...
(cherry picked from commit 63bbf4a4be )
2021-12-18 21:14:53 +01:00
Sorikoff
568e60ef51
Scripts/Spells: Port druid scripts to new script registration syntax (2 of 3) ( #23696 )
...
* Scripts/Spells: Port Druid Scripts to New Script Registration
* Revert
* Revert 2
* Revert 3
* Revert 4
(cherry picked from commit 9a8a01925a )
2021-12-18 21:11:58 +01:00
Sorikoff
6cf301d4f6
Scripts/Spells: Port druid scripts to new script registration syntax (3 of 3) ( #23714 )
...
(cherry picked from commit f7793e7800 )
2021-12-18 20:42:13 +01:00
Sorikoff
26f0c1182a
Scripts/Spells: Port Part of Druid Scripts to New Script Registration ( #23691 )
...
(cherry picked from commit 996d4f7cc4 )
2021-12-18 19:11:34 +01:00
Keader
4b3e6b9998
Scripts/Spells: Fixed a console error inspell_dru_lifebloom
...
Closes #23192
(cherry picked from commit 961bc9d829 )
2021-12-02 00:37:00 +01:00
ccrs
a8ec1ba9bc
Core/Unit: rename & cleanup GetCreatePowers
...
it hurted my eyes too much
(cherry picked from commit 954fd2639a )
2021-11-21 19:28:17 +01:00
Shauren
ba4fa060d7
Core/Auras: Implemented SPELL_AURA_ADD_PCT_MODIFIER_BY_SPELL_LABEL and SPELL_AURA_ADD_FLAT_MODIFIER_BY_SPELL_LABEL
2021-10-16 22:05:02 +02:00
Shauren
3af9be830d
Core/Spells: Removed CastSpellExtraArgs constructors accepting ObjectGuid, they would become ambiguous with future changes
2021-10-03 14:58:35 +02:00
DanVS
71e27f540d
Core/Spells: Reset Mangle cooldown in Berserk ( #22000 )
...
(cherry picked from commit 3bd9337d9f )
2021-09-28 15:26:42 +02:00
Shauren
453b59de57
Core/Maps: Adjusted logic in GetFullTerrainStatusForPosition to closer match what the client does regarding being inside WMOs
...
Closes #21625
Closes #21624
Closes #21516
(cherry picked from commit b9c6bbb51d )
2021-09-25 01:04:21 +02:00
ariel-
9fa95b4b57
Core/Spells: Fix periodic rolling adding bonuses twice
...
Calculation is now done in CalculateAmount
(cherry picked from commit 93eda20d5c )
2021-09-04 22:52:31 +02:00
Shauren
8a4e1119ac
Core/Spells: Unify spell effect access api in both branches
2021-09-04 15:13:15 +02:00
ariel-
bb7869b31f
Core/Scripts: fix some spells double dipping from done/taken bonuses
...
Closes #21007
(cherry picked from commit ab3307fc23 )
2021-06-16 11:22:10 +02:00
ariel-
5fbddef85f
Core/Spell: SpellValueOverrides encapsulation
...
- No sense to let scripts use SpellValueOverrides, we already have modifiers in CastSpellExtraArgs struct
(cherry picked from commit 3b01cccd7e )
2021-06-14 00:19:50 +02:00
Treeston
9b141207d1
[3.3.5] CastSpell unclusterfucking (that's a word now) ( #21123 )
...
Core/Spell: The giant CastSpell unclusterfucking (that's a word now) of this generation.
- CastSpell now always takes three arguments - target, spellId, and a struct containing extra arguments
- This struct (CastSpellExtraArgs, see SpellDefines.h) serves as a conglomerate of every previous combination of the 20 billion different CastSpell overloads, all merged into one
- It has some great utility constructors - check them out! All of these can be used to implicitly construct the ExtraArgs object.
- A gajillion refactors to make everything behave the way it always has
(cherry picked from commit d507a7e338 )
2021-04-16 15:22:42 +02:00
Matan Shukry
cf3ea20825
Core/Spells: Fixed multiple druid's spells ( #26223 )
...
* Tooth And Claw proc correctly (was incorrect attribute)
* Tiger Dash will now transform to cat
* Travelform doesn't require learning riding skill
* Aquatic Form only useable if player has the spell (passive at level 17)
* Doesn't allow stag form inside water
* Bristling Fur will generate rage based on max rage
* Now also removing prowl when cat form is removed
2021-04-11 21:16:41 +02:00
Matan Shukry
abaeb12ba3
Scripts/Spells: Implemented druid eclipse system ( #26090 )
2021-03-24 00:50:28 +01:00
Shauren
6585666e6e
Core/Spells: Define all spell modifier types and implement ProcCooldown mod and PeriodicHealingAndDamage for melee periodic damage
2021-03-15 21:03:06 +01:00