Commit Graph

283 Commits

Author SHA1 Message Date
Cristian Vintila 1f1c859a47 Scripts/Spells: Implement priest talent Divinity (#31470) 2026-01-05 00:02:19 +01:00
Cristian Vintila 43267a24c3 Scripts/Spells: Implement priest talent Eternal Sanctity (#31469) 2026-01-03 23:57:36 +01:00
Cristian Vintila 1eaf7c6595 Scripts/Spells: Implement priest talent Harsh Discipline (#31468) 2026-01-03 21:39:06 +01:00
Shauren a80e33a674 Core/Spells: Move periodic tick count calculation from SpellInfo to SpellEffectInfo 2026-01-03 12:18:49 +01:00
Cristian Vintila 91d02c0443 Scripts/Spells: Implement priest talent Lasting Words (#31461) 2026-01-02 19:58:01 +01:00
Cristian Vintila 01e0fd931b Scripts/Spells: Implemented priest talent Prayerful Litany (#31458) 2026-01-02 00:11:29 +01:00
Cristian Vintila b2596bd42c Scripts/Spells: Implement priest talent Voice of Harmony (#31457) 2026-01-01 19:52:55 +01:00
Cristian Vintila 48992393c8 Scripts/Spells: Implement priest talent Burning Vehemence (#31456) 2026-01-01 19:10:12 +01:00
Cristian Vintila d905ac7d82 Scripts/Spells: Fix Holy Word: Chastise incapacitate/stun (#31455) 2026-01-01 18:50:51 +01:00
Cristian Vintila 11f56a8a37 Scripts/Spells: Implement priest talent Binding Heals (#31452) 2025-12-30 23:35:07 +01:00
Cristian Vintila e8d4837aba Scripts/Spells: Implement Entropic Rift (#31447) 2025-12-30 21:59:51 +01:00
Cristian Vintila 9a5df19878 Scripts/Spells: Implement priest talent Protector of the Frail (#31451) 2025-12-23 00:10:46 +01:00
Cristian Vintila bfb06b771f Scripts/Spells: Implement priest talent Angelic Bulwark (#31450) 2025-12-22 22:12:31 +01:00
Cristian Vintila 047867612b Scripts/Spells: Add TRIGGERED_IGNORE_SHAPESHIFT to Shadow Covenant script (#31449) 2025-12-22 18:11:42 +01:00
Cristian Vintila a4bbb61970 Scripts/Spells: Implement priest talent Expiation (#31448) 2025-12-22 00:41:39 +01:00
Cristian Vintila d22dae08aa Scripts/Spells: Implement priest talent Ultimate Penitence (#31444)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2025-12-21 23:32:12 +01:00
Cristian Vintila 3cc3bee57b Scripts/Spells: Implement Holy Priest talent Dispersing Light (#31439) 2025-12-20 23:12:08 +01:00
Cristian Vintila 4d96ca6905 Scripts/Spells: Update Empowered Renew script to new version of the spell (#31422) 2025-12-18 23:35:13 +01:00
Cristian Vintila 0cd789bbb5 Scripts/Spells: Implemented priest talent Divine Procession (#31419) 2025-12-17 23:54:28 +01:00
Cristian Vintila 7d9392e6a3 Scripts/Spells: Fix priest talent Twilight Equilibrium (#31418)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2025-12-17 22:37:10 +01:00
Cristian Vintila fe3b54c17e Scripts/Spells: Power Word: Shield cleanup (#31411) 2025-12-03 19:08:19 +01:00
Shauren 7c5edfcdda Core/Position: Change Position<->G3D::Vector3 conversion functions to be lambdas 2025-11-09 21:30:32 +01:00
Shauren 81a1a55851 Scripts/Spells: Update priest pvp talent Trinity 2025-10-24 15:48:38 +02:00
Cristian Vintila 13c0dbd629 Scripts/Spells: Removed outdated part of Atonement script 2025-10-24 14:58:28 +02:00
Cristian Vintila 2ddec61a7b Scripts/Spells: Update Power Word: Shield script (#31400) 2025-10-24 11:20:35 +02:00
Shauren 73a32a5757 Scripts/Spells: Fix crash in spell_pri_assured_safety 2025-10-15 15:44:21 +02:00
Meji 1085b3f433 Core/AreaTriggers: Implement AreaTriggerActionSetFlag::DontRunOnLeaveWhenExpiring (#31276) 2025-09-22 21:56:04 +02:00
Shauren 03d072da46 Core/Spells: Simplify SortTargetsWithPriorityRules
* Remove manul weight assignment
* Removed std::vector alloc
2025-09-06 13:19:38 +02:00
Telegrill 2e3f3fda3f Core/Spells: Add a helper function to sort spell targets based on custom scripted sorting rules 2025-09-06 13:19:38 +02:00
Shauren de80c713d0 Scripts/Spells: Refactor spell script internals to fix -Wcast-function-type-mismatch warning 2025-08-16 15:31:10 +02:00
Teleqraph 2c4d9ac977 Scripts/Spells: Update priets talent Shadow Covenant (#30571) 2025-01-15 11:52:03 +01:00
Teleqraph 1366ab9445 Scripts/Spells: Implemented priest talent Assured Safety (#30572) 2025-01-14 13:28:17 +01:00
Shauren 069771e22e Core/AreaTriggers: Replace fixed movement times in database for areatriggers with speed 2025-01-10 21:22:28 +01:00
Teleqraph cc31fe491f Scripts/Spells: Mark priest spell script functoins const/static (#30569) 2025-01-05 12:49:28 +01:00
Teleqraph 515d727ac9 Scripts/Priest: Update Sins of the Many damage diminishing (#30570) 2025-01-04 08:18:33 +01:00
Shauren 151a50d2aa Core/Spells: Split TRIGGERED_IGNORE_POWER_AND_REAGENT_COST into separate POWER and REAGENT flags 2024-12-31 20:14:01 +01:00
Shauren 884662a75a Core/Scripts: Added SpellEffectInfo argument to CalcDamage and CalcHealing spell script hooks 2024-12-21 00:40:08 +01:00
Shauren 33507e0107 Scripts/Spells: Update Shadow Word: Death script and define new spell effect attribute related to one of its effects 2024-09-19 15:03:15 +02:00
Mematoru 1b894be433 Scripts/Spells: Implemented Priest talent Shadow Word: Death (#30069)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-07-19 19:16:47 +02:00
Shauren a885a1fc3c Core/Spells: Implemented new trigger flag to cause spells to be instant without also causing other behavior of TRIGGERED_CAST_DIRECTLY (skipping SMSG_SPELL_START, skipping starting GCD) 2024-06-25 00:21:27 +02:00
Mematoru c7149492d3 Scripts/Spells: Implemented Priest talent Sanctuary (#29727)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-05-30 19:16:36 +02:00
Mematoru 8daa3f735d Scripts/Spells: Implemented Priest talent Unfurling Darkness (#29885)
Co-authored-by: Cristian Vintila <127750549+cristiv23@users.noreply.github.com>
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-04-08 00:41:03 +02:00
Mematoru 79928707f8 Scripts/Spells: Implemented Shadow Priest talent Mind Devourer (#29895) 2024-04-07 19:57:11 +02:00
Shauren a83d4491f8 Scripts/Spells: Fix Whispering Shadows target selection logic if there are less than 8 units hit that don't have Vampiric Touch on them 2024-03-25 11:36:02 +01:00
Mematoru23 834c6b8577 Scripts/Spells: Implemented Priest talent Whispering Shadows (#29776)
Co-authored-by: Cristian Vintila <127750549+cristiv23@users.noreply.github.com>
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-03-25 00:32:04 +01:00
Aqua Deus 41055c7a32 Scripts/Spells: Fix rhapsody talent (#29804)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-03-18 22:54:21 +01:00
Shauren 0c76618b19 Core/Auras: Implemented SpellEffectAttributes::AuraPointsStack 2024-02-26 00:03:02 +01:00
Aqua Deus cf026aa627 Scripts/Spells: Update Vampiric touch script implementing the talent Misery and the dispel fleeing (#29743) 2024-02-24 16:35:42 +01:00
Mematoru23 89438607ae Scripts/Spells: Implemented Priest talent Pain Transformation (#29720) 2024-02-22 21:43:47 +01:00
Mematoru23 99bce5be73 Scripts/Spells: Implemented Priest talent Indemnity (#29669) 2024-02-11 15:21:53 +01:00