aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells
AgeCommit message (Collapse)Author
4 daysCore/Auras: Implement SPELL_AURA_MOD_HONOR_GAIN_PCT (SPELL_AURA_491) (#31287)Aqua Deus
5 daysCore/Auras: Corrected SPELL_AURA_MOD_HONOR_GAIN_PCT implementation - it ↵Shauren
should only increase honor gains from some sources
5 daysCore/Auras: Implement SPELL_AURA_INTERFERE_ALL_TARGETING (SPELL_AURA_486) ↵Aqua Deus
(#31286)
10 daysCore/Spells: Allow spell scripts to access other scripts attached to a spellShauren
2025-09-12Scripts/Drustvar: Implement Timbered Strand shoot Wickerman event (#31170)Naddley
Co-authored-by: ModoX <moardox@gmail.com>
2025-09-10Core/Spells: Don't set CAST_FLAG_PENDING for spells that have OriginalCastID ↵Shauren
set but no triggered flag * Fixes cast bar and model animations
2025-09-06Core/Spells: Implemented setting spell to cast on arrival from ↵Traesh
SPELL_EFFECT_JUMP_CHARGE in database (#30210)
2025-09-06Core/Spells: Simplify SortTargetsWithPriorityRulesShauren
* Remove manul weight assignment * Removed std::vector alloc
2025-09-06Core/Spells: Add a helper function to sort spell targets based on custom ↵Telegrill
scripted sorting rules
2025-08-31Scripts/TheJadeForest: Implement quest "Touching Ground" (31766) (#31122)Meji
2025-08-29Core/Spells: Support spells that have both charge recovery and separate cooldownShauren
2025-08-16Scripts/Spells: Refactor spell script internals to fix ↵Shauren
-Wcast-function-type-mismatch warning
2025-08-13Core: Updated to 11.2.0Shauren
2025-07-30Core/Quests: Fixed QuestScript::OnQuestStatusChange incorrectly triggering ↵Shauren
with QUEST_STATUS_INCOMPLETE when removing items from quest objectives on rewarding quest Closes #31181
2025-07-26Core/Auras: Check min power instead of 0 for SPELL_AURA_OBS_MOD_POWERShauren
2025-07-26Core/Spells: Allow negative values for SPELL_AURA_OBS_MOD_POWERModoX
2025-07-19Scripts/Spells: Implement Improved Whirlwind & Whirlwind target cap (#31064)Jeremy
2025-07-12Core/DataStores: Reduce the number of string copies when loading db2 hotfixesShauren
2025-07-12Scripts/Spells: Implement mage talent Flame Patch (#31096)Aqua Deus
2025-07-09Core/Spells: Fixed Revive Pet not being usable if pet corpse is still in worldShauren
2025-07-08Core/Spells: Fix group member classification in SelectRandomInjuredTargetsShauren
2025-07-04Core/Objects: Add missing grid workersShauren
2025-06-29Scripts/Spells: Implement mage talent Meteor (#31094)Aqua Deus
2025-06-29Scripts/Spells Fix mage talent Flamestrike target cap (#31095)Aqua Deus
2025-06-29Core/Objects: Added grid searchers for SceneObject and ConversationShauren
2025-06-29Scripts: Fixed possible crashes caused by passing nullptr to ↵Shauren
Trinity::WorldObjectListSearcher constructor
2025-06-28Scripts/BlackRookHold: Implement Amalgam of Souls encounter (#31025)Aqua Deus
2025-06-28Core/Spells: Change target type for spell Summon Faol in Tirisfal (#31107)Naddley
2025-06-27Core/Players: Implemented PlayerDataElementAccount, ↵Shauren
PlayerDataElementCharacter, PlayerDataFlagAccount and PlayerDataFlagCharacter
2025-06-24Core/Misc: Use new Field::Get*OrNull where possibleShauren
2025-06-15Scripts/WanderingIsle: Implement quest 29420 (The Spirit's Guardian) (#30467)Aqua Deus
2025-06-14Core/Players: Fixed traits not updating aura values when changing rankShauren
2025-06-13Core/Scripts: Mark script base class constructors noexceptShauren
2025-06-13Core/Misc: Remove a bunch of code from headersShauren
2025-06-12Scripts/Spells: Implement monk talent Keg Smash target limit (#31048)Aqua Deus
2025-06-09Scripts/Spells: Fix Odyn's Fury target cap & Titanic Rage talent (#31043)Jeremy
2025-06-08Core/Spells: Allow removing weapon damage effects by preventing target ↵Shauren
selection in scripts
2025-06-06Scripts/Spells: Fix target limit of monk talents Revival/Restoral (#31032)Aqua Deus
2025-06-06Core/Spells: Fixed applying glyphs without exclusive categoryShauren
2025-06-01Core/Spells: Don't set TARGET_FLAG_DEST_LOCATION for cone targetsShauren
2025-05-30Core/Scripts: Allow accessing removed spell HitAura in scriptsShauren
2025-05-25Core/Auras: Implement PROC_FLAG_2_SUCCESSFUL_DISPEL (#30953)Aqua Deus
2025-05-19Core/Position: Remove Position implicit object slicingShauren
2025-05-19Core/Misc: Silence some statis analysis false positive warningsShauren
2025-05-17Core/PacketIO: Implemented CMSG_UPDATE_SPELL_VISUALShauren
2025-05-17Core/Auras: Initialize aura spell visual from spell that created it instead ↵Shauren
of recalculating it
2025-05-17Core/Spells: Expose spell channel duration to scriptsShauren
2025-05-16Scripts/TheJadeForest: Implement quest "Paint it Red!" (31765) (#30884)Meji
2025-05-11Core/Misc: Added new CanSeeOrDetectExtraArgs to CanSeeOrDetect (#30882)Meji
2025-05-06Core/Spells: Implemented new SpellMisc field, MinDuration that controls ↵Shauren
minimum spell missile travel time