[9037] Cleanups in spellmode apply code.
[getmangos.git] / src / game / SpellAuras.cpp
blob77ade4ca6ddbac2c971b33918d9a8d3efcce7431
1 /*
2 * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 #include "Common.h"
20 #include "Database/DatabaseEnv.h"
21 #include "WorldPacket.h"
22 #include "WorldSession.h"
23 #include "Opcodes.h"
24 #include "Log.h"
25 #include "UpdateMask.h"
26 #include "World.h"
27 #include "ObjectMgr.h"
28 #include "SpellMgr.h"
29 #include "Player.h"
30 #include "Unit.h"
31 #include "Spell.h"
32 #include "DynamicObject.h"
33 #include "Group.h"
34 #include "UpdateData.h"
35 #include "ObjectAccessor.h"
36 #include "Policies/SingletonImp.h"
37 #include "Totem.h"
38 #include "Creature.h"
39 #include "Formulas.h"
40 #include "BattleGround.h"
41 #include "CreatureAI.h"
42 #include "ScriptCalls.h"
43 #include "Util.h"
44 #include "GridNotifiers.h"
45 #include "GridNotifiersImpl.h"
46 #include "Vehicle.h"
47 #include "CellImpl.h"
49 #define NULL_AURA_SLOT 0xFF
51 pAuraHandler AuraHandler[TOTAL_AURAS]=
53 &Aura::HandleNULL, // 0 SPELL_AURA_NONE
54 &Aura::HandleBindSight, // 1 SPELL_AURA_BIND_SIGHT
55 &Aura::HandleModPossess, // 2 SPELL_AURA_MOD_POSSESS
56 &Aura::HandlePeriodicDamage, // 3 SPELL_AURA_PERIODIC_DAMAGE
57 &Aura::HandleAuraDummy, // 4 SPELL_AURA_DUMMY
58 &Aura::HandleModConfuse, // 5 SPELL_AURA_MOD_CONFUSE
59 &Aura::HandleModCharm, // 6 SPELL_AURA_MOD_CHARM
60 &Aura::HandleModFear, // 7 SPELL_AURA_MOD_FEAR
61 &Aura::HandlePeriodicHeal, // 8 SPELL_AURA_PERIODIC_HEAL
62 &Aura::HandleModAttackSpeed, // 9 SPELL_AURA_MOD_ATTACKSPEED
63 &Aura::HandleModThreat, // 10 SPELL_AURA_MOD_THREAT
64 &Aura::HandleModTaunt, // 11 SPELL_AURA_MOD_TAUNT
65 &Aura::HandleAuraModStun, // 12 SPELL_AURA_MOD_STUN
66 &Aura::HandleModDamageDone, // 13 SPELL_AURA_MOD_DAMAGE_DONE
67 &Aura::HandleNoImmediateEffect, // 14 SPELL_AURA_MOD_DAMAGE_TAKEN implemented in Unit::MeleeDamageBonus and Unit::SpellBaseDamageBonusForVictim
68 &Aura::HandleNoImmediateEffect, // 15 SPELL_AURA_DAMAGE_SHIELD implemented in Unit::DealMeleeDamage
69 &Aura::HandleModStealth, // 16 SPELL_AURA_MOD_STEALTH
70 &Aura::HandleNoImmediateEffect, // 17 SPELL_AURA_MOD_STEALTH_DETECT implemented in Unit::isVisibleForOrDetect
71 &Aura::HandleInvisibility, // 18 SPELL_AURA_MOD_INVISIBILITY
72 &Aura::HandleInvisibilityDetect, // 19 SPELL_AURA_MOD_INVISIBILITY_DETECTION
73 &Aura::HandleAuraModTotalHealthPercentRegen, // 20 SPELL_AURA_OBS_MOD_HEALTH
74 &Aura::HandleAuraModTotalManaPercentRegen, // 21 SPELL_AURA_OBS_MOD_MANA
75 &Aura::HandleAuraModResistance, // 22 SPELL_AURA_MOD_RESISTANCE
76 &Aura::HandlePeriodicTriggerSpell, // 23 SPELL_AURA_PERIODIC_TRIGGER_SPELL
77 &Aura::HandlePeriodicEnergize, // 24 SPELL_AURA_PERIODIC_ENERGIZE
78 &Aura::HandleAuraModPacify, // 25 SPELL_AURA_MOD_PACIFY
79 &Aura::HandleAuraModRoot, // 26 SPELL_AURA_MOD_ROOT
80 &Aura::HandleAuraModSilence, // 27 SPELL_AURA_MOD_SILENCE
81 &Aura::HandleNoImmediateEffect, // 28 SPELL_AURA_REFLECT_SPELLS implement in Unit::SpellHitResult
82 &Aura::HandleAuraModStat, // 29 SPELL_AURA_MOD_STAT
83 &Aura::HandleAuraModSkill, // 30 SPELL_AURA_MOD_SKILL
84 &Aura::HandleAuraModIncreaseSpeed, // 31 SPELL_AURA_MOD_INCREASE_SPEED
85 &Aura::HandleAuraModIncreaseMountedSpeed, // 32 SPELL_AURA_MOD_INCREASE_MOUNTED_SPEED
86 &Aura::HandleAuraModDecreaseSpeed, // 33 SPELL_AURA_MOD_DECREASE_SPEED
87 &Aura::HandleAuraModIncreaseHealth, // 34 SPELL_AURA_MOD_INCREASE_HEALTH
88 &Aura::HandleAuraModIncreaseEnergy, // 35 SPELL_AURA_MOD_INCREASE_ENERGY
89 &Aura::HandleAuraModShapeshift, // 36 SPELL_AURA_MOD_SHAPESHIFT
90 &Aura::HandleAuraModEffectImmunity, // 37 SPELL_AURA_EFFECT_IMMUNITY
91 &Aura::HandleAuraModStateImmunity, // 38 SPELL_AURA_STATE_IMMUNITY
92 &Aura::HandleAuraModSchoolImmunity, // 39 SPELL_AURA_SCHOOL_IMMUNITY
93 &Aura::HandleAuraModDmgImmunity, // 40 SPELL_AURA_DAMAGE_IMMUNITY
94 &Aura::HandleAuraModDispelImmunity, // 41 SPELL_AURA_DISPEL_IMMUNITY
95 &Aura::HandleAuraProcTriggerSpell, // 42 SPELL_AURA_PROC_TRIGGER_SPELL implemented in Unit::ProcDamageAndSpellFor and Unit::HandleProcTriggerSpell
96 &Aura::HandleNoImmediateEffect, // 43 SPELL_AURA_PROC_TRIGGER_DAMAGE implemented in Unit::ProcDamageAndSpellFor
97 &Aura::HandleAuraTrackCreatures, // 44 SPELL_AURA_TRACK_CREATURES
98 &Aura::HandleAuraTrackResources, // 45 SPELL_AURA_TRACK_RESOURCES
99 &Aura::HandleUnused, // 46 SPELL_AURA_46 (used in test spells 54054 and 54058, and spell 48050) (3.0.8a-3.2.2a)
100 &Aura::HandleAuraModParryPercent, // 47 SPELL_AURA_MOD_PARRY_PERCENT
101 &Aura::HandleNULL, // 48 SPELL_AURA_48 spell Napalm (area damage spell with additional delayed damage effect)
102 &Aura::HandleAuraModDodgePercent, // 49 SPELL_AURA_MOD_DODGE_PERCENT
103 &Aura::HandleNoImmediateEffect, // 50 SPELL_AURA_MOD_CRITICAL_HEALING_AMOUNT implemented in Unit::SpellCriticalHealingBonus
104 &Aura::HandleAuraModBlockPercent, // 51 SPELL_AURA_MOD_BLOCK_PERCENT
105 &Aura::HandleAuraModCritPercent, // 52 SPELL_AURA_MOD_CRIT_PERCENT
106 &Aura::HandlePeriodicLeech, // 53 SPELL_AURA_PERIODIC_LEECH
107 &Aura::HandleModHitChance, // 54 SPELL_AURA_MOD_HIT_CHANCE
108 &Aura::HandleModSpellHitChance, // 55 SPELL_AURA_MOD_SPELL_HIT_CHANCE
109 &Aura::HandleAuraTransform, // 56 SPELL_AURA_TRANSFORM
110 &Aura::HandleModSpellCritChance, // 57 SPELL_AURA_MOD_SPELL_CRIT_CHANCE
111 &Aura::HandleAuraModIncreaseSwimSpeed, // 58 SPELL_AURA_MOD_INCREASE_SWIM_SPEED
112 &Aura::HandleNoImmediateEffect, // 59 SPELL_AURA_MOD_DAMAGE_DONE_CREATURE implemented in Unit::MeleeDamageBonus and Unit::SpellDamageBonus
113 &Aura::HandleAuraModPacifyAndSilence, // 60 SPELL_AURA_MOD_PACIFY_SILENCE
114 &Aura::HandleAuraModScale, // 61 SPELL_AURA_MOD_SCALE
115 &Aura::HandlePeriodicHealthFunnel, // 62 SPELL_AURA_PERIODIC_HEALTH_FUNNEL
116 &Aura::HandleUnused, // 63 unused (3.0.8a-3.2.2a) old SPELL_AURA_PERIODIC_MANA_FUNNEL
117 &Aura::HandlePeriodicManaLeech, // 64 SPELL_AURA_PERIODIC_MANA_LEECH
118 &Aura::HandleModCastingSpeed, // 65 SPELL_AURA_MOD_CASTING_SPEED_NOT_STACK
119 &Aura::HandleFeignDeath, // 66 SPELL_AURA_FEIGN_DEATH
120 &Aura::HandleAuraModDisarm, // 67 SPELL_AURA_MOD_DISARM
121 &Aura::HandleAuraModStalked, // 68 SPELL_AURA_MOD_STALKED
122 &Aura::HandleSchoolAbsorb, // 69 SPELL_AURA_SCHOOL_ABSORB implemented in Unit::CalcAbsorbResist
123 &Aura::HandleUnused, // 70 SPELL_AURA_EXTRA_ATTACKS Useless, used by only one spell 41560 that has only visual effect (3.2.2a)
124 &Aura::HandleModSpellCritChanceShool, // 71 SPELL_AURA_MOD_SPELL_CRIT_CHANCE_SCHOOL
125 &Aura::HandleModPowerCostPCT, // 72 SPELL_AURA_MOD_POWER_COST_SCHOOL_PCT
126 &Aura::HandleModPowerCost, // 73 SPELL_AURA_MOD_POWER_COST_SCHOOL
127 &Aura::HandleNoImmediateEffect, // 74 SPELL_AURA_REFLECT_SPELLS_SCHOOL implemented in Unit::SpellHitResult
128 &Aura::HandleNoImmediateEffect, // 75 SPELL_AURA_MOD_LANGUAGE implemented in WorldSession::HandleMessagechatOpcode
129 &Aura::HandleFarSight, // 76 SPELL_AURA_FAR_SIGHT
130 &Aura::HandleModMechanicImmunity, // 77 SPELL_AURA_MECHANIC_IMMUNITY
131 &Aura::HandleAuraMounted, // 78 SPELL_AURA_MOUNTED
132 &Aura::HandleModDamagePercentDone, // 79 SPELL_AURA_MOD_DAMAGE_PERCENT_DONE
133 &Aura::HandleModPercentStat, // 80 SPELL_AURA_MOD_PERCENT_STAT
134 &Aura::HandleNoImmediateEffect, // 81 SPELL_AURA_SPLIT_DAMAGE_PCT implemented in Unit::CalcAbsorbResist
135 &Aura::HandleWaterBreathing, // 82 SPELL_AURA_WATER_BREATHING
136 &Aura::HandleModBaseResistance, // 83 SPELL_AURA_MOD_BASE_RESISTANCE
137 &Aura::HandleModRegen, // 84 SPELL_AURA_MOD_REGEN
138 &Aura::HandleModPowerRegen, // 85 SPELL_AURA_MOD_POWER_REGEN
139 &Aura::HandleChannelDeathItem, // 86 SPELL_AURA_CHANNEL_DEATH_ITEM
140 &Aura::HandleNoImmediateEffect, // 87 SPELL_AURA_MOD_DAMAGE_PERCENT_TAKEN implemented in Unit::MeleeDamageBonus and Unit::SpellDamageBonus
141 &Aura::HandleNoImmediateEffect, // 88 SPELL_AURA_MOD_HEALTH_REGEN_PERCENT implemented in Player::RegenerateHealth
142 &Aura::HandlePeriodicDamagePCT, // 89 SPELL_AURA_PERIODIC_DAMAGE_PERCENT
143 &Aura::HandleUnused, // 90 unused (3.0.8a-3.2.2a) old SPELL_AURA_MOD_RESIST_CHANCE
144 &Aura::HandleNoImmediateEffect, // 91 SPELL_AURA_MOD_DETECT_RANGE implemented in Creature::GetAttackDistance
145 &Aura::HandlePreventFleeing, // 92 SPELL_AURA_PREVENTS_FLEEING
146 &Aura::HandleModUnattackable, // 93 SPELL_AURA_MOD_UNATTACKABLE
147 &Aura::HandleNoImmediateEffect, // 94 SPELL_AURA_INTERRUPT_REGEN implemented in Player::RegenerateAll
148 &Aura::HandleAuraGhost, // 95 SPELL_AURA_GHOST
149 &Aura::HandleNoImmediateEffect, // 96 SPELL_AURA_SPELL_MAGNET implemented in Unit::SelectMagnetTarget
150 &Aura::HandleManaShield, // 97 SPELL_AURA_MANA_SHIELD implemented in Unit::CalcAbsorbResist
151 &Aura::HandleAuraModSkill, // 98 SPELL_AURA_MOD_SKILL_TALENT
152 &Aura::HandleAuraModAttackPower, // 99 SPELL_AURA_MOD_ATTACK_POWER
153 &Aura::HandleUnused, //100 SPELL_AURA_AURAS_VISIBLE obsolete 3.x? all player can see all auras now, but still have 2 spells including GM-spell (1852,2855)
154 &Aura::HandleModResistancePercent, //101 SPELL_AURA_MOD_RESISTANCE_PCT
155 &Aura::HandleNoImmediateEffect, //102 SPELL_AURA_MOD_MELEE_ATTACK_POWER_VERSUS implemented in Unit::MeleeDamageBonus
156 &Aura::HandleAuraModTotalThreat, //103 SPELL_AURA_MOD_TOTAL_THREAT
157 &Aura::HandleAuraWaterWalk, //104 SPELL_AURA_WATER_WALK
158 &Aura::HandleAuraFeatherFall, //105 SPELL_AURA_FEATHER_FALL
159 &Aura::HandleAuraHover, //106 SPELL_AURA_HOVER
160 &Aura::HandleAddModifier, //107 SPELL_AURA_ADD_FLAT_MODIFIER
161 &Aura::HandleAddModifier, //108 SPELL_AURA_ADD_PCT_MODIFIER
162 &Aura::HandleAddTargetTrigger, //109 SPELL_AURA_ADD_TARGET_TRIGGER
163 &Aura::HandleModPowerRegenPCT, //110 SPELL_AURA_MOD_POWER_REGEN_PERCENT
164 &Aura::HandleNoImmediateEffect, //111 SPELL_AURA_ADD_CASTER_HIT_TRIGGER implemented in Unit::SelectMagnetTarget
165 &Aura::HandleNoImmediateEffect, //112 SPELL_AURA_OVERRIDE_CLASS_SCRIPTS implemented in diff functions.
166 &Aura::HandleNoImmediateEffect, //113 SPELL_AURA_MOD_RANGED_DAMAGE_TAKEN implemented in Unit::MeleeDamageBonus
167 &Aura::HandleNoImmediateEffect, //114 SPELL_AURA_MOD_RANGED_DAMAGE_TAKEN_PCT implemented in Unit::MeleeDamageBonus
168 &Aura::HandleNoImmediateEffect, //115 SPELL_AURA_MOD_HEALING implemented in Unit::SpellBaseHealingBonusForVictim
169 &Aura::HandleNoImmediateEffect, //116 SPELL_AURA_MOD_REGEN_DURING_COMBAT imppemented in Player::RegenerateAll and Player::RegenerateHealth
170 &Aura::HandleNoImmediateEffect, //117 SPELL_AURA_MOD_MECHANIC_RESISTANCE implemented in Unit::MagicSpellHitResult
171 &Aura::HandleNoImmediateEffect, //118 SPELL_AURA_MOD_HEALING_PCT implemented in Unit::SpellHealingBonus
172 &Aura::HandleUnused, //119 unused (3.0.8a-3.2.2a) old SPELL_AURA_SHARE_PET_TRACKING
173 &Aura::HandleAuraUntrackable, //120 SPELL_AURA_UNTRACKABLE
174 &Aura::HandleAuraEmpathy, //121 SPELL_AURA_EMPATHY
175 &Aura::HandleModOffhandDamagePercent, //122 SPELL_AURA_MOD_OFFHAND_DAMAGE_PCT
176 &Aura::HandleModTargetResistance, //123 SPELL_AURA_MOD_TARGET_RESISTANCE
177 &Aura::HandleAuraModRangedAttackPower, //124 SPELL_AURA_MOD_RANGED_ATTACK_POWER
178 &Aura::HandleNoImmediateEffect, //125 SPELL_AURA_MOD_MELEE_DAMAGE_TAKEN implemented in Unit::MeleeDamageBonus
179 &Aura::HandleNoImmediateEffect, //126 SPELL_AURA_MOD_MELEE_DAMAGE_TAKEN_PCT implemented in Unit::MeleeDamageBonus
180 &Aura::HandleNoImmediateEffect, //127 SPELL_AURA_RANGED_ATTACK_POWER_ATTACKER_BONUS implemented in Unit::MeleeDamageBonus
181 &Aura::HandleModPossessPet, //128 SPELL_AURA_MOD_POSSESS_PET
182 &Aura::HandleAuraModIncreaseSpeed, //129 SPELL_AURA_MOD_SPEED_ALWAYS
183 &Aura::HandleAuraModIncreaseMountedSpeed, //130 SPELL_AURA_MOD_MOUNTED_SPEED_ALWAYS
184 &Aura::HandleNoImmediateEffect, //131 SPELL_AURA_MOD_RANGED_ATTACK_POWER_VERSUS implemented in Unit::MeleeDamageBonus
185 &Aura::HandleAuraModIncreaseEnergyPercent, //132 SPELL_AURA_MOD_INCREASE_ENERGY_PERCENT
186 &Aura::HandleAuraModIncreaseHealthPercent, //133 SPELL_AURA_MOD_INCREASE_HEALTH_PERCENT
187 &Aura::HandleAuraModRegenInterrupt, //134 SPELL_AURA_MOD_MANA_REGEN_INTERRUPT
188 &Aura::HandleModHealingDone, //135 SPELL_AURA_MOD_HEALING_DONE
189 &Aura::HandleNoImmediateEffect, //136 SPELL_AURA_MOD_HEALING_DONE_PERCENT implemented in Unit::SpellHealingBonus
190 &Aura::HandleModTotalPercentStat, //137 SPELL_AURA_MOD_TOTAL_STAT_PERCENTAGE
191 &Aura::HandleHaste, //138 SPELL_AURA_MOD_HASTE
192 &Aura::HandleForceReaction, //139 SPELL_AURA_FORCE_REACTION
193 &Aura::HandleAuraModRangedHaste, //140 SPELL_AURA_MOD_RANGED_HASTE
194 &Aura::HandleRangedAmmoHaste, //141 SPELL_AURA_MOD_RANGED_AMMO_HASTE
195 &Aura::HandleAuraModBaseResistancePCT, //142 SPELL_AURA_MOD_BASE_RESISTANCE_PCT
196 &Aura::HandleAuraModResistanceExclusive, //143 SPELL_AURA_MOD_RESISTANCE_EXCLUSIVE
197 &Aura::HandleAuraSafeFall, //144 SPELL_AURA_SAFE_FALL implemented in WorldSession::HandleMovementOpcodes
198 &Aura::HandleAuraModPetTalentsPoints, //145 SPELL_AURA_MOD_PET_TALENT_POINTS
199 &Aura::HandleNoImmediateEffect, //146 SPELL_AURA_ALLOW_TAME_PET_TYPE implemented in Player::CanTameExoticPets
200 &Aura::HandleModMechanicImmunityMask, //147 SPELL_AURA_MECHANIC_IMMUNITY_MASK implemented in Unit::IsImmunedToSpell and Unit::IsImmunedToSpellEffect (check part)
201 &Aura::HandleAuraRetainComboPoints, //148 SPELL_AURA_RETAIN_COMBO_POINTS
202 &Aura::HandleNoImmediateEffect, //149 SPELL_AURA_REDUCE_PUSHBACK implemented in Spell::Delayed and Spell::DelayedChannel
203 &Aura::HandleShieldBlockValue, //150 SPELL_AURA_MOD_SHIELD_BLOCKVALUE_PCT
204 &Aura::HandleAuraTrackStealthed, //151 SPELL_AURA_TRACK_STEALTHED
205 &Aura::HandleNoImmediateEffect, //152 SPELL_AURA_MOD_DETECTED_RANGE implemented in Creature::GetAttackDistance
206 &Aura::HandleNoImmediateEffect, //153 SPELL_AURA_SPLIT_DAMAGE_FLAT implemented in Unit::CalcAbsorbResist
207 &Aura::HandleNoImmediateEffect, //154 SPELL_AURA_MOD_STEALTH_LEVEL implemented in Unit::isVisibleForOrDetect
208 &Aura::HandleNoImmediateEffect, //155 SPELL_AURA_MOD_WATER_BREATHING implemented in Player::getMaxTimer
209 &Aura::HandleNoImmediateEffect, //156 SPELL_AURA_MOD_REPUTATION_GAIN implemented in Player::CalculateReputationGain
210 &Aura::HandleUnused, //157 SPELL_AURA_PET_DAMAGE_MULTI (single test like spell 20782, also single for 214 aura)
211 &Aura::HandleShieldBlockValue, //158 SPELL_AURA_MOD_SHIELD_BLOCKVALUE
212 &Aura::HandleNoImmediateEffect, //159 SPELL_AURA_NO_PVP_CREDIT implemented in Player::RewardHonor
213 &Aura::HandleNoImmediateEffect, //160 SPELL_AURA_MOD_AOE_AVOIDANCE implemented in Unit::MagicSpellHitResult
214 &Aura::HandleNoImmediateEffect, //161 SPELL_AURA_MOD_HEALTH_REGEN_IN_COMBAT implemented in Player::RegenerateAll and Player::RegenerateHealth
215 &Aura::HandleAuraPowerBurn, //162 SPELL_AURA_POWER_BURN_MANA
216 &Aura::HandleNoImmediateEffect, //163 SPELL_AURA_MOD_CRIT_DAMAGE_BONUS_MELEE implememnted in Unit::CalculateMeleeDamage and Unit::SpellCriticalDamageBonus
217 &Aura::HandleUnused, //164 unused (3.0.8a-3.2.2a), only one test spell 10654
218 &Aura::HandleNoImmediateEffect, //165 SPELL_AURA_MELEE_ATTACK_POWER_ATTACKER_BONUS implemented in Unit::MeleeDamageBonus
219 &Aura::HandleAuraModAttackPowerPercent, //166 SPELL_AURA_MOD_ATTACK_POWER_PCT
220 &Aura::HandleAuraModRangedAttackPowerPercent, //167 SPELL_AURA_MOD_RANGED_ATTACK_POWER_PCT
221 &Aura::HandleNoImmediateEffect, //168 SPELL_AURA_MOD_DAMAGE_DONE_VERSUS implemented in Unit::SpellDamageBonus, Unit::MeleeDamageBonus
222 &Aura::HandleNoImmediateEffect, //169 SPELL_AURA_MOD_CRIT_PERCENT_VERSUS implemented in Unit::DealDamageBySchool, Unit::DoAttackDamage, Unit::SpellCriticalBonus
223 &Aura::HandleNULL, //170 SPELL_AURA_DETECT_AMORE different spells that ignore transformation effects
224 &Aura::HandleAuraModIncreaseSpeed, //171 SPELL_AURA_MOD_SPEED_NOT_STACK
225 &Aura::HandleAuraModIncreaseMountedSpeed, //172 SPELL_AURA_MOD_MOUNTED_SPEED_NOT_STACK
226 &Aura::HandleUnused, //173 unused (3.0.8a-3.2.2a) no spells, old SPELL_AURA_ALLOW_CHAMPION_SPELLS only for Proclaim Champion spell
227 &Aura::HandleModSpellDamagePercentFromStat, //174 SPELL_AURA_MOD_SPELL_DAMAGE_OF_STAT_PERCENT implemented in Unit::SpellBaseDamageBonus
228 &Aura::HandleModSpellHealingPercentFromStat, //175 SPELL_AURA_MOD_SPELL_HEALING_OF_STAT_PERCENT implemented in Unit::SpellBaseHealingBonus
229 &Aura::HandleSpiritOfRedemption, //176 SPELL_AURA_SPIRIT_OF_REDEMPTION only for Spirit of Redemption spell, die at aura end
230 &Aura::HandleNULL, //177 SPELL_AURA_AOE_CHARM (22 spells)
231 &Aura::HandleNoImmediateEffect, //178 SPELL_AURA_MOD_DEBUFF_RESISTANCE implemented in Unit::MagicSpellHitResult
232 &Aura::HandleNoImmediateEffect, //179 SPELL_AURA_MOD_ATTACKER_SPELL_CRIT_CHANCE implemented in Unit::SpellCriticalBonus
233 &Aura::HandleNoImmediateEffect, //180 SPELL_AURA_MOD_FLAT_SPELL_DAMAGE_VERSUS implemented in Unit::SpellDamageBonus
234 &Aura::HandleUnused, //181 unused (3.0.8a-3.2.2a) old SPELL_AURA_MOD_FLAT_SPELL_CRIT_DAMAGE_VERSUS
235 &Aura::HandleAuraModResistenceOfStatPercent, //182 SPELL_AURA_MOD_RESISTANCE_OF_STAT_PERCENT
236 &Aura::HandleNoImmediateEffect, //183 SPELL_AURA_MOD_CRITICAL_THREAT only used in 28746, implemented in ThreatCalcHelper::calcThreat
237 &Aura::HandleNoImmediateEffect, //184 SPELL_AURA_MOD_ATTACKER_MELEE_HIT_CHANCE implemented in Unit::RollMeleeOutcomeAgainst
238 &Aura::HandleNoImmediateEffect, //185 SPELL_AURA_MOD_ATTACKER_RANGED_HIT_CHANCE implemented in Unit::RollMeleeOutcomeAgainst
239 &Aura::HandleNoImmediateEffect, //186 SPELL_AURA_MOD_ATTACKER_SPELL_HIT_CHANCE implemented in Unit::MagicSpellHitResult
240 &Aura::HandleNoImmediateEffect, //187 SPELL_AURA_MOD_ATTACKER_MELEE_CRIT_CHANCE implemented in Unit::GetUnitCriticalChance
241 &Aura::HandleNoImmediateEffect, //188 SPELL_AURA_MOD_ATTACKER_RANGED_CRIT_CHANCE implemented in Unit::GetUnitCriticalChance
242 &Aura::HandleModRating, //189 SPELL_AURA_MOD_RATING
243 &Aura::HandleNoImmediateEffect, //190 SPELL_AURA_MOD_FACTION_REPUTATION_GAIN implemented in Player::CalculateReputationGain
244 &Aura::HandleAuraModUseNormalSpeed, //191 SPELL_AURA_USE_NORMAL_MOVEMENT_SPEED
245 &Aura::HandleModMeleeRangedSpeedPct, //192 SPELL_AURA_HASTE_MELEE
246 &Aura::HandleModCombatSpeedPct, //193 SPELL_AURA_MELEE_SLOW (in fact combat (any type attack) speed pct)
247 &Aura::HandleNoImmediateEffect, //194 SPELL_AURA_MOD_IGNORE_ABSORB_SCHOOL implement in Unit::CalcNotIgnoreAbsorbDamage
248 &Aura::HandleNoImmediateEffect, //195 SPELL_AURA_MOD_IGNORE_ABSORB_FOR_SPELL implement in Unit::CalcNotIgnoreAbsorbDamage
249 &Aura::HandleNULL, //196 SPELL_AURA_MOD_COOLDOWN (single spell 24818 in 3.2.2a)
250 &Aura::HandleNoImmediateEffect, //197 SPELL_AURA_MOD_ATTACKER_SPELL_AND_WEAPON_CRIT_CHANCE implemented in Unit::SpellCriticalBonus Unit::GetUnitCriticalChance
251 &Aura::HandleUnused, //198 unused (3.0.8a-3.2.2a) old SPELL_AURA_MOD_ALL_WEAPON_SKILLS
252 &Aura::HandleNoImmediateEffect, //199 SPELL_AURA_MOD_INCREASES_SPELL_PCT_TO_HIT implemented in Unit::MagicSpellHitResult
253 &Aura::HandleNoImmediateEffect, //200 SPELL_AURA_MOD_KILL_XP_PCT implemented in Player::GiveXP
254 &Aura::HandleAuraAllowFlight, //201 SPELL_AURA_FLY this aura enable flight mode...
255 &Aura::HandleNoImmediateEffect, //202 SPELL_AURA_CANNOT_BE_DODGED implemented in Unit::RollPhysicalOutcomeAgainst
256 &Aura::HandleNoImmediateEffect, //203 SPELL_AURA_MOD_ATTACKER_MELEE_CRIT_DAMAGE implemented in Unit::CalculateMeleeDamage and Unit::SpellCriticalDamageBonus
257 &Aura::HandleNoImmediateEffect, //204 SPELL_AURA_MOD_ATTACKER_RANGED_CRIT_DAMAGE implemented in Unit::CalculateMeleeDamage and Unit::SpellCriticalDamageBonus
258 &Aura::HandleNoImmediateEffect, //205 SPELL_AURA_MOD_ATTACKER_SPELL_CRIT_DAMAGE implemented in Unit::SpellCriticalDamageBonus
259 &Aura::HandleNULL, //206 SPELL_AURA_MOD_SPEED_MOUNTED
260 &Aura::HandleAuraModIncreaseFlightSpeed, //207 SPELL_AURA_MOD_INCREASE_FLIGHT_SPEED
261 &Aura::HandleAuraModIncreaseFlightSpeed, //208 SPELL_AURA_MOD_SPEED_FLIGHT, used only in spell: Flight Form (Passive)
262 &Aura::HandleAuraModIncreaseFlightSpeed, //209 SPELL_AURA_MOD_FLIGHT_SPEED_ALWAYS
263 &Aura::HandleNULL, //210 "Increase flight speed by"
264 &Aura::HandleAuraModIncreaseFlightSpeed, //211 SPELL_AURA_MOD_FLIGHT_SPEED_NOT_STACK
265 &Aura::HandleAuraModRangedAttackPowerOfStatPercent, //212 SPELL_AURA_MOD_RANGED_ATTACK_POWER_OF_STAT_PERCENT
266 &Aura::HandleNoImmediateEffect, //213 SPELL_AURA_MOD_RAGE_FROM_DAMAGE_DEALT implemented in Player::RewardRage
267 &Aura::HandleUnused, //214 Tamed Pet Passive (single test like spell 20782, also single for 157 aura)
268 &Aura::HandleArenaPreparation, //215 SPELL_AURA_ARENA_PREPARATION
269 &Aura::HandleModCastingSpeed, //216 SPELL_AURA_HASTE_SPELLS
270 &Aura::HandleUnused, //217 unused (3.0.8a-3.2.2a)
271 &Aura::HandleAuraModRangedHaste, //218 SPELL_AURA_HASTE_RANGED
272 &Aura::HandleModManaRegen, //219 SPELL_AURA_MOD_MANA_REGEN_FROM_STAT
273 &Aura::HandleModRatingFromStat, //220 SPELL_AURA_MOD_RATING_FROM_STAT
274 &Aura::HandleNULL, //221 ignored
275 &Aura::HandleUnused, //222 unused (3.0.8a-3.2.2a) only for spell 44586 that not used in real spell cast
276 &Aura::HandleNULL, //223 dummy code (cast damage spell to attacker) and another dymmy (jump to another nearby raid member)
277 &Aura::HandleUnused, //224 unused (3.0.8a-3.2.2a)
278 &Aura::HandleNoImmediateEffect, //225 SPELL_AURA_PRAYER_OF_MENDING
279 &Aura::HandleAuraPeriodicDummy, //226 SPELL_AURA_PERIODIC_DUMMY
280 &Aura::HandlePeriodicTriggerSpellWithValue, //227 SPELL_AURA_PERIODIC_TRIGGER_SPELL_WITH_VALUE
281 &Aura::HandleNoImmediateEffect, //228 SPELL_AURA_DETECT_STEALTH
282 &Aura::HandleNoImmediateEffect, //229 SPELL_AURA_MOD_AOE_DAMAGE_AVOIDANCE implemented in Unit::SpellDamageBonus
283 &Aura::HandleAuraModIncreaseMaxHealth, //230 Commanding Shout
284 &Aura::HandleNoImmediateEffect, //231 SPELL_AURA_PROC_TRIGGER_SPELL_WITH_VALUE
285 &Aura::HandleNoImmediateEffect, //232 SPELL_AURA_MECHANIC_DURATION_MOD implement in Unit::CalculateSpellDuration
286 &Aura::HandleNULL, //233 set model id to the one of the creature with id m_modifier.m_miscvalue
287 &Aura::HandleNoImmediateEffect, //234 SPELL_AURA_MECHANIC_DURATION_MOD_NOT_STACK implement in Unit::CalculateSpellDuration
288 &Aura::HandleAuraModDispelResist, //235 SPELL_AURA_MOD_DISPEL_RESIST implement in Unit::MagicSpellHitResult
289 &Aura::HandleAuraControlVehicle, //236 SPELL_AURA_CONTROL_VEHICLE
290 &Aura::HandleModSpellDamagePercentFromAttackPower, //237 SPELL_AURA_MOD_SPELL_DAMAGE_OF_ATTACK_POWER implemented in Unit::SpellBaseDamageBonus
291 &Aura::HandleModSpellHealingPercentFromAttackPower, //238 SPELL_AURA_MOD_SPELL_HEALING_OF_ATTACK_POWER implemented in Unit::SpellBaseHealingBonus
292 &Aura::HandleAuraModScale, //239 SPELL_AURA_MOD_SCALE_2 only in Noggenfogger Elixir (16595) before 2.3.0 aura 61
293 &Aura::HandleAuraModExpertise, //240 SPELL_AURA_MOD_EXPERTISE
294 &Aura::HandleForceMoveForward, //241 Forces the player to move forward
295 &Aura::HandleUnused, //242 SPELL_AURA_MOD_SPELL_DAMAGE_FROM_HEALING (only 2 test spels in 3.2.2a)
296 &Aura::HandleNULL, //243 faction reaction override spells
297 &Aura::HandleComprehendLanguage, //244 SPELL_AURA_COMPREHEND_LANGUAGE
298 &Aura::HandleNoImmediateEffect, //245 SPELL_AURA_MOD_DURATION_OF_MAGIC_EFFECTS implemented in Unit::CalculateSpellDuration
299 &Aura::HandleNoImmediateEffect, //246 SPELL_AURA_MOD_DURATION_OF_EFFECTS_BY_DISPEL implemented in Unit::CalculateSpellDuration
300 &Aura::HandleNULL, //247 target to become a clone of the caster
301 &Aura::HandleNoImmediateEffect, //248 SPELL_AURA_MOD_COMBAT_RESULT_CHANCE implemented in Unit::RollMeleeOutcomeAgainst
302 &Aura::HandleAuraConvertRune, //249 SPELL_AURA_CONVERT_RUNE
303 &Aura::HandleAuraModIncreaseHealth, //250 SPELL_AURA_MOD_INCREASE_HEALTH_2
304 &Aura::HandleNULL, //251 SPELL_AURA_MOD_ENEMY_DODGE
305 &Aura::HandleNULL, //252 haste all?
306 &Aura::HandleNULL, //253 SPELL_AURA_MOD_BLOCK_CRIT_CHANCE
307 &Aura::HandleNULL, //254 SPELL_AURA_MOD_DISARM_SHIELD disarm Shield
308 &Aura::HandleNoImmediateEffect, //255 SPELL_AURA_MOD_MECHANIC_DAMAGE_TAKEN_PERCENT implemented in Unit::SpellDamageBonus
309 &Aura::HandleNoReagentUseAura, //256 SPELL_AURA_NO_REAGENT_USE Use SpellClassMask for spell select
310 &Aura::HandleNULL, //257 SPELL_AURA_MOD_TARGET_RESIST_BY_SPELL_CLASS Use SpellClassMask for spell select
311 &Aura::HandleNULL, //258 SPELL_AURA_MOD_SPELL_VISUAL
312 &Aura::HandleNULL, //259 corrupt healing over time spell
313 &Aura::HandleNoImmediateEffect, //260 SPELL_AURA_SCREEN_EFFECT (miscvalue = id in ScreenEffect.dbc) not required any code
314 &Aura::HandlePhase, //261 SPELL_AURA_PHASE undetectable invisibility? implemented in Unit::isVisibleForOrDetect
315 &Aura::HandleNULL, //262 ignore combat/aura state?
316 &Aura::HandleAllowOnlyAbility, //263 SPELL_AURA_ALLOW_ONLY_ABILITY player can use only abilities set in SpellClassMask
317 &Aura::HandleUnused, //264 unused (3.0.8a-3.2.2a)
318 &Aura::HandleUnused, //265 unused (3.0.8a-3.2.2a)
319 &Aura::HandleUnused, //266 unused (3.0.8a-3.2.2a)
320 &Aura::HandleNoImmediateEffect, //267 SPELL_AURA_MOD_IMMUNE_AURA_APPLY_SCHOOL implemented in Unit::IsImmunedToSpellEffect
321 &Aura::HandleAuraModAttackPowerOfStatPercent, //268 SPELL_AURA_MOD_ATTACK_POWER_OF_STAT_PERCENT
322 &Aura::HandleNoImmediateEffect, //269 SPELL_AURA_MOD_IGNORE_DAMAGE_REDUCTION_SCHOOL implemented in Unit::CalcNotIgnoreDamageRedunction
323 &Aura::HandleUnused, //270 SPELL_AURA_MOD_IGNORE_TARGET_RESIST (unused in 3.2.2a)
324 &Aura::HandleNoImmediateEffect, //271 SPELL_AURA_MOD_DAMAGE_FROM_CASTER implemented in Unit::SpellDamageBonus
325 &Aura::HandleNoImmediateEffect, //272 SPELL_AURA_MAELSTROM_WEAPON (unclear use for aura, it used in (3.2.2a...3.3.0) in single spell 53817 that spellmode stacked and charged spell expected to be drop as stack
326 &Aura::HandleNoImmediateEffect, //273 SPELL_AURA_X_RAY (client side implementation)
327 &Aura::HandleNULL, //274 proc free shot?
328 &Aura::HandleNoImmediateEffect, //275 SPELL_AURA_MOD_IGNORE_SHAPESHIFT Use SpellClassMask for spell select
329 &Aura::HandleNULL, //276 mod damage % mechanic?
330 &Aura::HandleNoImmediateEffect, //277 SPELL_AURA_MOD_MAX_AFFECTED_TARGETS Use SpellClassMask for spell select
331 &Aura::HandleNULL, //278 SPELL_AURA_MOD_DISARM_RANGED disarm ranged weapon
332 &Aura::HandleNULL, //279 visual effects? 58836 and 57507
333 &Aura::HandleModTargetArmorPct, //280 SPELL_AURA_MOD_TARGET_ARMOR_PCT
334 &Aura::HandleNoImmediateEffect, //281 SPELL_AURA_MOD_HONOR_GAIN implemented in Player::RewardHonor
335 &Aura::HandleAuraIncreaseBaseHealthPercent, //282 SPELL_AURA_INCREASE_BASE_HEALTH_PERCENT
336 &Aura::HandleNoImmediateEffect, //283 SPELL_AURA_MOD_HEALING_RECEIVED implemented in Unit::SpellHealingBonus
337 &Aura::HandleNULL, //284 51 spells
338 &Aura::HandleAuraModAttackPowerOfArmor, //285 SPELL_AURA_MOD_ATTACK_POWER_OF_ARMOR implemented in Player::UpdateAttackPowerAndDamage
339 &Aura::HandleNoImmediateEffect, //286 SPELL_AURA_ABILITY_PERIODIC_CRIT implemented in Aura::IsCritFromAbilityAura called from Aura::PeriodicTick
340 &Aura::HandleNoImmediateEffect, //287 SPELL_AURA_DEFLECT_SPELLS implemented in Unit::MagicSpellHitResult and Unit::MeleeSpellHitResult
341 &Aura::HandleNULL, //288 increase parry/deflect, prevent attack (single spell used 67801)
342 &Aura::HandleUnused, //289 unused (3.2.2a)
343 &Aura::HandleAuraModAllCritChance, //290 SPELL_AURA_MOD_ALL_CRIT_CHANCE
344 &Aura::HandleNoImmediateEffect, //291 SPELL_AURA_MOD_QUEST_XP_PCT implemented in Player::GiveXP
345 &Aura::HandleNULL, //292 call stabled pet
346 &Aura::HandleNULL, //293 3 spells
347 &Aura::HandleNULL, //294 2 spells, possible prevent mana regen
348 &Aura::HandleUnused, //295 unused (3.2.2a)
349 &Aura::HandleNULL, //296 2 spells
350 &Aura::HandleNULL, //297 1 spell (counter spell school?)
351 &Aura::HandleUnused, //298 unused (3.2.2a)
352 &Aura::HandleUnused, //299 unused (3.2.2a)
353 &Aura::HandleNULL, //300 3 spells (share damage?)
354 &Aura::HandleNULL, //301 5 spells
355 &Aura::HandleUnused, //302 unused (3.2.2a)
356 &Aura::HandleNULL, //303 17 spells
357 &Aura::HandleNULL, //304 2 spells (alcohol effect?)
358 &Aura::HandleAuraModIncreaseSpeed, //305 SPELL_AURA_MOD_MINIMUM_SPEED
359 &Aura::HandleNULL //306 1 spell
362 static AuraType const frozenAuraTypes[] = { SPELL_AURA_MOD_ROOT, SPELL_AURA_MOD_STUN, SPELL_AURA_NONE };
364 Aura::Aura(SpellEntry const* spellproto, uint32 eff, int32 *currentBasePoints, Unit *target, Unit *caster, Item* castItem) :
365 m_spellmod(NULL), m_caster_guid(0), m_target(target), m_castItemGuid(castItem?castItem->GetGUID():0),
366 m_timeCla(1000), m_periodicTimer(0), m_removeMode(AURA_REMOVE_BY_DEFAULT), m_AuraDRGroup(DIMINISHING_NONE),
367 m_effIndex(eff), m_auraSlot(MAX_AURAS), m_auraFlags(AFLAG_NONE), m_auraLevel(1), m_procCharges(0), m_stackAmount(1),
368 m_positive(false), m_permanent(false), m_isPeriodic(false), m_isAreaAura(false), m_isPersistent(false),
369 m_isRemovedOnShapeLost(true), m_in_use(0), m_deleted(false)
371 assert(target);
373 assert(spellproto && spellproto == sSpellStore.LookupEntry( spellproto->Id ) && "`info` must be pointer to sSpellStore element");
375 m_spellProto = spellproto;
377 m_currentBasePoints = currentBasePoints ? *currentBasePoints : m_spellProto->EffectBasePoints[eff];
379 m_isPassive = IsPassiveSpell(GetId());
380 m_positive = IsPositiveEffect(GetId(), m_effIndex);
382 m_isSingleTargetAura = IsSingleTargetSpell(m_spellProto);
384 m_applyTime = time(NULL);
386 int32 damage;
387 if(!caster)
389 m_caster_guid = target->GetGUID();
390 damage = m_currentBasePoints+1; // stored value-1
391 m_maxduration = target->CalculateSpellDuration(m_spellProto, m_effIndex, target);
393 else
395 m_caster_guid = caster->GetGUID();
397 damage = caster->CalculateSpellDamage(m_spellProto,m_effIndex,m_currentBasePoints,target);
398 m_maxduration = caster->CalculateSpellDuration(m_spellProto, m_effIndex, target);
400 if (!damage && castItem && castItem->GetItemSuffixFactor())
402 ItemRandomSuffixEntry const *item_rand_suffix = sItemRandomSuffixStore.LookupEntry(abs(castItem->GetItemRandomPropertyId()));
403 if(item_rand_suffix)
405 for (int k = 0; k < 3; ++k)
407 SpellItemEnchantmentEntry const *pEnchant = sSpellItemEnchantmentStore.LookupEntry(item_rand_suffix->enchant_id[k]);
408 if(pEnchant)
410 for (int t = 0; t < 3; ++t)
411 if(pEnchant->spellid[t] == m_spellProto->Id)
413 damage = uint32((item_rand_suffix->prefix[k]*castItem->GetItemSuffixFactor()) / 10000 );
414 break;
418 if(damage)
419 break;
425 if(m_maxduration == -1 || m_isPassive && m_spellProto->DurationIndex == 0)
426 m_permanent = true;
428 Player* modOwner = caster ? caster->GetSpellModOwner() : NULL;
430 if(!m_permanent && modOwner)
432 modOwner->ApplySpellMod(GetId(), SPELLMOD_DURATION, m_maxduration);
433 // Get zero duration aura after - need set m_maxduration > 0 for apply/remove aura work
434 if (m_maxduration<=0)
435 m_maxduration = 1;
438 m_duration = m_maxduration;
440 sLog.outDebug("Aura: construct Spellid : %u, Aura : %u Duration : %d Target : %d Damage : %d", m_spellProto->Id, m_spellProto->EffectApplyAuraName[eff], m_maxduration, m_spellProto->EffectImplicitTargetA[eff],damage);
442 m_effIndex = eff;
443 SetModifier(AuraType(m_spellProto->EffectApplyAuraName[eff]), damage, m_spellProto->EffectAmplitude[eff], m_spellProto->EffectMiscValue[eff]);
445 // Apply periodic time mod
446 if(modOwner && m_modifier.periodictime)
447 modOwner->ApplySpellMod(GetId(), SPELLMOD_ACTIVATION_TIME, m_modifier.periodictime);
449 // Start periodic on next tick or at aura apply
450 if (!(m_spellProto->AttributesEx5 & SPELL_ATTR_EX5_START_PERIODIC_AT_APPLY))
451 m_periodicTimer += m_modifier.periodictime;
453 m_isDeathPersist = IsDeathPersistentSpell(m_spellProto);
455 m_procCharges = m_spellProto->procCharges;
456 if(modOwner)
457 modOwner->ApplySpellMod(GetId(), SPELLMOD_CHARGES, m_procCharges);
459 m_isRemovedOnShapeLost = (m_caster_guid==m_target->GetGUID() &&
460 m_spellProto->Stances &&
461 !(m_spellProto->AttributesEx2 & SPELL_ATTR_EX2_NOT_NEED_SHAPESHIFT) &&
462 !(m_spellProto->Attributes & SPELL_ATTR_NOT_SHAPESHIFT));
464 if (caster && m_spellProto->Id == 22959) // Improved Scorch
466 // Glyph of Improved Scorch
467 if (Aura* glyph = caster->GetDummyAura(56371))
468 m_stackAmount = glyph->GetModifier()->m_amount;
472 Aura::~Aura()
476 AreaAura::AreaAura(SpellEntry const* spellproto, uint32 eff, int32 *currentBasePoints, Unit *target,
477 Unit *caster, Item* castItem) : Aura(spellproto, eff, currentBasePoints, target, caster, castItem)
479 m_isAreaAura = true;
481 // caster==NULL in constructor args if target==caster in fact
482 Unit* caster_ptr = caster ? caster : target;
484 m_radius = GetSpellRadius(sSpellRadiusStore.LookupEntry(GetSpellProto()->EffectRadiusIndex[m_effIndex]));
485 if(Player* modOwner = caster_ptr->GetSpellModOwner())
486 modOwner->ApplySpellMod(GetId(), SPELLMOD_RADIUS, m_radius);
488 switch(spellproto->Effect[eff])
490 case SPELL_EFFECT_APPLY_AREA_AURA_PARTY:
491 m_areaAuraType = AREA_AURA_PARTY;
492 if (target->GetTypeId() == TYPEID_UNIT && ((Creature*)target)->isTotem())
493 m_modifier.m_auraname = SPELL_AURA_NONE;
494 break;
495 case SPELL_EFFECT_APPLY_AREA_AURA_RAID:
496 m_areaAuraType = AREA_AURA_RAID;
497 if (target->GetTypeId() == TYPEID_UNIT && ((Creature*)target)->isTotem())
498 m_modifier.m_auraname = SPELL_AURA_NONE;
499 // Light's Beacon not applied to caster itself (TODO: more generic check for another simialr spell if any?)
500 else if (target == caster_ptr && m_spellProto->Id == 53651)
501 m_modifier.m_auraname = SPELL_AURA_NONE;
502 break;
503 case SPELL_EFFECT_APPLY_AREA_AURA_FRIEND:
504 m_areaAuraType = AREA_AURA_FRIEND;
505 break;
506 case SPELL_EFFECT_APPLY_AREA_AURA_ENEMY:
507 m_areaAuraType = AREA_AURA_ENEMY;
508 if (target == caster_ptr)
509 m_modifier.m_auraname = SPELL_AURA_NONE; // Do not do any effect on self
510 break;
511 case SPELL_EFFECT_APPLY_AREA_AURA_PET:
512 m_areaAuraType = AREA_AURA_PET;
513 break;
514 case SPELL_EFFECT_APPLY_AREA_AURA_OWNER:
515 m_areaAuraType = AREA_AURA_OWNER;
516 if (target == caster_ptr)
517 m_modifier.m_auraname = SPELL_AURA_NONE;
518 break;
519 default:
520 sLog.outError("Wrong spell effect in AreaAura constructor");
521 ASSERT(false);
522 break;
526 AreaAura::~AreaAura()
530 PersistentAreaAura::PersistentAreaAura(SpellEntry const* spellproto, uint32 eff, int32 *currentBasePoints, Unit *target,
531 Unit *caster, Item* castItem) : Aura(spellproto, eff, currentBasePoints, target, caster, castItem)
533 m_isPersistent = true;
536 PersistentAreaAura::~PersistentAreaAura()
540 SingleEnemyTargetAura::SingleEnemyTargetAura(SpellEntry const* spellproto, uint32 eff, int32 *currentBasePoints, Unit *target,
541 Unit *caster, Item* castItem) : Aura(spellproto, eff, currentBasePoints, target, caster, castItem)
543 if (caster)
544 m_casters_target_guid = caster->GetTypeId()==TYPEID_PLAYER ? ((Player*)caster)->GetSelection() : caster->GetTargetGUID();
545 else
546 m_casters_target_guid = 0;
549 SingleEnemyTargetAura::~SingleEnemyTargetAura()
553 Unit* SingleEnemyTargetAura::GetTriggerTarget() const
555 return ObjectAccessor::GetUnit(*m_target, m_casters_target_guid);
558 Aura* CreateAura(SpellEntry const* spellproto, uint32 eff, int32 *currentBasePoints, Unit *target, Unit *caster, Item* castItem)
560 if (IsAreaAuraEffect(spellproto->Effect[eff]))
561 return new AreaAura(spellproto, eff, currentBasePoints, target, caster, castItem);
563 uint32 triggeredSpellId = spellproto->EffectTriggerSpell[eff];
565 if(SpellEntry const* triggeredSpellInfo = sSpellStore.LookupEntry(triggeredSpellId))
566 for (int i = 0; i < 3; ++i)
567 if (triggeredSpellInfo->EffectImplicitTargetA[i] == TARGET_SINGLE_ENEMY)
568 return new SingleEnemyTargetAura(spellproto, eff, currentBasePoints, target, caster, castItem);
570 return new Aura(spellproto, eff, currentBasePoints, target, caster, castItem);
573 Unit* Aura::GetCaster() const
575 if(m_caster_guid == m_target->GetGUID())
576 return m_target;
578 //return ObjectAccessor::GetUnit(*m_target,m_caster_guid);
579 //must return caster even if it's in another grid/map
580 Unit *unit = ObjectAccessor::GetUnitInWorld(*m_target,m_caster_guid);
581 return unit && unit->IsInWorld() ? unit : NULL;
584 void Aura::SetModifier(AuraType t, int32 a, uint32 pt, int32 miscValue)
586 m_modifier.m_auraname = t;
587 m_modifier.m_amount = a;
588 m_modifier.m_miscvalue = miscValue;
589 m_modifier.periodictime = pt;
592 void Aura::Update(uint32 diff)
594 if (m_duration > 0)
596 m_duration -= diff;
597 if (m_duration < 0)
598 m_duration = 0;
599 m_timeCla -= diff;
601 // GetEffIndex()==0 prevent double/triple apply manaPerSecond/manaPerSecondPerLevel to same spell with many auras
602 // all spells with manaPerSecond/manaPerSecondPerLevel have aura in effect 0
603 if(GetEffIndex()==0 && m_timeCla <= 0)
605 if(Unit* caster = GetCaster())
607 Powers powertype = Powers(m_spellProto->powerType);
608 int32 manaPerSecond = m_spellProto->manaPerSecond + m_spellProto->manaPerSecondPerLevel * caster->getLevel();
609 m_timeCla = 1*IN_MILISECONDS;
610 if (manaPerSecond)
612 if(powertype==POWER_HEALTH)
613 caster->ModifyHealth(-manaPerSecond);
614 else
615 caster->ModifyPower(powertype,-manaPerSecond);
621 // Channeled aura required check distance from caster
622 if(IsChanneledSpell(m_spellProto) && m_caster_guid != m_target->GetGUID())
624 Unit* caster = GetCaster();
625 if(!caster)
627 m_target->RemoveAura(GetId(), GetEffIndex());
628 return;
631 // need check distance for channeled target only
632 if (caster->GetChannelObjectGUID() == m_target->GetGUID())
634 // Get spell range
635 float max_range = GetSpellMaxRange(sSpellRangeStore.LookupEntry(m_spellProto->rangeIndex));
637 if(Player* modOwner = caster->GetSpellModOwner())
638 modOwner->ApplySpellMod(GetId(), SPELLMOD_RANGE, max_range, NULL);
640 if(!caster->IsWithinDistInMap(m_target, max_range))
642 m_target->RemoveAura(GetId(), GetEffIndex());
643 return;
648 if(m_isPeriodic && (m_duration >= 0 || m_isPassive || m_permanent))
650 m_periodicTimer -= diff;
651 if(m_periodicTimer <= 0) // tick also at m_periodicTimer==0 to prevent lost last tick in case max m_duration == (max m_periodicTimer)*N
653 // update before applying (aura can be removed in TriggerSpell or PeriodicTick calls)
654 m_periodicTimer += m_modifier.periodictime;
655 PeriodicTick();
660 void AreaAura::Update(uint32 diff)
662 // update for the caster of the aura
663 if(m_caster_guid == m_target->GetGUID())
665 Unit* caster = m_target;
667 if( !caster->hasUnitState(UNIT_STAT_ISOLATED) )
669 Unit* owner = caster->GetCharmerOrOwner();
670 if (!owner)
671 owner = caster;
672 std::list<Unit *> targets;
674 switch(m_areaAuraType)
676 case AREA_AURA_PARTY:
678 Group *pGroup = NULL;
680 if (owner->GetTypeId() == TYPEID_PLAYER)
681 pGroup = ((Player*)owner)->GetGroup();
683 if( pGroup)
685 uint8 subgroup = ((Player*)owner)->GetSubGroup();
686 for(GroupReference *itr = pGroup->GetFirstMember(); itr != NULL; itr = itr->next())
688 Player* Target = itr->getSource();
689 if(Target && Target->isAlive() && Target->GetSubGroup()==subgroup && caster->IsFriendlyTo(Target))
691 if(caster->IsWithinDistInMap(Target, m_radius))
692 targets.push_back(Target);
693 Pet *pet = Target->GetPet();
694 if(pet && pet->isAlive() && caster->IsWithinDistInMap(pet, m_radius))
695 targets.push_back(pet);
699 else
701 // add owner
702 if( owner != caster && caster->IsWithinDistInMap(owner, m_radius) )
703 targets.push_back(owner);
704 // add caster's pet
705 Unit* pet = caster->GetPet();
706 if( pet && caster->IsWithinDistInMap(pet, m_radius))
707 targets.push_back(pet);
709 break;
711 case AREA_AURA_RAID:
713 Group *pGroup = NULL;
715 if (owner->GetTypeId() == TYPEID_PLAYER)
716 pGroup = ((Player*)owner)->GetGroup();
718 if( pGroup)
720 for(GroupReference *itr = pGroup->GetFirstMember(); itr != NULL; itr = itr->next())
722 Player* Target = itr->getSource();
723 if(Target && Target->isAlive() && caster->IsFriendlyTo(Target))
725 if(caster->IsWithinDistInMap(Target, m_radius))
726 targets.push_back(Target);
727 Pet *pet = Target->GetPet();
728 if(pet && pet->isAlive() && caster->IsWithinDistInMap(pet, m_radius))
729 targets.push_back(pet);
733 else
735 // add owner
736 if( owner != caster && caster->IsWithinDistInMap(owner, m_radius) )
737 targets.push_back(owner);
738 // add caster's pet
739 Unit* pet = caster->GetPet();
740 if( pet && caster->IsWithinDistInMap(pet, m_radius))
741 targets.push_back(pet);
743 break;
745 case AREA_AURA_FRIEND:
747 CellPair p(MaNGOS::ComputeCellPair(caster->GetPositionX(), caster->GetPositionY()));
748 Cell cell(p);
749 cell.data.Part.reserved = ALL_DISTRICT;
750 cell.SetNoCreate();
752 MaNGOS::AnyFriendlyUnitInObjectRangeCheck u_check(caster, owner, m_radius);
753 MaNGOS::UnitListSearcher<MaNGOS::AnyFriendlyUnitInObjectRangeCheck> searcher(caster,targets, u_check);
754 TypeContainerVisitor<MaNGOS::UnitListSearcher<MaNGOS::AnyFriendlyUnitInObjectRangeCheck>, WorldTypeMapContainer > world_unit_searcher(searcher);
755 TypeContainerVisitor<MaNGOS::UnitListSearcher<MaNGOS::AnyFriendlyUnitInObjectRangeCheck>, GridTypeMapContainer > grid_unit_searcher(searcher);
756 CellLock<GridReadGuard> cell_lock(cell, p);
757 cell_lock->Visit(cell_lock, world_unit_searcher, *caster->GetMap(), *caster, m_radius);
758 cell_lock->Visit(cell_lock, grid_unit_searcher, *caster->GetMap(), *caster, m_radius);
759 break;
761 case AREA_AURA_ENEMY:
763 CellPair p(MaNGOS::ComputeCellPair(caster->GetPositionX(), caster->GetPositionY()));
764 Cell cell(p);
765 cell.data.Part.reserved = ALL_DISTRICT;
766 cell.SetNoCreate();
768 MaNGOS::AnyAoETargetUnitInObjectRangeCheck u_check(caster, owner, m_radius); // No GetCharmer in searcher
769 MaNGOS::UnitListSearcher<MaNGOS::AnyAoETargetUnitInObjectRangeCheck> searcher(caster, targets, u_check);
770 TypeContainerVisitor<MaNGOS::UnitListSearcher<MaNGOS::AnyAoETargetUnitInObjectRangeCheck>, WorldTypeMapContainer > world_unit_searcher(searcher);
771 TypeContainerVisitor<MaNGOS::UnitListSearcher<MaNGOS::AnyAoETargetUnitInObjectRangeCheck>, GridTypeMapContainer > grid_unit_searcher(searcher);
772 CellLock<GridReadGuard> cell_lock(cell, p);
773 cell_lock->Visit(cell_lock, world_unit_searcher, *caster->GetMap(), *caster, m_radius);
774 cell_lock->Visit(cell_lock, grid_unit_searcher, *caster->GetMap(), *caster, m_radius);
775 break;
777 case AREA_AURA_OWNER:
778 case AREA_AURA_PET:
780 if(owner != caster && caster->IsWithinDistInMap(owner, m_radius))
781 targets.push_back(owner);
782 break;
786 for(std::list<Unit *>::iterator tIter = targets.begin(); tIter != targets.end(); tIter++)
788 // flag for seelction is need apply aura to current iteration target
789 bool apply = true;
791 // we need ignore present caster self applied are auras sometime
792 // in cases if this only auras applied for spell effect
793 Unit::spellEffectPair spair = Unit::spellEffectPair(GetId(), m_effIndex);
794 for(Unit::AuraMap::const_iterator i = (*tIter)->GetAuras().lower_bound(spair); i != (*tIter)->GetAuras().upper_bound(spair); ++i)
796 if (i->second->IsDeleted())
797 continue;
799 switch(m_areaAuraType)
801 case AREA_AURA_ENEMY:
802 // non caster self-casted auras (non stacked)
803 if(i->second->GetModifier()->m_auraname != SPELL_AURA_NONE)
804 apply = false;
805 break;
806 case AREA_AURA_RAID:
807 // non caster self-casted auras (stacked from diff. casters)
808 if(i->second->GetModifier()->m_auraname != SPELL_AURA_NONE || i->second->GetCasterGUID() == GetCasterGUID())
809 apply = false;
810 break;
811 default:
812 // in generic case not allow stacking area auras
813 apply = false;
814 break;
817 if(!apply)
818 break;
821 if(!apply)
822 continue;
824 if(SpellEntry const *actualSpellInfo = sSpellMgr.SelectAuraRankForPlayerLevel(GetSpellProto(), (*tIter)->getLevel()))
826 int32 actualBasePoints = m_currentBasePoints;
827 // recalculate basepoints for lower rank (all AreaAura spell not use custom basepoints?)
828 if(actualSpellInfo != GetSpellProto())
829 actualBasePoints = actualSpellInfo->EffectBasePoints[m_effIndex];
830 AreaAura *aur = new AreaAura(actualSpellInfo, m_effIndex, &actualBasePoints, (*tIter), caster, NULL);
831 aur->SetAuraDuration(GetAuraDuration());
832 (*tIter)->AddAura(aur);
836 Aura::Update(diff);
838 else // aura at non-caster
840 Unit* caster = GetCaster();
842 Aura::Update(diff);
844 // remove aura if out-of-range from caster (after teleport for example)
845 // or caster is isolated or caster no longer has the aura
846 // or caster is (no longer) friendly
847 bool needFriendly = (m_areaAuraType == AREA_AURA_ENEMY ? false : true);
848 if( !caster || caster->hasUnitState(UNIT_STAT_ISOLATED) ||
849 !caster->IsWithinDistInMap(m_target, m_radius) ||
850 !caster->HasAura(GetId(), GetEffIndex()) ||
851 caster->IsFriendlyTo(m_target) != needFriendly
854 m_target->RemoveAurasByCasterSpell(GetId(), GetEffIndex(),GetCasterGUID());
856 else if( m_areaAuraType == AREA_AURA_PARTY) // check if in same sub group
858 // not check group if target == owner or target == pet
859 if (caster->GetCharmerOrOwnerGUID() != m_target->GetGUID() && caster->GetGUID() != m_target->GetCharmerOrOwnerGUID())
861 Player* check = caster->GetCharmerOrOwnerPlayerOrPlayerItself();
863 Group *pGroup = check ? check->GetGroup() : NULL;
864 if( pGroup )
866 Player* checkTarget = m_target->GetCharmerOrOwnerPlayerOrPlayerItself();
867 if(!checkTarget || !pGroup->SameSubGroup(check, checkTarget))
868 m_target->RemoveAura(GetId(), GetEffIndex());
870 else
871 m_target->RemoveAura(GetId(), GetEffIndex());
874 else if( m_areaAuraType == AREA_AURA_RAID) // TODO: fix me!
876 // not check group if target == owner or target == pet
877 if (caster->GetCharmerOrOwnerGUID() != m_target->GetGUID() && caster->GetGUID() != m_target->GetCharmerOrOwnerGUID())
879 Player* check = caster->GetCharmerOrOwnerPlayerOrPlayerItself();
881 Group *pGroup = check ? check->GetGroup() : NULL;
882 if( pGroup )
884 Player* checkTarget = m_target->GetCharmerOrOwnerPlayerOrPlayerItself();
885 if(!checkTarget)
886 m_target->RemoveAurasByCasterSpell(GetId(), GetEffIndex(), GetCasterGUID());
888 else
889 m_target->RemoveAurasByCasterSpell(GetId(), GetEffIndex(), GetCasterGUID());
892 else if( m_areaAuraType == AREA_AURA_PET || m_areaAuraType == AREA_AURA_OWNER )
894 if( m_target->GetGUID() != caster->GetCharmerOrOwnerGUID() )
895 m_target->RemoveAurasByCasterSpell(GetId(), GetEffIndex(), GetCasterGUID());
900 void PersistentAreaAura::Update(uint32 diff)
902 bool remove = false;
904 // remove the aura if its caster or the dynamic object causing it was removed
905 // or if the target moves too far from the dynamic object
906 if(Unit *caster = GetCaster())
908 DynamicObject *dynObj = caster->GetDynObject(GetId(), GetEffIndex());
909 if (dynObj)
911 if (!m_target->IsWithinDistInMap(dynObj, dynObj->GetRadius()))
912 remove = true;
914 else
915 remove = true;
917 else
918 remove = true;
920 Aura::Update(diff);
922 if(remove)
923 m_target->RemoveAura(GetId(), GetEffIndex());
926 void Aura::ApplyModifier(bool apply, bool Real)
928 AuraType aura = m_modifier.m_auraname;
930 SetInUse(true);
931 if(aura < TOTAL_AURAS)
932 (*this.*AuraHandler [aura])(apply, Real);
933 SetInUse(false);
936 bool Aura::IsNeedVisibleSlot(Unit const* caster) const
938 bool totemAura = caster && caster->GetTypeId() == TYPEID_UNIT && ((Creature*)caster)->isTotem();
940 // passive auras (except totem auras) do not get placed in the slots
941 if (m_isPassive && !totemAura)
942 return false;
944 // generic not caster case
945 if (m_target != caster)
946 return true;
948 // special area auras case at caster
949 switch(m_spellProto->Effect[GetEffIndex()])
951 case SPELL_EFFECT_APPLY_AREA_AURA_ENEMY:
952 return false;
953 case SPELL_EFFECT_APPLY_AREA_AURA_RAID:
954 // not sure is totemAura need, just preserve old code results
955 return totemAura || m_modifier.m_auraname != SPELL_AURA_NONE;
956 default: break;
959 return true;
962 void Aura::_AddAura()
964 if (!GetId())
965 return;
966 if(!m_target)
967 return;
969 // Second aura if some spell
970 bool secondaura = false;
971 // Try find slot for aura
972 uint8 slot = NULL_AURA_SLOT;
973 // Lookup for some spell auras (and get slot from it)
974 for(uint8 i = 0; i < m_effIndex; ++i)
976 Unit::spellEffectPair spair = Unit::spellEffectPair(GetId(), i);
977 for(Unit::AuraMap::const_iterator itr = m_target->GetAuras().lower_bound(spair); itr != m_target->GetAuras().upper_bound(spair); ++itr)
979 // allow use single slot only by auras from same caster
980 if(itr->second->GetCasterGUID()==GetCasterGUID())
982 slot = itr->second->GetAuraSlot();
983 secondaura = true;
984 break;
987 if (secondaura)
988 break;
990 // Lookup free slot
991 if (!secondaura && m_target->GetVisibleAurasCount() < MAX_AURAS)
993 Unit::VisibleAuraMap const *visibleAuras = m_target->GetVisibleAuras();
994 for(uint8 i = 0; i < MAX_AURAS; ++i)
996 Unit::VisibleAuraMap::const_iterator itr = visibleAuras->find(i);
997 if(itr == visibleAuras->end())
999 slot = i;
1000 // update for out of range group members (on 1 slot use)
1001 m_target->UpdateAuraForGroup(slot);
1002 break;
1007 Unit* caster = GetCaster();
1009 // set infinity cooldown state for spells
1010 if(caster && caster->GetTypeId() == TYPEID_PLAYER)
1012 if (m_spellProto->Attributes & SPELL_ATTR_DISABLED_WHILE_ACTIVE)
1014 Item* castItem = m_castItemGuid ? ((Player*)caster)->GetItemByGuid(m_castItemGuid) : NULL;
1015 ((Player*)caster)->AddSpellAndCategoryCooldowns(m_spellProto,castItem ? castItem->GetEntry() : 0, NULL,true);
1019 if (IsNeedVisibleSlot(caster))
1021 SetAuraSlot( slot );
1022 if(slot < MAX_AURAS) // slot found send data to client
1024 SetAura(false);
1025 SetAuraFlags((1 << GetEffIndex()) | AFLAG_NOT_CASTER | ((GetAuraMaxDuration() > 0) ? AFLAG_DURATION : AFLAG_NONE) | (IsPositive() ? AFLAG_POSITIVE : AFLAG_NEGATIVE));
1026 SetAuraLevel(caster ? caster->getLevel() : sWorld.getConfig(CONFIG_MAX_PLAYER_LEVEL));
1027 SendAuraUpdate(false);
1030 //*****************************************************
1031 // Update target aura state flag (at 1 aura apply)
1032 // TODO: Make it easer
1033 //*****************************************************
1034 if (!secondaura)
1036 // Sitdown on apply aura req seated
1037 if (m_spellProto->AuraInterruptFlags & AURA_INTERRUPT_FLAG_NOT_SEATED && !m_target->IsSitState())
1038 m_target->SetStandState(UNIT_STAND_STATE_SIT);
1040 // register aura diminishing on apply
1041 if (getDiminishGroup() != DIMINISHING_NONE )
1042 m_target->ApplyDiminishingAura(getDiminishGroup(), true);
1044 // Update Seals information
1045 if (IsSealSpell(m_spellProto))
1046 m_target->ModifyAuraState(AURA_STATE_JUDGEMENT, true);
1048 // Conflagrate aura state on Immolate and Shadowflame
1049 if (m_spellProto->SpellFamilyName == SPELLFAMILY_WARLOCK &&
1050 // Immolate
1051 ((m_spellProto->SpellFamilyFlags & UI64LIT(0x0000000000000004)) ||
1052 // Shadowflame
1053 (m_spellProto->SpellFamilyFlags2 & 0x00000002)))
1054 m_target->ModifyAuraState(AURA_STATE_CONFLAGRATE, true);
1056 // Faerie Fire (druid versions)
1057 if (m_spellProto->SpellFamilyName == SPELLFAMILY_DRUID && (m_spellProto->SpellFamilyFlags & UI64LIT(0x0000000000000400)))
1058 m_target->ModifyAuraState(AURA_STATE_FAERIE_FIRE, true);
1060 // Victorious
1061 if (m_spellProto->SpellFamilyName == SPELLFAMILY_WARRIOR && (m_spellProto->SpellFamilyFlags & UI64LIT(0x0004000000000000)))
1062 m_target->ModifyAuraState(AURA_STATE_WARRIOR_VICTORY_RUSH, true);
1064 // Swiftmend state on Regrowth & Rejuvenation
1065 if (m_spellProto->SpellFamilyName == SPELLFAMILY_DRUID && (m_spellProto->SpellFamilyFlags & UI64LIT(0x50)))
1066 m_target->ModifyAuraState(AURA_STATE_SWIFTMEND, true);
1068 // Deadly poison aura state
1069 if(m_spellProto->SpellFamilyName == SPELLFAMILY_ROGUE && (m_spellProto->SpellFamilyFlags & UI64LIT(0x10000)))
1070 m_target->ModifyAuraState(AURA_STATE_DEADLY_POISON, true);
1072 // Enrage aura state
1073 if(m_spellProto->Dispel == DISPEL_ENRAGE)
1074 m_target->ModifyAuraState(AURA_STATE_ENRAGE, true);
1079 bool Aura::_RemoveAura()
1081 // Remove all triggered by aura spells vs unlimited duration
1082 // except same aura replace case
1083 if(m_removeMode!=AURA_REMOVE_BY_STACK)
1084 CleanupTriggeredSpells();
1086 Unit* caster = GetCaster();
1088 if(caster && IsPersistent())
1090 DynamicObject *dynObj = caster->GetDynObject(GetId(), GetEffIndex());
1091 if (dynObj)
1092 dynObj->RemoveAffected(m_target);
1095 //passive auras do not get put in slots
1096 // Note: but totem can be not accessible for aura target in time remove (to far for find in grid)
1097 //if(m_isPassive && !(caster && caster->GetTypeId() == TYPEID_UNIT && ((Creature*)caster)->isTotem()))
1098 // return;
1100 uint8 slot = GetAuraSlot();
1102 if(slot >= MAX_AURAS) // slot not set
1103 return false;
1105 if(m_target->GetVisibleAura(slot) == 0)
1106 return false;
1108 bool lastaura = true;
1110 // find other aura in same slot (current already removed from list)
1111 for(uint8 i = 0; i < 3; ++i)
1113 Unit::spellEffectPair spair = Unit::spellEffectPair(GetId(), i);
1114 for(Unit::AuraMap::const_iterator itr = m_target->GetAuras().lower_bound(spair); itr != m_target->GetAuras().upper_bound(spair); ++itr)
1116 if(itr->second->GetAuraSlot() == slot)
1118 lastaura = false;
1119 break;
1122 if(!lastaura)
1123 break;
1126 // only remove icon when the last aura of the spell is removed (current aura already removed from list)
1127 if (!lastaura)
1128 return false;
1130 // unregister aura diminishing (and store last time)
1131 if (getDiminishGroup() != DIMINISHING_NONE )
1132 m_target->ApplyDiminishingAura(getDiminishGroup(), false);
1134 SetAura(true);
1135 SetAuraFlags(AFLAG_NONE);
1136 SetAuraLevel(0);
1138 if (m_removeMode != AURA_REMOVE_BY_DELETE)
1140 SendAuraUpdate(true);
1142 // update for out of range group members
1143 m_target->UpdateAuraForGroup(slot);
1145 //*****************************************************
1146 // Update target aura state flag (at last aura remove)
1147 //*****************************************************
1148 // Enrage aura state
1149 if(m_spellProto->Dispel == DISPEL_ENRAGE)
1150 m_target->ModifyAuraState(AURA_STATE_ENRAGE, false);
1152 uint32 removeState = 0;
1153 uint64 removeFamilyFlag = m_spellProto->SpellFamilyFlags;
1154 uint32 removeFamilyFlag2 = m_spellProto->SpellFamilyFlags2;
1155 switch(m_spellProto->SpellFamilyName)
1157 case SPELLFAMILY_PALADIN:
1158 if (IsSealSpell(m_spellProto))
1159 removeState = AURA_STATE_JUDGEMENT; // Update Seals information
1160 break;
1161 case SPELLFAMILY_WARLOCK:
1162 // Conflagrate aura state on Immolate and Shadowflame,
1163 if ((m_spellProto->SpellFamilyFlags & UI64LIT(0x0000000000000004)) ||
1164 (m_spellProto->SpellFamilyFlags2 & 0x00000002))
1166 removeFamilyFlag = UI64LIT(0x0000000000000004);
1167 removeFamilyFlag2 = 0x00000002;
1168 removeState = AURA_STATE_CONFLAGRATE;
1170 break;
1171 case SPELLFAMILY_DRUID:
1172 if(m_spellProto->SpellFamilyFlags & UI64LIT(0x0000000000000400))
1173 removeState = AURA_STATE_FAERIE_FIRE; // Faerie Fire (druid versions)
1174 else if(m_spellProto->SpellFamilyFlags & UI64LIT(0x50))
1176 removeFamilyFlag = 0x50;
1177 removeState = AURA_STATE_SWIFTMEND; // Swiftmend aura state
1179 break;
1180 case SPELLFAMILY_WARRIOR:
1181 if(m_spellProto->SpellFamilyFlags & UI64LIT(0x0004000000000000))
1182 removeState = AURA_STATE_WARRIOR_VICTORY_RUSH; // Victorious
1183 break;
1184 case SPELLFAMILY_ROGUE:
1185 if(m_spellProto->SpellFamilyFlags & UI64LIT(0x10000))
1186 removeState = AURA_STATE_DEADLY_POISON; // Deadly poison aura state
1187 break;
1188 case SPELLFAMILY_HUNTER:
1189 if(m_spellProto->SpellFamilyFlags & UI64LIT(0x1000000000000000))
1190 removeState = AURA_STATE_FAERIE_FIRE; // Sting (hunter versions)
1193 // Remove state (but need check other auras for it)
1194 if (removeState)
1196 bool found = false;
1197 Unit::AuraMap& Auras = m_target->GetAuras();
1198 for(Unit::AuraMap::iterator i = Auras.begin(); i != Auras.end(); ++i)
1200 SpellEntry const *auraSpellInfo = (*i).second->GetSpellProto();
1201 if(auraSpellInfo->SpellFamilyName == m_spellProto->SpellFamilyName &&
1202 (auraSpellInfo->SpellFamilyFlags & removeFamilyFlag || auraSpellInfo->SpellFamilyFlags2 & removeFamilyFlag2))
1204 found = true;
1205 break;
1208 // this has been last aura
1209 if(!found)
1210 m_target->ModifyAuraState(AuraState(removeState), false);
1213 // reset cooldown state for spells
1214 if(caster && caster->GetTypeId() == TYPEID_PLAYER)
1216 if ( GetSpellProto()->Attributes & SPELL_ATTR_DISABLED_WHILE_ACTIVE )
1217 // note: item based cooldowns and cooldown spell mods with charges ignored (unknown existed cases)
1218 ((Player*)caster)->SendCooldownEvent(GetSpellProto());
1222 return true;
1225 void Aura::SendAuraUpdate(bool remove)
1227 WorldPacket data(SMSG_AURA_UPDATE);
1228 data.append(m_target->GetPackGUID());
1229 data << uint8(GetAuraSlot());
1230 data << uint32(remove ? 0 : GetId());
1232 if(remove)
1234 m_target->SendMessageToSet(&data, true);
1235 return;
1238 uint8 auraFlags = GetAuraFlags();
1239 data << uint8(auraFlags);
1240 data << uint8(GetAuraLevel());
1241 data << uint8(m_procCharges ? m_procCharges*m_stackAmount : m_stackAmount);
1243 if(!(auraFlags & AFLAG_NOT_CASTER))
1245 data << uint8(0); // pguid
1248 if(auraFlags & AFLAG_DURATION)
1250 data << uint32(GetAuraMaxDuration());
1251 data << uint32(GetAuraDuration());
1254 m_target->SendMessageToSet(&data, true);
1257 void Aura::SetStackAmount(uint8 stackAmount)
1259 Unit *target = GetTarget();
1260 Unit *caster = GetCaster();
1261 if (!target || !caster)
1262 return;
1264 bool refresh = stackAmount >= m_stackAmount;
1265 if (stackAmount != m_stackAmount)
1267 m_stackAmount = stackAmount;
1268 int32 amount = m_stackAmount * caster->CalculateSpellDamage(m_spellProto, m_effIndex, m_currentBasePoints, target);
1269 // Reapply if amount change
1270 if (amount!=m_modifier.m_amount)
1272 ApplyModifier(false, true);
1273 m_modifier.m_amount = amount;
1274 ApplyModifier(true, true);
1278 if (refresh)
1279 // Stack increased refresh duration
1280 RefreshAura();
1281 else
1282 // Stack decreased only send update
1283 SendAuraUpdate(false);
1286 bool Aura::modStackAmount(int32 num)
1288 // Can`t mod
1289 if (!m_spellProto->StackAmount)
1290 return true;
1292 // Modify stack but limit it
1293 int32 stackAmount = m_stackAmount + num;
1294 if (stackAmount > m_spellProto->StackAmount)
1295 stackAmount = m_spellProto->StackAmount;
1296 else if (stackAmount <=0) // Last aura from stack removed
1298 m_stackAmount = 0;
1299 return true; // need remove aura
1302 // Update stack amount
1303 SetStackAmount(stackAmount);
1304 return false;
1307 void Aura::RefreshAura()
1309 m_duration = m_maxduration;
1310 SendAuraUpdate(false);
1313 bool Aura::isAffectedOnSpell(SpellEntry const *spell) const
1315 // Check family name
1316 if (spell->SpellFamilyName != m_spellProto->SpellFamilyName)
1317 return false;
1318 // Check EffectClassMask
1319 uint32 const *ptr = getAuraSpellClassMask();
1320 if (((uint64*)ptr)[0] & spell->SpellFamilyFlags)
1321 return true;
1322 if (ptr[2] & spell->SpellFamilyFlags2)
1323 return true;
1324 return false;
1327 void Aura::ReapplyAffectedPassiveAuras( Unit* target, bool owner_mode )
1329 std::set<uint32> affectedSelf;
1330 std::set<uint32> affectedAuraCaster;
1332 for(Unit::AuraMap::const_iterator itr = target->GetAuras().begin(); itr != target->GetAuras().end(); ++itr)
1334 // permanent passive or permanent area aura
1335 // passive spells can be affected only by own or owner spell mods)
1336 if (itr->second->IsPermanent() && (owner_mode && itr->second->IsPassive() || itr->second->IsAreaAura()) &&
1337 // non deleted and not same aura (any with same spell id)
1338 !itr->second->IsDeleted() && itr->second->GetId() != GetId() &&
1339 // and affected by aura
1340 isAffectedOnSpell(itr->second->GetSpellProto()))
1342 // only applied by self or aura caster
1343 if (itr->second->GetCasterGUID() == target->GetGUID())
1344 affectedSelf.insert(itr->second->GetId());
1345 else if (itr->second->GetCasterGUID() == GetCasterGUID())
1346 affectedAuraCaster.insert(itr->second->GetId());
1350 for(std::set<uint32>::const_iterator set_itr = affectedSelf.begin(); set_itr != affectedSelf.end(); ++set_itr)
1352 target->RemoveAurasDueToSpell(*set_itr);
1353 target->CastSpell(m_target, *set_itr, true);
1356 if (!affectedAuraCaster.empty())
1358 Unit* caster = GetCaster();
1359 for(std::set<uint32>::const_iterator set_itr = affectedAuraCaster.begin(); set_itr != affectedAuraCaster.end(); ++set_itr)
1361 target->RemoveAurasDueToSpell(*set_itr);
1362 if (caster)
1363 caster->CastSpell(m_target, *set_itr, true);
1368 /*********************************************************/
1369 /*** BASIC AURA FUNCTION ***/
1370 /*********************************************************/
1371 void Aura::HandleAddModifier(bool apply, bool Real)
1373 if(m_target->GetTypeId() != TYPEID_PLAYER || !Real)
1374 return;
1376 if(m_modifier.m_miscvalue >= MAX_SPELLMOD)
1377 return;
1379 if (apply)
1381 // Add custom charges for some mod aura
1382 switch (m_spellProto->Id)
1384 case 17941: // Shadow Trance
1385 case 22008: // Netherwind Focus
1386 case 31834: // Light's Grace
1387 case 34754: // Clearcasting
1388 case 34936: // Backlash
1389 case 44401: // Missile Barrage
1390 case 48108: // Hot Streak
1391 case 51124: // Killing Machine
1392 case 54741: // Firestarter
1393 case 57761: // Fireball!
1394 SetAuraCharges(1);
1395 break;
1398 m_spellmod = new SpellModifier(
1399 SpellModOp(m_modifier.m_miscvalue),
1400 SpellModType(m_modifier.m_auraname), // SpellModType value == spell aura types
1401 m_modifier.m_amount,
1402 this,
1403 // prevent expire spell mods with (charges > 0 && m_stackAmount > 1)
1404 // all this spell expected expire not at use but at spell proc event check
1405 m_spellProto->StackAmount > 1 ? 0 : m_procCharges);
1408 ((Player*)m_target)->AddSpellMod(m_spellmod, apply);
1410 // reapply talents to own passive persistent auras
1411 ReapplyAffectedPassiveAuras(m_target, true);
1413 // re-apply talents/passives/area auras applied to pet (it affected by player spellmods)
1414 if(Pet* pet = m_target->GetPet())
1415 ReapplyAffectedPassiveAuras(pet, true);
1417 // re-apply talents/passives/area auras applied to totems (it affected by player spellmods)
1418 for(int i = 0; i < MAX_TOTEM; ++i)
1419 if(m_target->m_TotemSlot[i])
1420 if(Creature* totem = m_target->GetMap()->GetCreature(m_target->m_TotemSlot[i]))
1421 ReapplyAffectedPassiveAuras(totem, true);
1423 // re-apply talents/passives/area auras applied to group members (it affected by player spellmods)
1424 if (Group* group = ((Player*)m_target)->GetGroup())
1425 for(GroupReference *itr = group->GetFirstMember(); itr != NULL; itr = itr->next())
1426 if (Player* member = itr->getSource())
1427 if (member != m_target && member->IsInMap(m_target))
1428 ReapplyAffectedPassiveAuras(member, false);
1431 void Aura::HandleAddTargetTrigger(bool apply, bool /*Real*/)
1433 // Use SpellModifier structure for check
1434 // used only fields:
1435 // spellId, mask, mask2
1436 if (apply)
1438 SpellModifier *mod = new SpellModifier;
1439 mod->spellId = GetId();
1441 uint32 const *ptr = m_spellProto->GetEffectSpellClassMask(m_effIndex);
1443 mod->mask = (uint64)ptr[0] | (uint64)ptr[1]<<32;
1444 mod->mask2= ptr[2];
1445 m_spellmod = mod;
1447 else
1449 delete m_spellmod;
1450 m_spellmod = NULL;
1454 void Aura::TriggerSpell()
1456 const uint64& casterGUID = GetCasterGUID();
1457 Unit* target = GetTriggerTarget();
1459 if(!casterGUID || !target)
1460 return;
1462 // generic casting code with custom spells and target/caster customs
1463 uint32 trigger_spell_id = GetSpellProto()->EffectTriggerSpell[m_effIndex];
1465 SpellEntry const *triggeredSpellInfo = sSpellStore.LookupEntry(trigger_spell_id);
1466 SpellEntry const *auraSpellInfo = GetSpellProto();
1467 uint32 auraId = auraSpellInfo->Id;
1469 // specific code for cases with no trigger spell provided in field
1470 if (triggeredSpellInfo == NULL)
1472 switch(auraSpellInfo->SpellFamilyName)
1474 case SPELLFAMILY_GENERIC:
1476 switch(auraId)
1478 // Firestone Passive (1-5 ranks)
1479 case 758:
1480 case 17945:
1481 case 17947:
1482 case 17949:
1483 case 27252:
1485 if (target->GetTypeId() != TYPEID_PLAYER)
1486 return;
1487 Item* item = ((Player*)target)->GetWeaponForAttack(BASE_ATTACK);
1488 if (!item)
1489 return;
1490 uint32 enchant_id = 0;
1491 switch (GetId())
1493 case 758: enchant_id = 1803; break; // Rank 1
1494 case 17945: enchant_id = 1823; break; // Rank 2
1495 case 17947: enchant_id = 1824; break; // Rank 3
1496 case 17949: enchant_id = 1825; break; // Rank 4
1497 case 27252: enchant_id = 2645; break; // Rank 5
1498 default:
1499 return;
1501 // remove old enchanting before applying new
1502 ((Player*)target)->ApplyEnchantment(item,TEMP_ENCHANTMENT_SLOT,false);
1503 item->SetEnchantment(TEMP_ENCHANTMENT_SLOT, enchant_id, m_modifier.periodictime+1000, 0);
1504 // add new enchanting
1505 ((Player*)target)->ApplyEnchantment(item,TEMP_ENCHANTMENT_SLOT,true);
1506 return;
1508 // // Periodic Mana Burn
1509 // case 812: break;
1510 // // Polymorphic Ray
1511 // case 6965: break;
1512 // // Fire Nova (1-7 ranks)
1513 // case 8350:
1514 // case 8508:
1515 // case 8509:
1516 // case 11312:
1517 // case 11313:
1518 // case 25540:
1519 // case 25544:
1520 // break;
1521 // Thaumaturgy Channel
1522 case 9712: trigger_spell_id = 21029; break;
1523 // // Egan's Blaster
1524 // case 17368: break;
1525 // // Haunted
1526 // case 18347: break;
1527 // // Ranshalla Waiting
1528 // case 18953: break;
1529 // // Inferno
1530 // case 19695: break;
1531 // // Frostwolf Muzzle DND
1532 // case 21794: break;
1533 // // Alterac Ram Collar DND
1534 // case 21866: break;
1535 // // Celebras Waiting
1536 // case 21916: break;
1537 // Brood Affliction: Bronze
1538 case 23170:
1540 m_target->CastSpell(m_target, 23171, true, 0, this);
1541 return;
1543 // // Mark of Frost
1544 // case 23184: break;
1545 // Restoration
1546 case 23493:
1548 int32 heal = target->GetMaxHealth() / 10;
1549 target->DealHeal(target, heal, auraSpellInfo);
1551 if (int32 mana = target->GetMaxPower(POWER_MANA))
1553 mana /= 10;
1554 target->EnergizeBySpell(target, 23493, mana, POWER_MANA);
1556 return;
1558 // // Stoneclaw Totem Passive TEST
1559 // case 23792: break;
1560 // // Axe Flurry
1561 // case 24018: break;
1562 // // Mark of Arlokk
1563 // case 24210: break;
1564 // // Restoration
1565 // case 24379: break;
1566 // // Happy Pet
1567 // case 24716: break;
1568 // // Dream Fog
1569 // case 24780: break;
1570 // // Cannon Prep
1571 // case 24832: break;
1572 // // Shadow Bolt Whirl
1573 // case 24834: break;
1574 // // Stink Trap
1575 // case 24918: break;
1576 // // Mark of Nature
1577 // case 25041: break;
1578 // // Agro Drones
1579 // case 25152: break;
1580 // Consume
1581 case 25371:
1583 int32 bpDamage = target->GetMaxHealth()*10/100;
1584 target->CastCustomSpell(target, 25373, &bpDamage, NULL, NULL, true, NULL, this, casterGUID);
1585 return;
1587 // // Pain Spike
1588 // case 25572: break;
1589 // // Rotate 360
1590 // case 26009: break;
1591 // // Rotate -360
1592 // case 26136: break;
1593 // // Consume
1594 // case 26196: break;
1595 // // Berserk
1596 // case 26615: break;
1597 // // Defile
1598 // case 27177: break;
1599 // // Teleport: IF/UC
1600 // case 27601: break;
1601 // // Five Fat Finger Exploding Heart Technique
1602 // case 27673: break;
1603 // // Nitrous Boost
1604 // case 27746: break;
1605 // // Steam Tank Passive
1606 // case 27747: break;
1607 // Frost Blast
1608 case 27808:
1610 int32 bpDamage = target->GetMaxHealth()*26/100;
1611 target->CastCustomSpell(target, 29879, &bpDamage, NULL, NULL, true, NULL, this, casterGUID);
1612 return;
1614 // // Detonate Mana
1615 // case 27819: break;
1616 // // Controller Timer
1617 // case 28095: break;
1618 // // Stalagg Chain
1619 // case 28096: break;
1620 // // Stalagg Tesla Passive
1621 // case 28097: break;
1622 // // Feugen Tesla Passive
1623 // case 28109: break;
1624 // // Feugen Chain
1625 // case 28111: break;
1626 // // Mark of Didier
1627 // case 28114: break;
1628 // // Communique Timer, camp
1629 // case 28346: break;
1630 // // Icebolt
1631 // case 28522: break;
1632 // // Silithyst
1633 // case 29519: break;
1634 // Inoculate Nestlewood Owlkin
1635 case 29528:
1636 if(target->GetTypeId() != TYPEID_UNIT)// prevent error reports in case ignored player target
1637 return;
1638 break;
1639 // // Overload
1640 // case 29768: break;
1641 // // Return Fire
1642 // case 29788: break;
1643 // // Return Fire
1644 // case 29793: break;
1645 // // Return Fire
1646 // case 29794: break;
1647 // // Guardian of Icecrown Passive
1648 // case 29897: break;
1649 // Feed Captured Animal
1650 case 29917: trigger_spell_id = 29916; break;
1651 // // Flame Wreath
1652 // case 29946: break;
1653 // // Flame Wreath
1654 // case 29947: break;
1655 // // Mind Exhaustion Passive
1656 // case 30025: break;
1657 // // Nether Beam - Serenity
1658 // case 30401: break;
1659 // Extract Gas
1660 case 30427:
1662 Unit* caster = GetCaster();
1663 if (!caster)
1664 return;
1665 // move loot to player inventory and despawn target
1666 if(caster->GetTypeId() ==TYPEID_PLAYER &&
1667 target->GetTypeId() == TYPEID_UNIT &&
1668 ((Creature*)target)->GetCreatureInfo()->type == CREATURE_TYPE_GAS_CLOUD)
1670 Player* player = (Player*)caster;
1671 Creature* creature = (Creature*)target;
1672 // missing lootid has been reported on startup - just return
1673 if (!creature->GetCreatureInfo()->SkinLootId)
1674 return;
1676 player->AutoStoreLoot(creature->GetCreatureInfo()->SkinLootId,LootTemplates_Skinning,true);
1678 creature->ForcedDespawn();
1680 return;
1682 // Quake
1683 case 30576: trigger_spell_id = 30571; break;
1684 // // Burning Maul
1685 // case 30598: break;
1686 // // Regeneration
1687 // case 30799:
1688 // case 30800:
1689 // case 30801:
1690 // break;
1691 // // Despawn Self - Smoke cloud
1692 // case 31269: break;
1693 // // Time Rift Periodic
1694 // case 31320: break;
1695 // // Corrupt Medivh
1696 // case 31326: break;
1697 // Doom
1698 case 31347:
1700 m_target->CastSpell(m_target,31350,true);
1701 m_target->DealDamage(m_target, m_target->GetHealth(), NULL, DIRECT_DAMAGE, SPELL_SCHOOL_MASK_NORMAL, NULL, false);
1702 return;
1704 // Spellcloth
1705 case 31373:
1707 // Summon Elemental after create item
1708 target->SummonCreature(17870, 0, 0, 0, target->GetOrientation(), TEMPSUMMON_DEAD_DESPAWN, 0);
1709 return;
1711 // // Bloodmyst Tesla
1712 // case 31611: break;
1713 // Doomfire
1714 case 31944:
1716 int32 damage = m_modifier.m_amount * ((float)(GetAuraDuration() + m_modifier.periodictime) / GetAuraMaxDuration());
1717 target->CastCustomSpell(target, 31969, &damage, NULL, NULL, true, NULL, this, casterGUID);
1718 return;
1720 // // Teleport Test
1721 // case 32236: break;
1722 // // Earthquake
1723 // case 32686: break;
1724 // // Possess
1725 // case 33401: break;
1726 // // Draw Shadows
1727 // case 33563: break;
1728 // // Murmur's Touch
1729 // case 33711: break;
1730 // Flame Quills
1731 case 34229:
1733 // cast 24 spells 34269-34289, 34314-34316
1734 for(uint32 spell_id = 34269; spell_id != 34290; ++spell_id)
1735 target->CastSpell(target, spell_id, true, NULL, this, casterGUID);
1736 for(uint32 spell_id = 34314; spell_id != 34317; ++spell_id)
1737 target->CastSpell(target, spell_id, true, NULL, this, casterGUID);
1738 return;
1740 // // Gravity Lapse
1741 // case 34480: break;
1742 // // Tornado
1743 // case 34683: break;
1744 // // Frostbite Rotate
1745 // case 34748: break;
1746 // // Arcane Flurry
1747 // case 34821: break;
1748 // // Interrupt Shutdown
1749 // case 35016: break;
1750 // // Interrupt Shutdown
1751 // case 35176: break;
1752 // // Inferno
1753 // case 35268: break;
1754 // // Salaadin's Tesla
1755 // case 35515: break;
1756 // // Ethereal Channel (Red)
1757 // case 35518: break;
1758 // // Nether Vapor
1759 // case 35879: break;
1760 // // Dark Portal Storm
1761 // case 36018: break;
1762 // // Burning Maul
1763 // case 36056: break;
1764 // // Living Grove Defender Lifespan
1765 // case 36061: break;
1766 // // Professor Dabiri Talks
1767 // case 36064: break;
1768 // // Kael Gaining Power
1769 // case 36091: break;
1770 // // They Must Burn Bomb Aura
1771 // case 36344: break;
1772 // // They Must Burn Bomb Aura (self)
1773 // case 36350: break;
1774 // // Stolen Ravenous Ravager Egg
1775 // case 36401: break;
1776 // // Activated Cannon
1777 // case 36410: break;
1778 // // Stolen Ravenous Ravager Egg
1779 // case 36418: break;
1780 // // Enchanted Weapons
1781 // case 36510: break;
1782 // // Cursed Scarab Periodic
1783 // case 36556: break;
1784 // // Cursed Scarab Despawn Periodic
1785 // case 36561: break;
1786 // // Vision Guide
1787 // case 36573: break;
1788 // // Cannon Charging (platform)
1789 // case 36785: break;
1790 // // Cannon Charging (self)
1791 // case 36860: break;
1792 // Remote Toy
1793 case 37027: trigger_spell_id = 37029; break;
1794 // // Mark of Death
1795 // case 37125: break;
1796 // // Arcane Flurry
1797 // case 37268: break;
1798 // // Spout
1799 // case 37429: break;
1800 // // Spout
1801 // case 37430: break;
1802 // // Karazhan - Chess NPC AI, Snapshot timer
1803 // case 37440: break;
1804 // // Karazhan - Chess NPC AI, action timer
1805 // case 37504: break;
1806 // // Karazhan - Chess: Is Square OCCUPIED aura (DND)
1807 // case 39400: break;
1808 // // Banish
1809 // case 37546: break;
1810 // // Shriveling Gaze
1811 // case 37589: break;
1812 // // Fake Aggro Radius (2 yd)
1813 // case 37815: break;
1814 // // Corrupt Medivh
1815 // case 37853: break;
1816 // Eye of Grillok
1817 case 38495:
1819 m_target->CastSpell(m_target, 38530, true);
1820 return;
1822 // Absorb Eye of Grillok (Zezzak's Shard)
1823 case 38554:
1825 if(m_target->GetTypeId() != TYPEID_UNIT)
1826 return;
1828 if (Unit* caster = GetCaster())
1829 caster->CastSpell(caster, 38495, true, NULL, this);
1830 else
1831 return;
1833 Creature* creatureTarget = (Creature*)m_target;
1835 creatureTarget->ForcedDespawn();
1836 return;
1838 // // Magic Sucker Device timer
1839 // case 38672: break;
1840 // // Tomb Guarding Charging
1841 // case 38751: break;
1842 // // Murmur's Touch
1843 // case 38794: break;
1844 // // Activate Nether-wraith Beacon (31742 Nether-wraith Beacon item)
1845 // case 39105: break;
1846 // // Drain World Tree Visual
1847 // case 39140: break;
1848 // // Quest - Dustin's Undead Dragon Visual aura
1849 // case 39259: break;
1850 // // Hellfire - The Exorcism, Jules releases darkness, aura
1851 // case 39306: break;
1852 // // Inferno
1853 // case 39346: break;
1854 // // Enchanted Weapons
1855 // case 39489: break;
1856 // // Shadow Bolt Whirl
1857 // case 39630: break;
1858 // // Shadow Bolt Whirl
1859 // case 39634: break;
1860 // // Shadow Inferno
1861 // case 39645: break;
1862 // Tear of Azzinoth Summon Channel - it's not really supposed to do anything,and this only prevents the console spam
1863 case 39857: trigger_spell_id = 39856; break;
1864 // // Soulgrinder Ritual Visual (Smashed)
1865 // case 39974: break;
1866 // // Simon Game Pre-game timer
1867 // case 40041: break;
1868 // // Knockdown Fel Cannon: The Aggro Check Aura
1869 // case 40113: break;
1870 // // Spirit Lance
1871 // case 40157: break;
1872 // // Demon Transform 2
1873 // case 40398: break;
1874 // // Demon Transform 1
1875 // case 40511: break;
1876 // // Ancient Flames
1877 // case 40657: break;
1878 // // Ethereal Ring Cannon: Cannon Aura
1879 // case 40734: break;
1880 // // Cage Trap
1881 // case 40760: break;
1882 // // Random Periodic
1883 // case 40867: break;
1884 // // Prismatic Shield
1885 // case 40879: break;
1886 // // Aura of Desire
1887 // case 41350: break;
1888 // // Dementia
1889 // case 41404: break;
1890 // // Chaos Form
1891 // case 41629: break;
1892 // // Alert Drums
1893 // case 42177: break;
1894 // // Spout
1895 // case 42581: break;
1896 // // Spout
1897 // case 42582: break;
1898 // // Return to the Spirit Realm
1899 // case 44035: break;
1900 // // Curse of Boundless Agony
1901 // case 45050: break;
1902 // // Earthquake
1903 // case 46240: break;
1904 // Personalized Weather
1905 case 46736: trigger_spell_id = 46737; break;
1906 // // Stay Submerged
1907 // case 46981: break;
1908 // // Dragonblight Ram
1909 // case 47015: break;
1910 // // Party G.R.E.N.A.D.E.
1911 // case 51510: break;
1912 default:
1913 break;
1915 break;
1917 case SPELLFAMILY_MAGE:
1919 switch(auraId)
1921 // Invisibility
1922 case 66:
1923 // Here need periodic triger reducing threat spell (or do it manually)
1924 return;
1925 default:
1926 break;
1928 break;
1930 // case SPELLFAMILY_WARRIOR:
1931 // {
1932 // switch(auraId)
1933 // {
1934 // // Wild Magic
1935 // case 23410: break;
1936 // // Corrupted Totems
1937 // case 23425: break;
1938 // default:
1939 // break;
1940 // }
1941 // break;
1942 // }
1943 // case SPELLFAMILY_PRIEST:
1944 // {
1945 // switch(auraId)
1946 // {
1947 // // Blue Beam
1948 // case 32930: break;
1949 // // Fury of the Dreghood Elders
1950 // case 35460: break;
1951 // default:
1952 // break;
1953 // }
1954 // break;
1955 // }
1956 case SPELLFAMILY_HUNTER:
1958 switch (auraId)
1960 // Sniper training
1961 case 53302:
1962 case 53303:
1963 case 53304:
1964 if (target->GetTypeId() != TYPEID_PLAYER)
1965 return;
1967 // Reset reapply counter at move
1968 if (((Player*)target)->isMoving())
1970 m_modifier.m_amount = 6;
1971 return;
1974 // We are standing at the moment
1975 if (m_modifier.m_amount > 0)
1977 --m_modifier.m_amount;
1978 return;
1981 // select rank of buff
1982 switch(auraId)
1984 case 53302: trigger_spell_id = 64418; break;
1985 case 53303: trigger_spell_id = 64419; break;
1986 case 53304: trigger_spell_id = 64420; break;
1989 // If aura is active - no need to continue
1990 if (target->HasAura(trigger_spell_id))
1991 return;
1993 break;
1994 default:
1995 break;
1997 break;
1999 case SPELLFAMILY_DRUID:
2001 switch(auraId)
2003 // Cat Form
2004 // trigger_spell_id not set and unknown effect triggered in this case, ignoring for while
2005 case 768:
2006 return;
2007 // Frenzied Regeneration
2008 case 22842:
2009 case 22895:
2010 case 22896:
2011 case 26999:
2013 int32 LifePerRage = GetModifier()->m_amount;
2015 int32 lRage = m_target->GetPower(POWER_RAGE);
2016 if(lRage > 100) // rage stored as rage*10
2017 lRage = 100;
2018 m_target->ModifyPower(POWER_RAGE, -lRage);
2019 int32 FRTriggerBasePoints = int32(lRage*LifePerRage/10);
2020 m_target->CastCustomSpell(m_target, 22845, &FRTriggerBasePoints, NULL, NULL, true, NULL, this);
2021 return;
2023 default:
2024 break;
2026 break;
2029 // case SPELLFAMILY_HUNTER:
2030 // {
2031 // switch(auraId)
2032 // {
2033 // //Frost Trap Aura
2034 // case 13810:
2035 // return;
2036 // //Rizzle's Frost Trap
2037 // case 39900:
2038 // return;
2039 // // Tame spells
2040 // case 19597: // Tame Ice Claw Bear
2041 // case 19676: // Tame Snow Leopard
2042 // case 19677: // Tame Large Crag Boar
2043 // case 19678: // Tame Adult Plainstrider
2044 // case 19679: // Tame Prairie Stalker
2045 // case 19680: // Tame Swoop
2046 // case 19681: // Tame Dire Mottled Boar
2047 // case 19682: // Tame Surf Crawler
2048 // case 19683: // Tame Armored Scorpid
2049 // case 19684: // Tame Webwood Lurker
2050 // case 19685: // Tame Nightsaber Stalker
2051 // case 19686: // Tame Strigid Screecher
2052 // case 30100: // Tame Crazed Dragonhawk
2053 // case 30103: // Tame Elder Springpaw
2054 // case 30104: // Tame Mistbat
2055 // case 30647: // Tame Barbed Crawler
2056 // case 30648: // Tame Greater Timberstrider
2057 // case 30652: // Tame Nightstalker
2058 // return;
2059 // default:
2060 // break;
2061 // }
2062 // break;
2063 // }
2064 case SPELLFAMILY_SHAMAN:
2066 switch(auraId)
2068 // Lightning Shield (The Earthshatterer set trigger after cast Lighting Shield)
2069 case 28820:
2071 // Need remove self if Lightning Shield not active
2072 Unit::AuraMap const& auras = target->GetAuras();
2073 for(Unit::AuraMap::const_iterator itr = auras.begin(); itr != auras.end(); ++itr)
2075 SpellEntry const* spell = itr->second->GetSpellProto();
2076 if( spell->SpellFamilyName == SPELLFAMILY_SHAMAN &&
2077 (spell->SpellFamilyFlags & UI64LIT(0x0000000000000400)))
2078 return;
2080 target->RemoveAurasDueToSpell(28820);
2081 return;
2083 // Totemic Mastery (Skyshatter Regalia (Shaman Tier 6) - bonus)
2084 case 38443:
2086 bool all = true;
2087 for(int i = 0; i < MAX_TOTEM; ++i)
2089 if(!target->m_TotemSlot[i])
2091 all = false;
2092 break;
2096 if(all)
2097 target->CastSpell(target, 38437, true, NULL, this);
2098 else
2099 target->RemoveAurasDueToSpell(38437);
2100 return;
2102 default:
2103 break;
2105 break;
2107 default:
2108 break;
2111 // Reget trigger spell proto
2112 triggeredSpellInfo = sSpellStore.LookupEntry(trigger_spell_id);
2114 else
2116 // Spell exist but require custom code
2117 switch(auraId)
2119 // Curse of Idiocy
2120 case 1010:
2122 // TODO: spell casted by result in correct way mostly
2123 // BUT:
2124 // 1) target show casting at each triggered cast: target don't must show casting animation for any triggered spell
2125 // but must show affect apply like item casting
2126 // 2) maybe aura must be replace by new with accumulative stat mods instead stacking
2128 // prevent cast by triggered auras
2129 if(casterGUID == target->GetGUID())
2130 return;
2132 // stop triggering after each affected stats lost > 90
2133 int32 intelectLoss = 0;
2134 int32 spiritLoss = 0;
2136 Unit::AuraList const& mModStat = target->GetAurasByType(SPELL_AURA_MOD_STAT);
2137 for(Unit::AuraList::const_iterator i = mModStat.begin(); i != mModStat.end(); ++i)
2139 if ((*i)->GetId() == 1010)
2141 switch((*i)->GetModifier()->m_miscvalue)
2143 case STAT_INTELLECT: intelectLoss += (*i)->GetModifier()->m_amount; break;
2144 case STAT_SPIRIT: spiritLoss += (*i)->GetModifier()->m_amount; break;
2145 default: break;
2150 if(intelectLoss <= -90 && spiritLoss <= -90)
2151 return;
2153 break;
2155 // Mana Tide
2156 case 16191:
2158 target->CastCustomSpell(target, trigger_spell_id, &m_modifier.m_amount, NULL, NULL, true, NULL, this);
2159 return;
2161 // Ground Slam
2162 case 33525:
2163 target->CastSpell(target, trigger_spell_id, true, NULL, this, casterGUID);
2164 return;
2165 // Beacon of Light
2166 case 53563:
2167 // original caster must be target (beacon)
2168 target->CastSpell(target, trigger_spell_id, true, NULL, this, target->GetGUID());
2169 return;
2170 // Rapid Recuperation (triggered energize have baspioints == 0)
2171 case 56654:
2172 case 58882:
2174 int32 mana = m_target->GetMaxPower(POWER_MANA) * m_modifier.m_amount / 100;
2175 target->CastCustomSpell(target, trigger_spell_id, &mana, NULL, NULL, true, NULL, this);
2176 return;
2181 // All ok cast by default case
2182 if(triggeredSpellInfo)
2183 target->CastSpell(target, triggeredSpellInfo, true, NULL, this, casterGUID);
2184 else
2186 if (Unit* caster = GetCaster())
2188 if(target->GetTypeId() != TYPEID_UNIT || !Script->EffectDummyCreature(caster, GetId(), GetEffIndex(), (Creature*)target))
2189 sLog.outError("Aura::TriggerSpell: Spell %u have 0 in EffectTriggered[%d], not handled custom case?",GetId(),GetEffIndex());
2194 void Aura::TriggerSpellWithValue()
2196 const uint64& casterGUID = GetCasterGUID();
2197 Unit* target = GetTriggerTarget();
2199 if(!casterGUID || !target)
2200 return;
2202 // generic casting code with custom spells and target/caster customs
2203 uint32 trigger_spell_id = GetSpellProto()->EffectTriggerSpell[m_effIndex];
2204 int32 basepoints0 = this->GetModifier()->m_amount;
2206 target->CastCustomSpell(target, trigger_spell_id, &basepoints0, NULL, NULL, true, NULL, this, casterGUID);
2209 /*********************************************************/
2210 /*** AURA EFFECTS ***/
2211 /*********************************************************/
2213 void Aura::HandleAuraDummy(bool apply, bool Real)
2215 // spells required only Real aura add/remove
2216 if(!Real)
2217 return;
2219 // AT APPLY
2220 if(apply)
2222 switch(m_spellProto->SpellFamilyName)
2224 case SPELLFAMILY_GENERIC:
2225 switch(GetId())
2227 case 1515: // Tame beast
2228 // FIX_ME: this is 2.0.12 threat effect replaced in 2.1.x by dummy aura, must be checked for correctness
2229 if (m_target->CanHaveThreatList())
2230 if (Unit* caster = GetCaster())
2231 m_target->AddThreat(caster, 10.0f, false, GetSpellSchoolMask(GetSpellProto()), GetSpellProto());
2232 return;
2233 case 13139: // net-o-matic
2234 // root to self part of (root_target->charge->root_self sequence
2235 if (Unit* caster = GetCaster())
2236 caster->CastSpell(caster, 13138, true, NULL, this);
2237 return;
2238 case 39850: // Rocket Blast
2239 if(roll_chance_i(20)) // backfire stun
2240 m_target->CastSpell(m_target, 51581, true, NULL, this);
2241 return;
2242 case 43873: // Headless Horseman Laugh
2243 m_target->PlayDistanceSound(11965);
2244 return;
2245 case 46354: // Blood Elf Illusion
2246 if (Unit* caster = GetCaster())
2248 switch(caster->getGender())
2250 case GENDER_FEMALE:
2251 caster->CastSpell(m_target, 46356, true, NULL, this);
2252 break;
2253 case GENDER_MALE:
2254 caster->CastSpell(m_target, 46355, true, NULL, this);
2255 break;
2256 default:
2257 break;
2260 return;
2261 case 46699: // Requires No Ammo
2262 if (m_target->GetTypeId() == TYPEID_PLAYER)
2263 // not use ammo and not allow use
2264 ((Player*)m_target)->RemoveAmmo();
2265 return;
2266 case 62061: // Festive Holiday Mount
2267 if (m_target->HasAuraType(SPELL_AURA_MOUNTED))
2268 // Reindeer Transformation
2269 m_target->CastSpell(m_target, 25860, true, NULL, this);
2270 return;
2272 break;
2273 case SPELLFAMILY_WARRIOR:
2274 // Overpower
2275 if(m_spellProto->SpellFamilyFlags & UI64LIT(0x0000000000000004))
2277 // Must be casting target
2278 if (!m_target->IsNonMeleeSpellCasted(false))
2279 return;
2281 Unit* caster = GetCaster();
2282 if (!caster)
2283 return;
2285 Unit::AuraList const& modifierAuras = caster->GetAurasByType(SPELL_AURA_ADD_FLAT_MODIFIER);
2286 for(Unit::AuraList::const_iterator itr = modifierAuras.begin(); itr != modifierAuras.end(); ++itr)
2288 // Unrelenting Assault
2289 if((*itr)->GetSpellProto()->SpellFamilyName==SPELLFAMILY_WARRIOR && (*itr)->GetSpellProto()->SpellIconID == 2775)
2291 switch ((*itr)->GetSpellProto()->Id)
2293 case 46859: // Unrelenting Assault, rank 1
2294 m_target->CastSpell(m_target,64849,true,NULL,(*itr));
2295 break;
2296 case 46860: // Unrelenting Assault, rank 2
2297 m_target->CastSpell(m_target,64850,true,NULL,(*itr));
2298 break;
2299 default:
2300 break;
2302 break;
2305 return;
2307 break;
2308 case SPELLFAMILY_SHAMAN:
2309 // Tidal Force
2310 if (GetId() == 55198)
2312 // apply max stack bufs
2313 SpellEntry const* buffEntry = sSpellStore.LookupEntry(55166);
2314 if (!buffEntry)
2315 return;
2316 for(int k = 0; k < buffEntry->StackAmount; ++k)
2317 m_target->CastSpell(m_target, buffEntry, true, NULL, this);
2319 // Earth Shield
2320 else if ((GetSpellProto()->SpellFamilyFlags & UI64LIT(0x40000000000)))
2322 // prevent double apply bonuses
2323 if(m_target->GetTypeId() != TYPEID_PLAYER || !((Player*)m_target)->GetSession()->PlayerLoading())
2324 if (Unit* caster = GetCaster())
2325 m_modifier.m_amount = caster->SpellHealingBonus(m_target, GetSpellProto(), m_modifier.m_amount, SPELL_DIRECT_DAMAGE);
2326 return;
2328 break;
2331 // AT REMOVE
2332 else
2334 if( m_target->GetTypeId() == TYPEID_PLAYER &&
2335 ( GetSpellProto()->Effect[0]==72 || GetSpellProto()->Effect[0]==6 &&
2336 ( GetSpellProto()->EffectApplyAuraName[0]==1 || GetSpellProto()->EffectApplyAuraName[0]==128 ) ) )
2338 // spells with SpellEffect=72 and aura=4: 6196, 6197, 21171, 21425
2339 ((Player*)m_target)->SetFarSightGUID(0);
2340 WorldPacket data(SMSG_CLEAR_FAR_SIGHT_IMMEDIATE, 0);
2341 ((Player*)m_target)->GetSession()->SendPacket(&data);
2342 return;
2345 if (IsQuestTameSpell(GetId()) && m_target->isAlive())
2347 Unit* caster = GetCaster();
2348 if (!caster || !caster->isAlive())
2349 return;
2351 uint32 finalSpelId = 0;
2352 switch(GetId())
2354 case 19548: finalSpelId = 19597; break;
2355 case 19674: finalSpelId = 19677; break;
2356 case 19687: finalSpelId = 19676; break;
2357 case 19688: finalSpelId = 19678; break;
2358 case 19689: finalSpelId = 19679; break;
2359 case 19692: finalSpelId = 19680; break;
2360 case 19693: finalSpelId = 19684; break;
2361 case 19694: finalSpelId = 19681; break;
2362 case 19696: finalSpelId = 19682; break;
2363 case 19697: finalSpelId = 19683; break;
2364 case 19699: finalSpelId = 19685; break;
2365 case 19700: finalSpelId = 19686; break;
2366 case 30646: finalSpelId = 30647; break;
2367 case 30653: finalSpelId = 30648; break;
2368 case 30654: finalSpelId = 30652; break;
2369 case 30099: finalSpelId = 30100; break;
2370 case 30102: finalSpelId = 30103; break;
2371 case 30105: finalSpelId = 30104; break;
2374 if(finalSpelId)
2375 caster->CastSpell(m_target, finalSpelId, true, NULL, this);
2376 return;
2379 switch(GetId())
2381 case 36730: // Flame Strike
2383 m_target->CastSpell(m_target, 36731, true, NULL, this);
2384 return;
2386 case 44191: // Flame Strike
2388 if (m_target->GetMap()->IsDungeon())
2390 uint32 spellId = m_target->GetMap()->IsRegularDifficulty() ? 44190 : 46163;
2392 m_target->CastSpell(m_target, spellId, true, NULL, this);
2394 return;
2396 case 45934: // Dark Fiend
2398 // Kill target if dispelled
2399 if (m_removeMode==AURA_REMOVE_BY_DISPEL)
2400 m_target->DealDamage(m_target, m_target->GetHealth(), NULL, DIRECT_DAMAGE, SPELL_SCHOOL_MASK_NORMAL, NULL, false);
2401 return;
2403 case 46308: // Burning Winds
2405 // casted only at creatures at spawn
2406 m_target->CastSpell(m_target, 47287, true, NULL, this);
2407 return;
2411 if (m_removeMode == AURA_REMOVE_BY_DEATH)
2413 // Stop caster Arcane Missle chanelling on death
2414 if (m_spellProto->SpellFamilyName == SPELLFAMILY_MAGE &&
2415 (m_spellProto->SpellFamilyFlags & UI64LIT(0x0000000000000800)))
2417 if (Unit* caster = GetCaster())
2418 caster->InterruptSpell(CURRENT_CHANNELED_SPELL);
2419 return;
2421 // Stop caster Penance chanelling on death
2422 if (m_spellProto->SpellFamilyName == SPELLFAMILY_PRIEST &&
2423 (m_spellProto->SpellFamilyFlags2 & UI64LIT(0x00000080)))
2425 if (Unit* caster = GetCaster())
2426 caster->InterruptSpell(CURRENT_CHANNELED_SPELL);
2427 return;
2432 // AT APPLY & REMOVE
2434 switch(m_spellProto->SpellFamilyName)
2436 case SPELLFAMILY_GENERIC:
2438 switch(GetId())
2440 // Recently Bandaged
2441 case 11196:
2442 m_target->ApplySpellImmune(GetId(), IMMUNITY_MECHANIC, GetMiscValue(), apply);
2443 return;
2444 // Unstable Power
2445 case 24658:
2447 uint32 spellId = 24659;
2448 if (apply)
2450 SpellEntry const *spell = sSpellStore.LookupEntry(spellId);
2451 Unit* caster = GetCaster();
2452 if (!spell || !caster)
2453 return;
2455 for (int i=0; i < spell->StackAmount; ++i)
2456 caster->CastSpell(m_target, spellId, true, NULL, NULL, GetCasterGUID());
2457 return;
2459 m_target->RemoveAurasDueToSpell(spellId);
2460 return;
2462 // Restless Strength
2463 case 24661:
2465 uint32 spellId = 24662;
2466 if (apply)
2468 SpellEntry const* spell = sSpellStore.LookupEntry(spellId);
2469 Unit* caster = GetCaster();
2470 if (!spell || !caster)
2471 return;
2472 for (int i=0; i < spell->StackAmount; ++i)
2473 caster->CastSpell(m_target, spell->Id, true, NULL, NULL, GetCasterGUID());
2474 return;
2476 m_target->RemoveAurasDueToSpell(spellId);
2477 return;
2479 //Summon Fire Elemental
2480 case 40133:
2482 Unit* caster = GetCaster();
2483 if (!caster)
2484 return;
2486 Unit *owner = caster->GetOwner();
2487 if (owner && owner->GetTypeId() == TYPEID_PLAYER)
2489 if(apply)
2490 owner->CastSpell(owner, 8985, true);
2491 else
2492 ((Player*)owner)->RemovePet(NULL, PET_SAVE_NOT_IN_SLOT, true);
2494 return;
2496 //Summon Earth Elemental
2497 case 40132 :
2499 Unit* caster = GetCaster();
2500 if (!caster)
2501 return;
2503 Unit *owner = caster->GetOwner();
2504 if (owner && owner->GetTypeId() == TYPEID_PLAYER)
2506 if(apply)
2507 owner->CastSpell(owner, 19704, true);
2508 else
2509 ((Player*)owner)->RemovePet(NULL, PET_SAVE_NOT_IN_SLOT, true);
2511 return;
2513 //Dragonmaw Illusion
2514 case 40214 :
2516 if(apply)
2518 m_target->CastSpell(m_target, 40216, true);
2519 m_target->CastSpell(m_target, 42016, true);
2521 else
2523 m_target->RemoveAurasDueToSpell(40216);
2524 m_target->RemoveAurasDueToSpell(42016);
2526 return;
2528 // LK Intro VO (1)
2529 case 58204:
2530 if(m_target->GetTypeId() == TYPEID_PLAYER)
2532 // Play part 1
2533 if(apply)
2534 m_target->PlayDirectSound(14970, (Player *)m_target);
2535 // continue in 58205
2536 else
2537 m_target->CastSpell(m_target, 58205, true);
2539 return;
2540 // LK Intro VO (2)
2541 case 58205:
2542 if(m_target->GetTypeId() == TYPEID_PLAYER)
2544 // Play part 2
2545 if(apply)
2546 m_target->PlayDirectSound(14971, (Player *)m_target);
2547 // Play part 3
2548 else
2549 m_target->PlayDirectSound(14972, (Player *)m_target);
2551 return;
2552 case 40131:
2553 case 27978:
2554 if (apply)
2555 m_target->m_AuraFlags |= UNIT_AURAFLAG_ALIVE_INVISIBLE;
2556 else
2557 m_target->m_AuraFlags |= ~UNIT_AURAFLAG_ALIVE_INVISIBLE;
2558 return;
2560 break;
2562 case SPELLFAMILY_MAGE:
2563 break;
2564 case SPELLFAMILY_WARLOCK:
2566 // Haunt
2567 if (GetSpellProto()->SpellIconID == 3172 && (GetSpellProto()->SpellFamilyFlags & UI64LIT(0x0004000000000000)))
2569 // NOTE: for avoid use additional field damage stored in dummy value (replace unused 100%
2570 if (apply)
2571 m_modifier.m_amount = 0; // use value as damage counter instead redundent 100% percent
2572 else
2574 int32 bp0 = m_modifier.m_amount;
2576 if (Unit* caster = GetCaster())
2577 m_target->CastCustomSpell(caster,48210,&bp0,NULL,NULL,true);
2580 break;
2582 case SPELLFAMILY_PRIEST:
2584 // Pain and Suffering
2585 if( m_spellProto->SpellIconID == 2874 && m_target->GetTypeId()==TYPEID_PLAYER )
2587 if(apply)
2589 // Reduce backfire damage (dot damage) from Shadow Word: Death
2590 // aura have wrong effectclassmask, so use hardcoded value
2591 m_spellmod = new SpellModifier(SPELLMOD_DOT,SPELLMOD_PCT,m_modifier.m_amount,GetId(),0x0000200000000000);
2593 ((Player*)m_target)->AddSpellMod(m_spellmod, apply);
2594 return;
2596 break;
2598 case SPELLFAMILY_DRUID:
2600 switch(GetId())
2602 case 34246: // Idol of the Emerald Queen
2603 case 60779: // Idol of Lush Moss
2605 if (m_target->GetTypeId() != TYPEID_PLAYER)
2606 return;
2608 if(apply)
2609 // dummy not have proper effectclassmask
2610 m_spellmod = new SpellModifier(SPELLMOD_DOT,SPELLMOD_FLAT,m_modifier.m_amount/7,GetId(),UI64LIT(0x001000000000));
2612 ((Player*)m_target)->AddSpellMod(m_spellmod, apply);
2613 return;
2615 case 52610: // Savage Roar
2617 if(apply)
2619 if(m_target->m_form != FORM_CAT)
2620 return;
2622 m_target->CastSpell(m_target, 62071, true);
2624 else
2625 m_target-> RemoveAurasDueToSpell(62071);
2626 return;
2628 case 61336: // Survival Instincts
2630 if(apply)
2632 if (!m_target->IsInFeralForm())
2633 return;
2635 int32 bp0 = int32(m_target->GetMaxHealth() * m_modifier.m_amount / 100);
2636 m_target->CastCustomSpell(m_target, 50322, &bp0, NULL, NULL, true);
2638 else
2639 m_target-> RemoveAurasDueToSpell(50322);
2640 return;
2644 // Lifebloom
2645 if (GetSpellProto()->SpellFamilyFlags & UI64LIT(0x1000000000))
2647 if ( apply )
2649 if (Unit* caster = GetCaster())
2650 // prevent double apply bonuses
2651 if(m_target->GetTypeId()!=TYPEID_PLAYER || !((Player*)m_target)->GetSession()->PlayerLoading())
2652 m_modifier.m_amount = caster->SpellHealingBonus(m_target, GetSpellProto(), m_modifier.m_amount, SPELL_DIRECT_DAMAGE);
2654 else
2656 // Final heal only on dispelled or duration end
2657 if ( !(GetAuraDuration() <= 0 || m_removeMode == AURA_REMOVE_BY_DISPEL) )
2658 return;
2660 // have a look if there is still some other Lifebloom dummy aura
2661 Unit::AuraList const& auras = m_target->GetAurasByType(SPELL_AURA_DUMMY);
2662 for(Unit::AuraList::const_iterator itr = auras.begin(); itr!=auras.end(); ++itr)
2663 if((*itr)->GetSpellProto()->SpellFamilyName == SPELLFAMILY_DRUID &&
2664 ((*itr)->GetSpellProto()->SpellFamilyFlags & UI64LIT(0x1000000000)))
2665 return;
2667 // final heal
2668 if(m_target->IsInWorld() && m_stackAmount > 0)
2670 int32 amount = m_modifier.m_amount / m_stackAmount;
2671 m_target->CastCustomSpell(m_target, 33778, &amount, NULL, NULL, true, NULL, this, GetCasterGUID());
2673 if (Unit* caster = GetCaster())
2675 int32 returnmana = (GetSpellProto()->ManaCostPercentage * caster->GetCreateMana() / 100) * m_stackAmount / 2;
2676 caster->CastCustomSpell(caster, 64372, &returnmana, NULL, NULL, true, NULL, this, GetCasterGUID());
2680 return;
2683 // Predatory Strikes
2684 if(m_target->GetTypeId()==TYPEID_PLAYER && GetSpellProto()->SpellIconID == 1563)
2686 ((Player*)m_target)->UpdateAttackPowerAndDamage();
2687 return;
2690 // Improved Moonkin Form
2691 if(GetSpellProto()->SpellIconID == 2855)
2693 uint32 spell_id;
2694 switch(GetId())
2696 case 48384: spell_id = 50170; break; //Rank 1
2697 case 48395: spell_id = 50171; break; //Rank 2
2698 case 48396: spell_id = 50172; break; //Rank 3
2699 default:
2700 sLog.outError("HandleAuraDummy: Not handled rank of IMF (Spell: %u)",GetId());
2701 return;
2704 if(apply)
2706 if(m_target->m_form != FORM_MOONKIN)
2707 return;
2709 m_target->CastSpell(m_target, spell_id, true);
2711 else
2712 m_target-> RemoveAurasDueToSpell(spell_id);
2713 return;
2715 break;
2717 case SPELLFAMILY_HUNTER:
2718 break;
2719 case SPELLFAMILY_PALADIN:
2720 switch(GetId())
2722 case 20911: // Blessing of Sanctuary
2723 case 25899: // Greater Blessing of Sanctuary
2725 if (apply)
2726 m_target->CastSpell(m_target, 67480, true, NULL, this);
2727 else
2728 m_target->RemoveAurasDueToSpell(67480);
2729 return;
2732 break;
2733 case SPELLFAMILY_SHAMAN:
2734 break;
2737 // pet auras
2738 if(PetAura const* petSpell = sSpellMgr.GetPetAura(GetId(), m_effIndex))
2740 if(apply)
2741 m_target->AddPetAura(petSpell);
2742 else
2743 m_target->RemovePetAura(petSpell);
2744 return;
2747 if(GetEffIndex()==0 && m_target->GetTypeId()==TYPEID_PLAYER)
2749 SpellAreaForAreaMapBounds saBounds = sSpellMgr.GetSpellAreaForAuraMapBounds(GetId());
2750 if(saBounds.first != saBounds.second)
2752 uint32 zone, area;
2753 m_target->GetZoneAndAreaId(zone, area);
2755 for(SpellAreaForAreaMap::const_iterator itr = saBounds.first; itr != saBounds.second; ++itr)
2757 // some auras remove at aura remove
2758 if(!itr->second->IsFitToRequirements((Player*)m_target, zone, area))
2759 m_target->RemoveAurasDueToSpell(itr->second->spellId);
2760 // some auras applied at aura apply
2761 else if(itr->second->autocast)
2763 if( !m_target->HasAura(itr->second->spellId, 0) )
2764 m_target->CastSpell(m_target, itr->second->spellId, true);
2771 void Aura::HandleAuraMounted(bool apply, bool Real)
2773 // only at real add/remove aura
2774 if(!Real)
2775 return;
2777 if(apply)
2779 CreatureInfo const* ci = ObjectMgr::GetCreatureTemplate(m_modifier.m_miscvalue);
2780 if(!ci)
2782 sLog.outErrorDb("AuraMounted: `creature_template`='%u' not found in database (only need it modelid)", m_modifier.m_miscvalue);
2783 return;
2786 uint32 team = 0;
2787 if (m_target->GetTypeId()==TYPEID_PLAYER)
2788 team = ((Player*)m_target)->GetTeam();
2790 uint32 display_id = sObjectMgr.ChooseDisplayId(team,ci);
2791 CreatureModelInfo const *minfo = sObjectMgr.GetCreatureModelRandomGender(display_id);
2792 if (minfo)
2793 display_id = minfo->modelid;
2795 m_target->Mount(display_id);
2797 else
2799 m_target->Unmount();
2803 void Aura::HandleAuraWaterWalk(bool apply, bool Real)
2805 // only at real add/remove aura
2806 if(!Real)
2807 return;
2809 WorldPacket data;
2810 if(apply)
2811 data.Initialize(SMSG_MOVE_WATER_WALK, 8+4);
2812 else
2813 data.Initialize(SMSG_MOVE_LAND_WALK, 8+4);
2814 data.append(m_target->GetPackGUID());
2815 data << uint32(0);
2816 m_target->SendMessageToSet(&data, true);
2819 void Aura::HandleAuraFeatherFall(bool apply, bool Real)
2821 // only at real add/remove aura
2822 if(!Real)
2823 return;
2825 WorldPacket data;
2826 if(apply)
2827 data.Initialize(SMSG_MOVE_FEATHER_FALL, 8+4);
2828 else
2829 data.Initialize(SMSG_MOVE_NORMAL_FALL, 8+4);
2830 data.append(m_target->GetPackGUID());
2831 data << uint32(0);
2832 m_target->SendMessageToSet(&data, true);
2834 // start fall from current height
2835 if(!apply && m_target->GetTypeId() == TYPEID_PLAYER)
2836 ((Player*)m_target)->SetFallInformation(0, m_target->GetPositionZ());
2839 void Aura::HandleAuraHover(bool apply, bool Real)
2841 // only at real add/remove aura
2842 if(!Real)
2843 return;
2845 WorldPacket data;
2846 if(apply)
2847 data.Initialize(SMSG_MOVE_SET_HOVER, 8+4);
2848 else
2849 data.Initialize(SMSG_MOVE_UNSET_HOVER, 8+4);
2850 data.append(m_target->GetPackGUID());
2851 data << uint32(0);
2852 m_target->SendMessageToSet(&data, true);
2855 void Aura::HandleWaterBreathing(bool /*apply*/, bool /*Real*/)
2857 // update timers in client
2858 if(m_target->GetTypeId()==TYPEID_PLAYER)
2859 ((Player*)m_target)->UpdateMirrorTimers();
2862 void Aura::HandleAuraModShapeshift(bool apply, bool Real)
2864 if(!Real)
2865 return;
2867 uint32 modelid = 0;
2868 Powers PowerType = POWER_MANA;
2869 ShapeshiftForm form = ShapeshiftForm(m_modifier.m_miscvalue);
2871 SpellShapeshiftEntry const* ssEntry = sSpellShapeshiftStore.LookupEntry(form);
2872 if (!ssEntry)
2874 sLog.outError("Unknown shapeshift form %u in spell %u", form, GetId());
2875 return;
2878 if (ssEntry->modelID_A)
2880 // i will asume that creatures will always take the defined model from the dbc
2881 // since no field in creature_templates describes wether an alliance or
2882 // horde modelid should be used at shapeshifting
2883 if (m_target->GetTypeId() != TYPEID_PLAYER)
2884 modelid = ssEntry->modelID_A;
2885 else
2887 // players are a bit difficult since the dbc has seldomly an horde modelid
2888 // so we add hacks here to set the right model
2889 if (Player::TeamForRace(m_target->getRace()) == ALLIANCE)
2890 modelid = ssEntry->modelID_A;
2891 else // 3.2.3 only the moonkin form has this information
2892 modelid = ssEntry->modelID_H;
2894 // no model found, if player is horde we look here for our hardcoded modelids
2895 if (!modelid && Player::TeamForRace(m_target->getRace()) == HORDE)
2898 switch(form)
2900 case FORM_CAT:
2901 modelid = 8571;
2902 break;
2903 case FORM_BEAR:
2904 case FORM_DIREBEAR:
2905 modelid = 2289;
2906 break;
2907 case FORM_FLIGHT:
2908 modelid = 20872;
2909 break;
2910 case FORM_FLIGHT_EPIC:
2911 modelid = 21244;
2912 break;
2913 // per default use alliance modelid
2914 // mostly horde and alliance share the same
2915 default:
2916 modelid = ssEntry->modelID_A;
2917 break;
2923 // now only powertype must be set
2924 switch(form)
2926 case FORM_CAT:
2927 PowerType = POWER_ENERGY;
2928 break;
2929 case FORM_BEAR:
2930 case FORM_DIREBEAR:
2931 case FORM_BATTLESTANCE:
2932 case FORM_BERSERKERSTANCE:
2933 case FORM_DEFENSIVESTANCE:
2934 PowerType = POWER_RAGE;
2935 break;
2936 default:
2937 break;
2940 // remove polymorph before changing display id to keep new display id
2941 switch ( form )
2943 case FORM_CAT:
2944 case FORM_TREE:
2945 case FORM_TRAVEL:
2946 case FORM_AQUA:
2947 case FORM_BEAR:
2948 case FORM_DIREBEAR:
2949 case FORM_FLIGHT_EPIC:
2950 case FORM_FLIGHT:
2951 case FORM_MOONKIN:
2953 // remove movement affects
2954 m_target->RemoveSpellsCausingAura(SPELL_AURA_MOD_ROOT);
2955 Unit::AuraList const& slowingAuras = m_target->GetAurasByType(SPELL_AURA_MOD_DECREASE_SPEED);
2956 for (Unit::AuraList::const_iterator iter = slowingAuras.begin(); iter != slowingAuras.end();)
2958 SpellEntry const* aurSpellInfo = (*iter)->GetSpellProto();
2960 uint32 aurMechMask = GetAllSpellMechanicMask(aurSpellInfo);
2962 // If spell that caused this aura has Croud Control or Daze effect
2963 if((aurMechMask & MECHANIC_NOT_REMOVED_BY_SHAPESHIFT) ||
2964 // some Daze spells have these parameters instead of MECHANIC_DAZE (skip snare spells)
2965 aurSpellInfo->SpellIconID == 15 && aurSpellInfo->Dispel == 0 &&
2966 (aurMechMask & (1 << (MECHANIC_SNARE-1)))==0)
2968 ++iter;
2969 continue;
2972 // All OK, remove aura now
2973 m_target->RemoveAurasDueToSpellByCancel(aurSpellInfo->Id);
2974 iter = slowingAuras.begin();
2977 // and polymorphic affects
2978 if(m_target->IsPolymorphed())
2979 m_target->RemoveAurasDueToSpell(m_target->getTransForm());
2981 break;
2983 default:
2984 break;
2987 if(apply)
2989 // remove other shapeshift before applying a new one
2990 if(m_target->m_ShapeShiftFormSpellId)
2991 m_target->RemoveAurasDueToSpell(m_target->m_ShapeShiftFormSpellId, this);
2993 m_target->SetByteValue(UNIT_FIELD_BYTES_2, 3, form);
2995 if(modelid > 0)
2996 m_target->SetDisplayId(modelid);
2998 if(PowerType != POWER_MANA)
3000 // reset power to default values only at power change
3001 if(m_target->getPowerType() != PowerType)
3002 m_target->setPowerType(PowerType);
3004 switch(form)
3006 case FORM_CAT:
3007 case FORM_BEAR:
3008 case FORM_DIREBEAR:
3010 // get furor proc chance
3011 uint32 FurorChance = 0;
3012 Unit::AuraList const& mDummy = m_target->GetAurasByType(SPELL_AURA_DUMMY);
3013 for(Unit::AuraList::const_iterator i = mDummy.begin(); i != mDummy.end(); ++i)
3015 if ((*i)->GetSpellProto()->SpellIconID == 238)
3017 FurorChance = (*i)->GetModifier()->m_amount;
3018 break;
3022 if (m_modifier.m_miscvalue == FORM_CAT)
3024 m_target->SetPower(POWER_ENERGY, 0);
3025 if(urand(1,100) <= FurorChance)
3026 m_target->CastSpell(m_target, 17099, true, NULL, this);
3028 else
3030 m_target->SetPower(POWER_RAGE, 0);
3031 if(urand(1,100) <= FurorChance)
3032 m_target->CastSpell(m_target, 17057, true, NULL, this);
3034 break;
3036 case FORM_BATTLESTANCE:
3037 case FORM_DEFENSIVESTANCE:
3038 case FORM_BERSERKERSTANCE:
3040 uint32 Rage_val = 0;
3041 // Stance mastery + Tactical mastery (both passive, and last have aura only in defense stance, but need apply at any stance switch)
3042 if(m_target->GetTypeId() == TYPEID_PLAYER)
3044 PlayerSpellMap const& sp_list = ((Player *)m_target)->GetSpellMap();
3045 for (PlayerSpellMap::const_iterator itr = sp_list.begin(); itr != sp_list.end(); ++itr)
3047 if(itr->second->state == PLAYERSPELL_REMOVED) continue;
3048 SpellEntry const *spellInfo = sSpellStore.LookupEntry(itr->first);
3049 if (spellInfo && spellInfo->SpellFamilyName == SPELLFAMILY_WARRIOR && spellInfo->SpellIconID == 139)
3050 Rage_val += m_target->CalculateSpellDamage(spellInfo, 0, spellInfo->EffectBasePoints[0], m_target) * 10;
3054 if (m_target->GetPower(POWER_RAGE) > Rage_val)
3055 m_target->SetPower(POWER_RAGE, Rage_val);
3056 break;
3058 default:
3059 break;
3063 m_target->m_ShapeShiftFormSpellId = GetId();
3064 m_target->m_form = form;
3066 // a form can give the player a new castbar with some spells.. this is a clientside process..
3067 // serverside just needs to register the new spells so that player isn't kicked as cheater
3068 if (m_target->GetTypeId() == TYPEID_PLAYER)
3069 for (uint32 i = 0; i < 8; ++i)
3070 if (ssEntry->spellId[i])
3071 ((Player*)m_target)->addSpell(ssEntry->spellId[i], true, false, false, false);
3074 else
3076 if(modelid > 0)
3077 m_target->SetDisplayId(m_target->GetNativeDisplayId());
3078 m_target->SetByteValue(UNIT_FIELD_BYTES_2, 3, FORM_NONE);
3079 if(m_target->getClass() == CLASS_DRUID)
3080 m_target->setPowerType(POWER_MANA);
3081 m_target->m_ShapeShiftFormSpellId = 0;
3082 m_target->m_form = FORM_NONE;
3084 switch(form)
3086 // Nordrassil Harness - bonus
3087 case FORM_BEAR:
3088 case FORM_DIREBEAR:
3089 case FORM_CAT:
3090 if(Aura* dummy = m_target->GetDummyAura(37315) )
3091 m_target->CastSpell(m_target, 37316, true, NULL, dummy);
3092 break;
3093 // Nordrassil Regalia - bonus
3094 case FORM_MOONKIN:
3095 if(Aura* dummy = m_target->GetDummyAura(37324) )
3096 m_target->CastSpell(m_target, 37325, true, NULL, dummy);
3097 break;
3098 default:
3099 break;
3102 // look at the comment in apply-part
3103 if (m_target->GetTypeId() == TYPEID_PLAYER)
3104 for (uint32 i = 0; i < 8; ++i)
3105 if (ssEntry->spellId[i])
3106 ((Player*)m_target)->removeSpell(ssEntry->spellId[i], false, false, false);
3110 // adding/removing linked auras
3111 // add/remove the shapeshift aura's boosts
3112 HandleShapeshiftBoosts(apply);
3114 if(m_target->GetTypeId() == TYPEID_PLAYER)
3115 ((Player*)m_target)->InitDataForForm();
3118 void Aura::HandleAuraTransform(bool apply, bool Real)
3120 if (apply)
3122 // special case (spell specific functionality)
3123 if (m_modifier.m_miscvalue == 0)
3125 // player applied only
3126 if (m_target->GetTypeId() != TYPEID_PLAYER)
3127 return;
3129 switch (GetId())
3131 // Orb of Deception
3132 case 16739:
3134 uint32 orb_model = m_target->GetNativeDisplayId();
3135 switch(orb_model)
3137 // Troll Female
3138 case 1479: m_target->SetDisplayId(10134); break;
3139 // Troll Male
3140 case 1478: m_target->SetDisplayId(10135); break;
3141 // Tauren Male
3142 case 59: m_target->SetDisplayId(10136); break;
3143 // Human Male
3144 case 49: m_target->SetDisplayId(10137); break;
3145 // Human Female
3146 case 50: m_target->SetDisplayId(10138); break;
3147 // Orc Male
3148 case 51: m_target->SetDisplayId(10139); break;
3149 // Orc Female
3150 case 52: m_target->SetDisplayId(10140); break;
3151 // Dwarf Male
3152 case 53: m_target->SetDisplayId(10141); break;
3153 // Dwarf Female
3154 case 54: m_target->SetDisplayId(10142); break;
3155 // NightElf Male
3156 case 55: m_target->SetDisplayId(10143); break;
3157 // NightElf Female
3158 case 56: m_target->SetDisplayId(10144); break;
3159 // Undead Female
3160 case 58: m_target->SetDisplayId(10145); break;
3161 // Undead Male
3162 case 57: m_target->SetDisplayId(10146); break;
3163 // Tauren Female
3164 case 60: m_target->SetDisplayId(10147); break;
3165 // Gnome Male
3166 case 1563: m_target->SetDisplayId(10148); break;
3167 // Gnome Female
3168 case 1564: m_target->SetDisplayId(10149); break;
3169 // BloodElf Female
3170 case 15475: m_target->SetDisplayId(17830); break;
3171 // BloodElf Male
3172 case 15476: m_target->SetDisplayId(17829); break;
3173 // Dranei Female
3174 case 16126: m_target->SetDisplayId(17828); break;
3175 // Dranei Male
3176 case 16125: m_target->SetDisplayId(17827); break;
3177 default: break;
3179 break;
3181 // Murloc costume
3182 case 42365: m_target->SetDisplayId(21723); break;
3183 // Honor the Dead
3184 case 65386:
3185 case 65495:
3187 switch(m_target->getGender())
3189 case GENDER_MALE:
3190 m_target->SetDisplayId(29203); // Chapman
3191 break;
3192 case GENDER_FEMALE:
3193 case GENDER_NONE:
3194 m_target->SetDisplayId(29204); // Catrina
3195 break;
3197 break;
3199 default: break;
3202 else
3204 uint32 model_id;
3206 CreatureInfo const * ci = ObjectMgr::GetCreatureTemplate(m_modifier.m_miscvalue);
3207 if (!ci)
3209 model_id = 16358; // pig pink ^_^
3210 sLog.outError("Auras: unknown creature id = %d (only need its modelid) Form Spell Aura Transform in Spell ID = %d", m_modifier.m_miscvalue, GetId());
3212 else
3213 model_id = ci->DisplayID_A[0]; // Will use the default model here
3215 // Polymorph (sheep/penguin case)
3216 if (GetSpellProto()->SpellFamilyName == SPELLFAMILY_MAGE && GetSpellProto()->SpellIconID == 82)
3217 if (Unit* caster = GetCaster())
3218 if (caster->HasAura(52648)) // Glyph of the Penguin
3219 model_id = 26452;
3221 m_target->SetDisplayId(model_id);
3223 // Dragonmaw Illusion (set mount model also)
3224 if(GetId()==42016 && m_target->GetMountID() && !m_target->GetAurasByType(SPELL_AURA_MOD_INCREASE_FLIGHT_SPEED).empty())
3225 m_target->SetUInt32Value(UNIT_FIELD_MOUNTDISPLAYID,16314);
3228 // update active transform spell only not set or not overwriting negative by positive case
3229 if (!m_target->getTransForm() || !IsPositiveSpell(GetId()) || IsPositiveSpell(m_target->getTransForm()))
3230 m_target->setTransForm(GetId());
3232 // polymorph case
3233 if (Real && m_target->GetTypeId() == TYPEID_PLAYER && m_target->IsPolymorphed())
3235 // for players, start regeneration after 1s (in polymorph fast regeneration case)
3236 // only if caster is Player (after patch 2.4.2)
3237 if (IS_PLAYER_GUID(GetCasterGUID()) )
3238 ((Player*)m_target)->setRegenTimer(1*IN_MILISECONDS);
3240 //dismount polymorphed target (after patch 2.4.2)
3241 if (m_target->IsMounted())
3242 m_target->RemoveSpellsCausingAura(SPELL_AURA_MOUNTED);
3245 else
3247 // ApplyModifier(true) will reapply it if need
3248 m_target->setTransForm(0);
3249 m_target->SetDisplayId(m_target->GetNativeDisplayId());
3251 // re-aplly some from still active with preference negative cases
3252 Unit::AuraList const& otherTransforms = m_target->GetAurasByType(SPELL_AURA_TRANSFORM);
3253 if (!otherTransforms.empty())
3255 // look for other transform auras
3256 Aura* handledAura = *otherTransforms.begin();
3257 for(Unit::AuraList::const_iterator i = otherTransforms.begin();i != otherTransforms.end(); ++i)
3259 // negative auras are preferred
3260 if (!IsPositiveSpell((*i)->GetSpellProto()->Id))
3262 handledAura = *i;
3263 break;
3266 handledAura->ApplyModifier(true);
3269 // Dragonmaw Illusion (restore mount model)
3270 if (GetId() == 42016 && m_target->GetMountID() == 16314)
3272 if (!m_target->GetAurasByType(SPELL_AURA_MOUNTED).empty())
3274 uint32 cr_id = m_target->GetAurasByType(SPELL_AURA_MOUNTED).front()->GetModifier()->m_miscvalue;
3275 if (CreatureInfo const* ci = ObjectMgr::GetCreatureTemplate(cr_id))
3277 uint32 team = 0;
3278 if (m_target->GetTypeId() == TYPEID_PLAYER)
3279 team = ((Player*)m_target)->GetTeam();
3281 uint32 display_id = sObjectMgr.ChooseDisplayId(team, ci);
3282 CreatureModelInfo const *minfo = sObjectMgr.GetCreatureModelRandomGender(display_id);
3283 if (minfo)
3284 display_id = minfo->modelid;
3286 m_target->SetUInt32Value(UNIT_FIELD_MOUNTDISPLAYID, display_id);
3293 void Aura::HandleForceReaction(bool apply, bool Real)
3295 if(m_target->GetTypeId() != TYPEID_PLAYER)
3296 return;
3298 if(!Real)
3299 return;
3301 Player* player = (Player*)m_target;
3303 uint32 faction_id = m_modifier.m_miscvalue;
3304 ReputationRank faction_rank = ReputationRank(m_modifier.m_amount);
3306 player->GetReputationMgr().ApplyForceReaction(faction_id, faction_rank, apply);
3307 player->GetReputationMgr().SendForceReactions();
3309 // stop fighting if at apply forced rank friendly or at remove real rank friendly
3310 if (apply && faction_rank >= REP_FRIENDLY || !apply && player->GetReputationRank(faction_id) >= REP_FRIENDLY)
3311 player->StopAttackFaction(faction_id);
3314 void Aura::HandleAuraModSkill(bool apply, bool /*Real*/)
3316 if(m_target->GetTypeId() != TYPEID_PLAYER)
3317 return;
3319 uint32 prot=GetSpellProto()->EffectMiscValue[m_effIndex];
3320 int32 points = GetModifier()->m_amount;
3322 ((Player*)m_target)->ModifySkillBonus(prot, (apply ? points: -points), m_modifier.m_auraname == SPELL_AURA_MOD_SKILL_TALENT);
3323 if(prot == SKILL_DEFENSE)
3324 ((Player*)m_target)->UpdateDefenseBonusesMod();
3327 void Aura::HandleChannelDeathItem(bool apply, bool Real)
3329 if(Real && !apply)
3331 if(m_removeMode != AURA_REMOVE_BY_DEATH)
3332 return;
3333 // Item amount
3334 if (m_modifier.m_amount <= 0)
3335 return;
3337 SpellEntry const *spellInfo = GetSpellProto();
3338 if(spellInfo->EffectItemType[m_effIndex] == 0)
3339 return;
3341 Unit* victim = GetTarget();
3342 Unit* caster = GetCaster();
3343 if (!caster || caster->GetTypeId() != TYPEID_PLAYER)
3344 return;
3346 // Soul Shard only from non-grey units
3347 if( spellInfo->EffectItemType[m_effIndex] == 6265 &&
3348 (victim->getLevel() <= MaNGOS::XP::GetGrayLevel(caster->getLevel()) ||
3349 victim->GetTypeId()==TYPEID_UNIT && !((Player*)caster)->isAllowedToLoot((Creature*)victim)) )
3350 return;
3351 //Adding items
3352 uint32 noSpaceForCount = 0;
3353 uint32 count = m_modifier.m_amount;
3355 ItemPosCountVec dest;
3356 uint8 msg = ((Player*)caster)->CanStoreNewItem( NULL_BAG, NULL_SLOT, dest, spellInfo->EffectItemType[m_effIndex], count, &noSpaceForCount);
3357 if( msg != EQUIP_ERR_OK )
3359 count-=noSpaceForCount;
3360 ((Player*)caster)->SendEquipError( msg, NULL, NULL );
3361 if (count==0)
3362 return;
3365 Item* newitem = ((Player*)caster)->StoreNewItem(dest, spellInfo->EffectItemType[m_effIndex], true);
3366 ((Player*)caster)->SendNewItem(newitem, count, true, false);
3370 void Aura::HandleBindSight(bool apply, bool /*Real*/)
3372 Unit* caster = GetCaster();
3373 if(!caster || caster->GetTypeId() != TYPEID_PLAYER)
3374 return;
3376 ((Player*)caster)->SetFarSightGUID(apply ? m_target->GetGUID() : 0);
3379 void Aura::HandleFarSight(bool apply, bool /*Real*/)
3381 Unit* caster = GetCaster();
3382 if(!caster || caster->GetTypeId() != TYPEID_PLAYER)
3383 return;
3385 ((Player*)caster)->SetFarSightGUID(apply ? m_target->GetGUID() : 0);
3388 void Aura::HandleAuraTrackCreatures(bool apply, bool /*Real*/)
3390 if(m_target->GetTypeId()!=TYPEID_PLAYER)
3391 return;
3393 if(apply)
3394 m_target->RemoveNoStackAurasDueToAura(this);
3395 m_target->SetUInt32Value(PLAYER_TRACK_CREATURES, apply ? ((uint32)1)<<(m_modifier.m_miscvalue-1) : 0 );
3398 void Aura::HandleAuraTrackResources(bool apply, bool /*Real*/)
3400 if(m_target->GetTypeId()!=TYPEID_PLAYER)
3401 return;
3403 if(apply)
3404 m_target->RemoveNoStackAurasDueToAura(this);
3405 m_target->SetUInt32Value(PLAYER_TRACK_RESOURCES, apply ? ((uint32)1)<<(m_modifier.m_miscvalue-1): 0 );
3408 void Aura::HandleAuraTrackStealthed(bool apply, bool /*Real*/)
3410 if(m_target->GetTypeId()!=TYPEID_PLAYER)
3411 return;
3413 if(apply)
3414 m_target->RemoveNoStackAurasDueToAura(this);
3416 m_target->ApplyModFlag(PLAYER_FIELD_BYTES, PLAYER_FIELD_BYTE_TRACK_STEALTHED, apply);
3419 void Aura::HandleAuraModScale(bool apply, bool /*Real*/)
3421 m_target->ApplyPercentModFloatValue(OBJECT_FIELD_SCALE_X, m_modifier.m_amount, apply);
3424 void Aura::HandleModPossess(bool apply, bool Real)
3426 if(!Real)
3427 return;
3429 // not possess yourself
3430 if(GetCasterGUID() == m_target->GetGUID())
3431 return;
3433 Unit* caster = GetCaster();
3434 if(!caster || caster->GetTypeId() != TYPEID_PLAYER)
3435 return;
3437 Player* p_caster = (Player*)caster;
3440 if( apply )
3442 m_target->SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_PLAYER_CONTROLLED);
3444 m_target->SetCharmerGUID(p_caster->GetGUID());
3445 m_target->setFaction(p_caster->getFaction());
3447 p_caster->SetCharm(m_target);
3449 p_caster->SetFarSightGUID(m_target->GetGUID());
3450 p_caster->SetClientControl(m_target, 1);
3451 p_caster->SetMover(m_target);
3453 m_target->CombatStop();
3454 m_target->DeleteThreatList();
3456 if(m_target->GetTypeId() == TYPEID_UNIT)
3458 m_target->StopMoving();
3459 m_target->GetMotionMaster()->Clear();
3460 m_target->GetMotionMaster()->MoveIdle();
3462 else if(m_target->GetTypeId() == TYPEID_PLAYER)
3464 ((Player*)m_target)->SetClientControl(m_target, 0);
3467 if(CharmInfo *charmInfo = m_target->InitCharmInfo(m_target))
3468 charmInfo->InitPossessCreateSpells();
3470 p_caster->PossessSpellInitialize();
3472 else
3474 m_target->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_PLAYER_CONTROLLED);
3476 m_target->SetCharmerGUID(0);
3477 p_caster->InterruptSpell(CURRENT_CHANNELED_SPELL); // the spell is not automatically canceled when interrupted, do it now
3479 if(m_target->GetTypeId() == TYPEID_PLAYER)
3481 ((Player*)m_target)->setFactionForRace(m_target->getRace());
3482 ((Player*)m_target)->SetClientControl(m_target, 1);
3484 else if(m_target->GetTypeId() == TYPEID_UNIT)
3486 CreatureInfo const *cinfo = ((Creature*)m_target)->GetCreatureInfo();
3487 m_target->setFaction(cinfo->faction_A);
3490 p_caster->SetCharm(NULL);
3492 p_caster->SetFarSightGUID(0);
3493 p_caster->SetClientControl(m_target, 0);
3494 p_caster->SetMover(NULL);
3496 p_caster->RemovePetActionBar();
3498 if(m_target->GetTypeId() == TYPEID_UNIT)
3500 ((Creature*)m_target)->AIM_Initialize();
3502 if (((Creature*)m_target)->AI())
3503 ((Creature*)m_target)->AI()->AttackedBy(caster);
3508 void Aura::HandleModPossessPet(bool apply, bool Real)
3510 if(!Real)
3511 return;
3513 Unit* caster = GetCaster();
3514 if(!caster || caster->GetTypeId() != TYPEID_PLAYER)
3515 return;
3517 Pet *pet = caster->GetPet();
3518 if(!pet || pet != m_target)
3519 return;
3521 Player* p_caster = (Player*)caster;
3523 if(apply)
3524 pet->SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_PLAYER_CONTROLLED);
3525 else
3526 pet->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_PLAYER_CONTROLLED);
3528 p_caster->SetFarSightGUID(apply ? pet->GetGUID() : 0);
3529 p_caster->SetCharm(apply ? pet : NULL);
3530 p_caster->SetClientControl(pet, apply ? 1 : 0);
3531 ((Player*)caster)->SetMover(apply ? pet : NULL);
3533 if(apply)
3535 pet->StopMoving();
3536 pet->GetMotionMaster()->Clear();
3537 pet->GetMotionMaster()->MoveIdle();
3539 else
3541 pet->AttackStop();
3542 pet->GetMotionMaster()->MoveFollow(caster, PET_FOLLOW_DIST, PET_FOLLOW_ANGLE);
3543 pet->AddMonsterMoveFlag(MONSTER_MOVE_WALK);
3547 void Aura::HandleAuraModPetTalentsPoints(bool /*Apply*/, bool Real)
3549 if(!Real)
3550 return;
3552 // Recalculate pet talent points
3553 if (Pet *pet=m_target->GetPet())
3554 pet->InitTalentForLevel();
3557 void Aura::HandleModCharm(bool apply, bool Real)
3559 if(!Real)
3560 return;
3562 // not charm yourself
3563 if(GetCasterGUID() == m_target->GetGUID())
3564 return;
3566 Unit* caster = GetCaster();
3567 if(!caster)
3568 return;
3570 if( apply )
3572 if (m_target->GetCharmerGUID())
3574 m_target->RemoveSpellsCausingAura(SPELL_AURA_MOD_CHARM);
3575 m_target->RemoveSpellsCausingAura(SPELL_AURA_MOD_POSSESS);
3578 m_target->SetCharmerGUID(GetCasterGUID());
3579 m_target->setFaction(caster->getFaction());
3580 m_target->CastStop(m_target == caster ? GetId() : 0);
3581 caster->SetCharm(m_target);
3583 m_target->CombatStop();
3584 m_target->DeleteThreatList();
3586 if(m_target->GetTypeId() == TYPEID_UNIT)
3588 ((Creature*)m_target)->AIM_Initialize();
3589 CharmInfo *charmInfo = m_target->InitCharmInfo(m_target);
3590 charmInfo->InitCharmCreateSpells();
3591 charmInfo->SetReactState( REACT_DEFENSIVE );
3593 if(caster->GetTypeId() == TYPEID_PLAYER && caster->getClass() == CLASS_WARLOCK)
3595 CreatureInfo const *cinfo = ((Creature*)m_target)->GetCreatureInfo();
3596 if(cinfo && cinfo->type == CREATURE_TYPE_DEMON)
3598 // creature with pet number expected have class set
3599 if(m_target->GetByteValue(UNIT_FIELD_BYTES_0, 1)==0)
3601 if(cinfo->unit_class==0)
3602 sLog.outErrorDb("Creature (Entry: %u) have unit_class = 0 but used in charmed spell, that will be result client crash.",cinfo->Entry);
3603 else
3604 sLog.outError("Creature (Entry: %u) have unit_class = %u but at charming have class 0!!! that will be result client crash.",cinfo->Entry,cinfo->unit_class);
3606 m_target->SetByteValue(UNIT_FIELD_BYTES_0, 1, CLASS_MAGE);
3609 //just to enable stat window
3610 charmInfo->SetPetNumber(sObjectMgr.GeneratePetNumber(), true);
3611 //if charmed two demons the same session, the 2nd gets the 1st one's name
3612 m_target->SetUInt32Value(UNIT_FIELD_PET_NAME_TIMESTAMP, time(NULL));
3617 if(caster->GetTypeId() == TYPEID_PLAYER)
3618 ((Player*)caster)->CharmSpellInitialize();
3620 else
3622 m_target->SetCharmerGUID(0);
3624 if(m_target->GetTypeId() == TYPEID_PLAYER)
3625 ((Player*)m_target)->setFactionForRace(m_target->getRace());
3626 else
3628 CreatureInfo const *cinfo = ((Creature*)m_target)->GetCreatureInfo();
3630 // restore faction
3631 if(((Creature*)m_target)->isPet())
3633 if(Unit* owner = m_target->GetOwner())
3634 m_target->setFaction(owner->getFaction());
3635 else if(cinfo)
3636 m_target->setFaction(cinfo->faction_A);
3638 else if(cinfo) // normal creature
3639 m_target->setFaction(cinfo->faction_A);
3641 // restore UNIT_FIELD_BYTES_0
3642 if(cinfo && caster->GetTypeId() == TYPEID_PLAYER && caster->getClass() == CLASS_WARLOCK && cinfo->type == CREATURE_TYPE_DEMON)
3644 // DB must have proper class set in field at loading, not req. restore, including workaround case at apply
3645 // m_target->SetByteValue(UNIT_FIELD_BYTES_0, 1, cinfo->unit_class);
3647 if(m_target->GetCharmInfo())
3648 m_target->GetCharmInfo()->SetPetNumber(0, true);
3649 else
3650 sLog.outError("Aura::HandleModCharm: target (GUID: %u TypeId: %u) has a charm aura but no charm info!", m_target->GetGUIDLow(), m_target->GetTypeId());
3654 caster->SetCharm(NULL);
3656 if(caster->GetTypeId() == TYPEID_PLAYER)
3657 ((Player*)caster)->RemovePetActionBar();
3659 if(m_target->GetTypeId() == TYPEID_UNIT)
3661 ((Creature*)m_target)->AIM_Initialize();
3662 if (((Creature*)m_target)->AI())
3663 ((Creature*)m_target)->AI()->AttackedBy(caster);
3668 void Aura::HandleModConfuse(bool apply, bool Real)
3670 if(!Real)
3671 return;
3673 m_target->SetConfused(apply, GetCasterGUID(), GetId());
3676 void Aura::HandleModFear(bool apply, bool Real)
3678 if (!Real)
3679 return;
3681 m_target->SetFeared(apply, GetCasterGUID(), GetId());
3684 void Aura::HandleFeignDeath(bool apply, bool Real)
3686 if(!Real)
3687 return;
3689 m_target->SetFeignDeath(apply, GetCasterGUID(), GetId());
3692 void Aura::HandleAuraModDisarm(bool apply, bool Real)
3694 if(!Real)
3695 return;
3697 if(!apply && m_target->HasAuraType(SPELL_AURA_MOD_DISARM))
3698 return;
3700 // not sure for it's correctness
3701 if(apply)
3702 m_target->SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_DISARMED);
3703 else
3704 m_target->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_DISARMED);
3706 // only at real add/remove aura
3707 if (m_target->GetTypeId() != TYPEID_PLAYER)
3708 return;
3710 // main-hand attack speed already set to special value for feral form already and don't must change and reset at remove.
3711 if (m_target->IsInFeralForm())
3712 return;
3714 if (apply)
3715 m_target->SetAttackTime(BASE_ATTACK,BASE_ATTACK_TIME);
3716 else
3717 ((Player *)m_target)->SetRegularAttackTime();
3719 m_target->UpdateDamagePhysical(BASE_ATTACK);
3722 void Aura::HandleAuraModStun(bool apply, bool Real)
3724 if(!Real)
3725 return;
3727 if (apply)
3729 // Frost stun aura -> freeze/unfreeze target
3730 if (GetSpellSchoolMask(m_spellProto) & SPELL_SCHOOL_MASK_FROST)
3731 m_target->ModifyAuraState(AURA_STATE_FROZEN, apply);
3733 m_target->addUnitState(UNIT_STAT_STUNNED);
3734 m_target->SetTargetGUID(0);
3736 m_target->SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_STUNNED);
3737 m_target->CastStop(m_target->GetGUID() == GetCasterGUID() ? GetId() : 0);
3739 // Creature specific
3740 if(m_target->GetTypeId() != TYPEID_PLAYER)
3741 m_target->StopMoving();
3742 else
3744 ((Player*)m_target)->m_movementInfo.SetMovementFlags(MOVEMENTFLAG_NONE);
3745 m_target->SetStandState(UNIT_STAND_STATE_STAND);// in 1.5 client
3748 WorldPacket data(SMSG_FORCE_MOVE_ROOT, 8);
3749 data.append(m_target->GetPackGUID());
3750 data << uint32(0);
3751 m_target->SendMessageToSet(&data, true);
3753 // Summon the Naj'entus Spine GameObject on target if spell is Impaling Spine
3754 if(GetId() == 39837)
3756 GameObject* pObj = new GameObject;
3757 if(pObj->Create(sObjectMgr.GenerateLowGuid(HIGHGUID_GAMEOBJECT), 185584, m_target->GetMap(), m_target->GetPhaseMask(),
3758 m_target->GetPositionX(), m_target->GetPositionY(), m_target->GetPositionZ(), m_target->GetOrientation(), 0.0f, 0.0f, 0.0f, 0.0f, 100, GO_STATE_READY))
3760 pObj->SetRespawnTime(GetAuraDuration()/IN_MILISECONDS);
3761 pObj->SetSpellId(GetId());
3762 m_target->AddGameObject(pObj);
3763 m_target->GetMap()->Add(pObj);
3765 else
3766 delete pObj;
3769 else
3771 // Frost stun aura -> freeze/unfreeze target
3772 if (GetSpellSchoolMask(m_spellProto) & SPELL_SCHOOL_MASK_FROST)
3774 bool found_another = false;
3775 for(AuraType const* itr = &frozenAuraTypes[0]; *itr != SPELL_AURA_NONE; ++itr)
3777 Unit::AuraList const& auras = m_target->GetAurasByType(*itr);
3778 for(Unit::AuraList::const_iterator i = auras.begin(); i != auras.end(); ++i)
3780 if( GetSpellSchoolMask((*i)->GetSpellProto()) & SPELL_SCHOOL_MASK_FROST)
3782 found_another = true;
3783 break;
3786 if(found_another)
3787 break;
3790 if(!found_another)
3791 m_target->ModifyAuraState(AURA_STATE_FROZEN, apply);
3794 // Real remove called after current aura remove from lists, check if other similar auras active
3795 if(m_target->HasAuraType(SPELL_AURA_MOD_STUN))
3796 return;
3798 m_target->clearUnitState(UNIT_STAT_STUNNED);
3799 m_target->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_STUNNED);
3801 if(!m_target->hasUnitState(UNIT_STAT_ROOT)) // prevent allow move if have also root effect
3803 if(m_target->getVictim() && m_target->isAlive())
3804 m_target->SetTargetGUID(m_target->getVictim()->GetGUID());
3806 WorldPacket data(SMSG_FORCE_MOVE_UNROOT, 8+4);
3807 data.append(m_target->GetPackGUID());
3808 data << uint32(0);
3809 m_target->SendMessageToSet(&data, true);
3812 // Wyvern Sting
3813 if (m_spellProto->SpellFamilyName == SPELLFAMILY_HUNTER && m_spellProto->SpellFamilyFlags & UI64LIT(0x0000100000000000))
3815 Unit* caster = GetCaster();
3816 if( !caster || caster->GetTypeId()!=TYPEID_PLAYER )
3817 return;
3819 uint32 spell_id = 0;
3821 switch(GetId())
3823 case 19386: spell_id = 24131; break;
3824 case 24132: spell_id = 24134; break;
3825 case 24133: spell_id = 24135; break;
3826 case 27068: spell_id = 27069; break;
3827 case 49011: spell_id = 49009; break;
3828 case 49012: spell_id = 49010; break;
3829 default:
3830 sLog.outError("Spell selection called for unexpected original spell %u, new spell for this spell family?",GetId());
3831 return;
3834 SpellEntry const* spellInfo = sSpellStore.LookupEntry(spell_id);
3836 if(!spellInfo)
3837 return;
3839 caster->CastSpell(m_target,spellInfo,true,NULL,this);
3840 return;
3845 void Aura::HandleModStealth(bool apply, bool Real)
3847 if (apply)
3849 // drop flag at stealth in bg
3850 m_target->RemoveAurasWithInterruptFlags(AURA_INTERRUPT_FLAG_IMMUNE_OR_LOST_SELECTION);
3852 // only at real aura add
3853 if (Real)
3855 m_target->SetStandFlags(UNIT_STAND_FLAGS_CREEP);
3857 if (m_target->GetTypeId()==TYPEID_PLAYER)
3858 m_target->SetFlag(PLAYER_FIELD_BYTES2, 0x2000);
3860 // apply only if not in GM invisibility (and overwrite invisibility state)
3861 if (m_target->GetVisibility()!=VISIBILITY_OFF)
3863 m_target->SetVisibility(VISIBILITY_GROUP_NO_DETECT);
3864 m_target->SetVisibility(VISIBILITY_GROUP_STEALTH);
3867 // apply full stealth period bonuses only at first stealth aura in stack
3868 if(m_target->GetAurasByType(SPELL_AURA_MOD_STEALTH).size()<=1)
3870 Unit::AuraList const& mDummyAuras = m_target->GetAurasByType(SPELL_AURA_DUMMY);
3871 for(Unit::AuraList::const_iterator i = mDummyAuras.begin();i != mDummyAuras.end(); ++i)
3873 // Master of Subtlety
3874 if ((*i)->GetSpellProto()->SpellIconID == 2114)
3876 m_target->RemoveAurasDueToSpell(31666);
3877 int32 bp = (*i)->GetModifier()->m_amount;
3878 m_target->CastCustomSpell(m_target,31665,&bp,NULL,NULL,true);
3880 // Overkill
3881 else if ((*i)->GetId() == 58426 && GetSpellProto()->SpellFamilyFlags & UI64LIT(0x0000000000400000))
3883 m_target->RemoveAurasDueToSpell(58428);
3884 m_target->CastSpell(m_target, 58427, true);
3890 else
3892 // only at real aura remove of _last_ SPELL_AURA_MOD_STEALTH
3893 if (Real && !m_target->HasAuraType(SPELL_AURA_MOD_STEALTH))
3895 // if no GM invisibility
3896 if (m_target->GetVisibility()!=VISIBILITY_OFF)
3898 m_target->RemoveStandFlags(UNIT_STAND_FLAGS_CREEP);
3900 if (m_target->GetTypeId()==TYPEID_PLAYER)
3901 m_target->RemoveFlag(PLAYER_FIELD_BYTES2, 0x2000);
3903 // restore invisibility if any
3904 if (m_target->HasAuraType(SPELL_AURA_MOD_INVISIBILITY))
3906 m_target->SetVisibility(VISIBILITY_GROUP_NO_DETECT);
3907 m_target->SetVisibility(VISIBILITY_GROUP_INVISIBILITY);
3909 else
3910 m_target->SetVisibility(VISIBILITY_ON);
3913 // apply delayed talent bonus remover at last stealth aura remove
3914 Unit::AuraList const& mDummyAuras = m_target->GetAurasByType(SPELL_AURA_DUMMY);
3915 for(Unit::AuraList::const_iterator i = mDummyAuras.begin();i != mDummyAuras.end(); ++i)
3917 // Master of Subtlety
3918 if ((*i)->GetSpellProto()->SpellIconID == 2114)
3919 m_target->CastSpell(m_target, 31666, true);
3920 // Overkill
3921 else if ((*i)->GetId() == 58426 && GetSpellProto()->SpellFamilyFlags & UI64LIT(0x0000000000400000))
3922 m_target->CastSpell(m_target, 58428, true);
3928 void Aura::HandleInvisibility(bool apply, bool Real)
3930 if(apply)
3932 m_target->m_invisibilityMask |= (1 << m_modifier.m_miscvalue);
3934 m_target->RemoveAurasWithInterruptFlags(AURA_INTERRUPT_FLAG_IMMUNE_OR_LOST_SELECTION);
3936 if(Real && m_target->GetTypeId()==TYPEID_PLAYER)
3938 // apply glow vision
3939 m_target->SetFlag(PLAYER_FIELD_BYTES2,PLAYER_FIELD_BYTE2_INVISIBILITY_GLOW);
3943 // apply only if not in GM invisibility and not stealth
3944 if(m_target->GetVisibility() == VISIBILITY_ON)
3946 // Aura not added yet but visibility code expect temporary add aura
3947 m_target->SetVisibility(VISIBILITY_GROUP_NO_DETECT);
3948 m_target->SetVisibility(VISIBILITY_GROUP_INVISIBILITY);
3951 else
3953 // recalculate value at modifier remove (current aura already removed)
3954 m_target->m_invisibilityMask = 0;
3955 Unit::AuraList const& auras = m_target->GetAurasByType(SPELL_AURA_MOD_INVISIBILITY);
3956 for(Unit::AuraList::const_iterator itr = auras.begin(); itr != auras.end(); ++itr)
3957 m_target->m_invisibilityMask |= (1 << m_modifier.m_miscvalue);
3959 // only at real aura remove and if not have different invisibility auras.
3960 if(Real && m_target->m_invisibilityMask == 0)
3962 // remove glow vision
3963 if(m_target->GetTypeId() == TYPEID_PLAYER)
3964 m_target->RemoveFlag(PLAYER_FIELD_BYTES2,PLAYER_FIELD_BYTE2_INVISIBILITY_GLOW);
3966 // apply only if not in GM invisibility & not stealthed while invisible
3967 if(m_target->GetVisibility() != VISIBILITY_OFF)
3969 // if have stealth aura then already have stealth visibility
3970 if(!m_target->HasAuraType(SPELL_AURA_MOD_STEALTH))
3971 m_target->SetVisibility(VISIBILITY_ON);
3977 void Aura::HandleInvisibilityDetect(bool apply, bool Real)
3979 if(apply)
3981 m_target->m_detectInvisibilityMask |= (1 << m_modifier.m_miscvalue);
3983 else
3985 // recalculate value at modifier remove (current aura already removed)
3986 m_target->m_detectInvisibilityMask = 0;
3987 Unit::AuraList const& auras = m_target->GetAurasByType(SPELL_AURA_MOD_INVISIBILITY_DETECTION);
3988 for(Unit::AuraList::const_iterator itr = auras.begin(); itr != auras.end(); ++itr)
3989 m_target->m_detectInvisibilityMask |= (1 << m_modifier.m_miscvalue);
3991 if(Real && m_target->GetTypeId()==TYPEID_PLAYER)
3992 ((Player*)m_target)->UpdateVisibilityForPlayer();
3995 void Aura::HandleAuraModRoot(bool apply, bool Real)
3997 // only at real add/remove aura
3998 if(!Real)
3999 return;
4001 if (apply)
4003 // Frost root aura -> freeze/unfreeze target
4004 if (GetSpellSchoolMask(m_spellProto) & SPELL_SCHOOL_MASK_FROST)
4005 m_target->ModifyAuraState(AURA_STATE_FROZEN, apply);
4007 m_target->addUnitState(UNIT_STAT_ROOT);
4008 m_target->SetTargetGUID(0);
4009 // probably wrong (this add skinnable flag)
4010 // TODO: find correct flag
4011 //m_target->SetFlag(UNIT_FIELD_FLAGS,(apply_stat<<16));
4013 //Save last orientation
4014 if( m_target->getVictim() )
4015 m_target->SetOrientation(m_target->GetAngle(m_target->getVictim()));
4017 if(m_target->GetTypeId() == TYPEID_PLAYER)
4019 WorldPacket data(SMSG_FORCE_MOVE_ROOT, 10);
4020 data.append(m_target->GetPackGUID());
4021 data << (uint32)2;
4022 m_target->SendMessageToSet(&data, true);
4024 //Clear unit movement flags
4025 ((Player*)m_target)->m_movementInfo.SetMovementFlags(MOVEMENTFLAG_NONE);
4027 else
4028 m_target->StopMoving();
4030 else
4032 // Frost root aura -> freeze/unfreeze target
4033 if (GetSpellSchoolMask(m_spellProto) & SPELL_SCHOOL_MASK_FROST)
4035 bool found_another = false;
4036 for(AuraType const* itr = &frozenAuraTypes[0]; *itr != SPELL_AURA_NONE; ++itr)
4038 Unit::AuraList const& auras = m_target->GetAurasByType(*itr);
4039 for(Unit::AuraList::const_iterator i = auras.begin(); i != auras.end(); ++i)
4041 if( GetSpellSchoolMask((*i)->GetSpellProto()) & SPELL_SCHOOL_MASK_FROST)
4043 found_another = true;
4044 break;
4047 if(found_another)
4048 break;
4051 if(!found_another)
4052 m_target->ModifyAuraState(AURA_STATE_FROZEN, apply);
4055 // Real remove called after current aura remove from lists, check if other similar auras active
4056 if(m_target->HasAuraType(SPELL_AURA_MOD_ROOT))
4057 return;
4059 m_target->clearUnitState(UNIT_STAT_ROOT);
4060 // probably wrong (this add skinnable flag)
4061 // TODO: find correct flag
4062 //m_target->RemoveFlag(UNIT_FIELD_FLAGS,(apply_stat<<16));
4064 if(!m_target->hasUnitState(UNIT_STAT_STUNNED)) // prevent allow move if have also stun effect
4066 if(m_target->getVictim() && m_target->isAlive())
4067 m_target->SetTargetGUID(m_target->getVictim()->GetGUID());
4069 if(m_target->GetTypeId() == TYPEID_PLAYER)
4071 WorldPacket data(SMSG_FORCE_MOVE_UNROOT, 10);
4072 data.append(m_target->GetPackGUID());
4073 data << (uint32)2;
4074 m_target->SendMessageToSet(&data, true);
4080 void Aura::HandleAuraModSilence(bool apply, bool Real)
4082 // only at real add/remove aura
4083 if(!Real)
4084 return;
4086 if(apply)
4088 m_target->SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_SILENCED);
4089 // Stop cast only spells vs PreventionType == SPELL_PREVENTION_TYPE_SILENCE
4090 for (uint32 i = CURRENT_MELEE_SPELL; i < CURRENT_MAX_SPELL; ++i)
4091 if (Spell* spell = m_target->GetCurrentSpell(CurrentSpellTypes(i)))
4092 if(spell->m_spellInfo->PreventionType == SPELL_PREVENTION_TYPE_SILENCE)
4093 // Stop spells on prepare or casting state
4094 m_target->InterruptSpell(CurrentSpellTypes(i), false);
4096 else
4098 // Real remove called after current aura remove from lists, check if other similar auras active
4099 if(m_target->HasAuraType(SPELL_AURA_MOD_SILENCE))
4100 return;
4102 m_target->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_SILENCED);
4106 void Aura::HandleModThreat(bool apply, bool Real)
4108 // only at real add/remove aura
4109 if (!Real)
4110 return;
4112 if (!m_target->isAlive())
4113 return;
4115 Unit* caster = GetCaster();
4117 if (!caster || !caster->isAlive())
4118 return;
4120 int level_diff = 0;
4121 int multiplier = 0;
4122 switch (GetId())
4124 // Arcane Shroud
4125 case 26400:
4126 level_diff = m_target->getLevel() - 60;
4127 multiplier = 2;
4128 break;
4129 // The Eye of Diminution
4130 case 28862:
4131 level_diff = m_target->getLevel() - 60;
4132 multiplier = 1;
4133 break;
4136 if (level_diff > 0)
4137 m_modifier.m_amount += multiplier * level_diff;
4139 if (m_target->GetTypeId() == TYPEID_PLAYER)
4140 for(int8 x=0;x < MAX_SPELL_SCHOOL;x++)
4141 if (m_modifier.m_miscvalue & int32(1<<x))
4142 ApplyPercentModFloatVar(m_target->m_threatModifier[x], m_modifier.m_amount, apply);
4145 void Aura::HandleAuraModTotalThreat(bool apply, bool Real)
4147 // only at real add/remove aura
4148 if (!Real)
4149 return;
4151 if (!m_target->isAlive() || m_target->GetTypeId() != TYPEID_PLAYER)
4152 return;
4154 Unit* caster = GetCaster();
4156 if (!caster || !caster->isAlive())
4157 return;
4159 float threatMod = apply ? float(m_modifier.m_amount) : float(-m_modifier.m_amount);
4161 m_target->getHostileRefManager().threatAssist(caster, threatMod, GetSpellProto());
4164 void Aura::HandleModTaunt(bool apply, bool Real)
4166 // only at real add/remove aura
4167 if (!Real)
4168 return;
4170 if (!m_target->isAlive() || !m_target->CanHaveThreatList())
4171 return;
4173 Unit* caster = GetCaster();
4175 if (!caster || !caster->isAlive())
4176 return;
4178 if (apply)
4179 m_target->TauntApply(caster);
4180 else
4182 // When taunt aura fades out, mob will switch to previous target if current has less than 1.1 * secondthreat
4183 m_target->TauntFadeOut(caster);
4187 /*********************************************************/
4188 /*** MODIFY SPEED ***/
4189 /*********************************************************/
4190 void Aura::HandleAuraModIncreaseSpeed(bool /*apply*/, bool Real)
4192 // all applied/removed only at real aura add/remove
4193 if(!Real)
4194 return;
4196 m_target->UpdateSpeed(MOVE_RUN, true);
4199 void Aura::HandleAuraModIncreaseMountedSpeed(bool apply, bool Real)
4201 // all applied/removed only at real aura add/remove
4202 if(!Real)
4203 return;
4205 m_target->UpdateSpeed(MOVE_RUN, true);
4207 // Festive Holiday Mount
4208 if (apply && GetSpellProto()->SpellIconID != 1794 && m_target->HasAura(62061))
4209 // Reindeer Transformation
4210 m_target->CastSpell(m_target, 25860, true, NULL, this);
4213 void Aura::HandleAuraModIncreaseFlightSpeed(bool apply, bool Real)
4215 // all applied/removed only at real aura add/remove
4216 if(!Real)
4217 return;
4219 // Enable Fly mode for flying mounts
4220 if (m_modifier.m_auraname == SPELL_AURA_MOD_INCREASE_FLIGHT_SPEED)
4222 WorldPacket data;
4223 if(apply)
4224 data.Initialize(SMSG_MOVE_SET_CAN_FLY, 12);
4225 else
4226 data.Initialize(SMSG_MOVE_UNSET_CAN_FLY, 12);
4227 data.append(m_target->GetPackGUID());
4228 data << uint32(0); // unknown
4229 m_target->SendMessageToSet(&data, true);
4231 //Players on flying mounts must be immune to polymorph
4232 if (m_target->GetTypeId()==TYPEID_PLAYER)
4233 m_target->ApplySpellImmune(GetId(),IMMUNITY_MECHANIC,MECHANIC_POLYMORPH,apply);
4235 // Dragonmaw Illusion (overwrite mount model, mounted aura already applied)
4236 if( apply && m_target->HasAura(42016,0) && m_target->GetMountID())
4237 m_target->SetUInt32Value(UNIT_FIELD_MOUNTDISPLAYID,16314);
4239 // Festive Holiday Mount
4240 if (apply && GetSpellProto()->SpellIconID != 1794 && m_target->HasAura(62061))
4241 // Reindeer Transformation
4242 m_target->CastSpell(m_target, 25860, true, NULL, this);
4245 m_target->UpdateSpeed(MOVE_FLIGHT, true);
4248 void Aura::HandleAuraModIncreaseSwimSpeed(bool /*apply*/, bool Real)
4250 // all applied/removed only at real aura add/remove
4251 if(!Real)
4252 return;
4254 m_target->UpdateSpeed(MOVE_SWIM, true);
4257 void Aura::HandleAuraModDecreaseSpeed(bool apply, bool Real)
4259 // all applied/removed only at real aura add/remove
4260 if(!Real)
4261 return;
4263 if (apply)
4265 // Gronn Lord's Grasp, becomes stoned
4266 if (GetId() == 33572)
4268 if (GetStackAmount() >= 5 && !m_target->HasAura(33652))
4269 m_target->CastSpell(m_target, 33652, true);
4273 m_target->UpdateSpeed(MOVE_RUN, true);
4274 m_target->UpdateSpeed(MOVE_SWIM, true);
4275 m_target->UpdateSpeed(MOVE_FLIGHT, true);
4278 void Aura::HandleAuraModUseNormalSpeed(bool /*apply*/, bool Real)
4280 // all applied/removed only at real aura add/remove
4281 if(!Real)
4282 return;
4284 m_target->UpdateSpeed(MOVE_RUN, true);
4285 m_target->UpdateSpeed(MOVE_SWIM, true);
4286 m_target->UpdateSpeed(MOVE_FLIGHT, true);
4289 /*********************************************************/
4290 /*** IMMUNITY ***/
4291 /*********************************************************/
4293 void Aura::HandleModMechanicImmunity(bool apply, bool /*Real*/)
4295 uint32 misc = m_modifier.m_miscvalue;
4296 // Forbearance
4297 // in DBC wrong mechanic immune since 3.0.x
4298 if (GetId() == 25771)
4299 misc = MECHANIC_IMMUNE_SHIELD;
4302 if(apply && GetSpellProto()->AttributesEx & SPELL_ATTR_EX_DISPEL_AURAS_ON_IMMUNITY)
4304 uint32 mechanic = 1 << (misc-1);
4306 //immune movement impairment and loss of control
4307 if(GetId()==42292 || GetId()==59752)
4308 mechanic=IMMUNE_TO_MOVEMENT_IMPAIRMENT_AND_LOSS_CONTROL_MASK;
4310 m_target->RemoveAurasAtMechanicImmunity(mechanic,GetId());
4313 m_target->ApplySpellImmune(GetId(),IMMUNITY_MECHANIC,misc,apply);
4315 // Bestial Wrath
4316 if (GetSpellProto()->SpellFamilyName == SPELLFAMILY_HUNTER && GetSpellProto()->SpellIconID == 1680)
4318 // The Beast Within cast on owner if talent present
4319 if (Unit* owner = m_target->GetOwner())
4321 // Search talent
4322 Unit::AuraList const& dummyAuras = owner->GetAurasByType(SPELL_AURA_DUMMY);
4323 for(Unit::AuraList::const_iterator i = dummyAuras.begin(); i != dummyAuras.end(); ++i)
4325 if ((*i)->GetSpellProto()->SpellIconID == 2229)
4327 if (apply)
4328 owner->CastSpell(owner, 34471, true, 0, this);
4329 else
4330 owner->RemoveAurasDueToSpell(34471);
4331 break;
4338 void Aura::HandleModMechanicImmunityMask(bool apply, bool /*Real*/)
4340 uint32 mechanic = m_modifier.m_miscvalue;
4342 if(apply && GetSpellProto()->AttributesEx & SPELL_ATTR_EX_DISPEL_AURAS_ON_IMMUNITY)
4343 m_target->RemoveAurasAtMechanicImmunity(mechanic,GetId());
4345 // check implemented in Unit::IsImmunedToSpell and Unit::IsImmunedToSpellEffect
4348 //this method is called whenever we add / remove aura which gives m_target some imunity to some spell effect
4349 void Aura::HandleAuraModEffectImmunity(bool apply, bool /*Real*/)
4351 // when removing flag aura, handle flag drop
4352 if( !apply && m_target->GetTypeId() == TYPEID_PLAYER
4353 && (GetSpellProto()->AuraInterruptFlags & AURA_INTERRUPT_FLAG_IMMUNE_OR_LOST_SELECTION) )
4355 if( BattleGround *bg = ((Player*)m_target)->GetBattleGround() )
4356 bg->EventPlayerDroppedFlag(((Player*)m_target));
4359 m_target->ApplySpellImmune(GetId(), IMMUNITY_EFFECT, m_modifier.m_miscvalue, apply);
4362 void Aura::HandleAuraModStateImmunity(bool apply, bool Real)
4364 if(apply && Real && GetSpellProto()->AttributesEx & SPELL_ATTR_EX_DISPEL_AURAS_ON_IMMUNITY)
4366 Unit::AuraList const& auraList = m_target->GetAurasByType(AuraType(m_modifier.m_miscvalue));
4367 for(Unit::AuraList::const_iterator itr = auraList.begin(); itr != auraList.end();)
4369 if (auraList.front() != this) // skip itself aura (it already added)
4371 m_target->RemoveAurasDueToSpell(auraList.front()->GetId());
4372 itr = auraList.begin();
4374 else
4375 ++itr;
4379 m_target->ApplySpellImmune(GetId(), IMMUNITY_STATE, m_modifier.m_miscvalue, apply);
4382 void Aura::HandleAuraModSchoolImmunity(bool apply, bool Real)
4384 m_target->ApplySpellImmune(GetId(), IMMUNITY_SCHOOL, m_modifier.m_miscvalue, apply);
4386 // remove all flag auras (they are positive, but they must be removed when you are immune)
4387 if( this->GetSpellProto()->AttributesEx & SPELL_ATTR_EX_DISPEL_AURAS_ON_IMMUNITY
4388 && this->GetSpellProto()->AttributesEx2 & SPELL_ATTR_EX2_DAMAGE_REDUCED_SHIELD )
4389 m_target->RemoveAurasWithInterruptFlags(AURA_INTERRUPT_FLAG_IMMUNE_OR_LOST_SELECTION);
4391 // TODO: optimalize this cycle - use RemoveAurasWithInterruptFlags call or something else
4392 if( Real && apply
4393 && GetSpellProto()->AttributesEx & SPELL_ATTR_EX_DISPEL_AURAS_ON_IMMUNITY
4394 && IsPositiveSpell(GetId()) ) //Only positive immunity removes auras
4396 uint32 school_mask = m_modifier.m_miscvalue;
4397 Unit::AuraMap& Auras = m_target->GetAuras();
4398 for(Unit::AuraMap::iterator iter = Auras.begin(), next; iter != Auras.end(); iter = next)
4400 next = iter;
4401 ++next;
4402 SpellEntry const *spell = iter->second->GetSpellProto();
4403 if((GetSpellSchoolMask(spell) & school_mask)//Check for school mask
4404 && !( spell->Attributes & SPELL_ATTR_UNAFFECTED_BY_INVULNERABILITY) //Spells unaffected by invulnerability
4405 && !iter->second->IsPositive() //Don't remove positive spells
4406 && spell->Id != GetId() ) //Don't remove self
4408 m_target->RemoveAurasDueToSpell(spell->Id);
4409 if(Auras.empty())
4410 break;
4411 else
4412 next = Auras.begin();
4416 if( Real && GetSpellProto()->Mechanic == MECHANIC_BANISH )
4418 if( apply )
4419 m_target->addUnitState(UNIT_STAT_ISOLATED);
4420 else
4421 m_target->clearUnitState(UNIT_STAT_ISOLATED);
4425 void Aura::HandleAuraModDmgImmunity(bool apply, bool /*Real*/)
4427 m_target->ApplySpellImmune(GetId(), IMMUNITY_DAMAGE, m_modifier.m_miscvalue, apply);
4430 void Aura::HandleAuraModDispelImmunity(bool apply, bool Real)
4432 // all applied/removed only at real aura add/remove
4433 if(!Real)
4434 return;
4436 m_target->ApplySpellDispelImmunity(m_spellProto, DispelType(m_modifier.m_miscvalue), apply);
4439 void Aura::HandleAuraProcTriggerSpell(bool apply, bool Real)
4441 if(!Real)
4442 return;
4444 if(apply)
4446 // some spell have charges by functionality not have its in spell data
4447 switch (GetId())
4449 case 28200: // Ascendance (Talisman of Ascendance trinket)
4450 SetAuraCharges(6);
4451 break;
4452 default: break;
4457 void Aura::HandleAuraModStalked(bool apply, bool /*Real*/)
4459 // used by spells: Hunter's Mark, Mind Vision, Syndicate Tracker (MURP) DND
4460 if(apply)
4461 m_target->SetFlag(UNIT_DYNAMIC_FLAGS, UNIT_DYNFLAG_TRACK_UNIT);
4462 else
4463 m_target->RemoveFlag(UNIT_DYNAMIC_FLAGS, UNIT_DYNFLAG_TRACK_UNIT);
4466 /*********************************************************/
4467 /*** PERIODIC ***/
4468 /*********************************************************/
4470 void Aura::HandlePeriodicTriggerSpell(bool apply, bool /*Real*/)
4472 m_isPeriodic = apply;
4474 if (!apply)
4476 switch(m_spellProto->Id)
4478 case 66: // Invisibility
4479 if (m_removeMode == AURA_REMOVE_BY_DEFAULT && m_duration<=0)
4480 m_target->CastSpell(m_target, 32612, true, NULL, this);
4482 return;
4483 case 42783: //Wrath of the Astrom...
4484 if (m_removeMode == AURA_REMOVE_BY_DEFAULT && GetEffIndex() + 1 < 3)
4485 m_target->CastSpell(m_target, m_spellProto->CalculateSimpleValue(GetEffIndex()+1), true);
4486 return;
4487 default:
4488 break;
4493 void Aura::HandlePeriodicTriggerSpellWithValue(bool apply, bool /*Real*/)
4495 m_isPeriodic = apply;
4498 void Aura::HandlePeriodicEnergize(bool apply, bool Real)
4500 if (!Real)
4501 return;
4503 // For prevent double apply bonuses
4504 bool loading = (m_target->GetTypeId() == TYPEID_PLAYER && ((Player*)m_target)->GetSession()->PlayerLoading());
4506 if (apply && !loading)
4508 switch (GetId())
4510 case 54833: // Glyph of Innervate (value%/2 of casters base mana)
4512 if (Unit* caster = GetCaster())
4513 m_modifier.m_amount = int32(caster->GetCreateMana() * GetBasePoints() / (200 * m_maxduration / m_periodicTimer));
4514 break;
4517 case 29166: // Innervate (value% of casters base mana)
4519 if (Unit* caster = GetCaster())
4521 // Glyph of Innervate
4522 if (caster->HasAura(54832))
4523 caster->CastSpell(caster,54833,true,NULL,this);
4525 m_modifier.m_amount = int32(caster->GetCreateMana() * GetBasePoints() / (100 * m_maxduration / m_periodicTimer));
4527 break;
4529 case 48391: // Owlkin Frenzy 2% base mana
4530 m_modifier.m_amount = m_target->GetCreateMana() * 2 / 100;
4531 break;
4532 case 57669: // Replenishment (0.2% from max)
4533 case 61782: // Infinite Replenishment
4534 m_modifier.m_amount = m_target->GetMaxPower(POWER_MANA) * 2 / 1000;
4535 break;
4536 default:
4537 break;
4541 m_isPeriodic = apply;
4544 void Aura::HandleAuraPowerBurn(bool apply, bool /*Real*/)
4546 m_isPeriodic = apply;
4549 void Aura::HandleAuraPeriodicDummy(bool apply, bool Real)
4551 // spells required only Real aura add/remove
4552 if(!Real)
4553 return;
4555 // For prevent double apply bonuses
4556 bool loading = (m_target->GetTypeId() == TYPEID_PLAYER && ((Player*)m_target)->GetSession()->PlayerLoading());
4558 SpellEntry const*spell = GetSpellProto();
4559 switch( spell->SpellFamilyName)
4561 case SPELLFAMILY_ROGUE:
4563 if(!apply)
4565 switch(spell->Id)
4567 // Master of Subtlety
4568 case 31666: m_target->RemoveAurasDueToSpell(31665); break;
4569 // Overkill
4570 case 58428: m_target->RemoveAurasDueToSpell(58427); break;
4573 break;
4575 case SPELLFAMILY_HUNTER:
4577 Unit* caster = GetCaster();
4579 // Explosive Shot
4580 if (apply && !loading && caster)
4581 m_modifier.m_amount += int32(caster->GetTotalAttackPowerValue(RANGED_ATTACK) * 14 / 100);
4582 break;
4586 m_isPeriodic = apply;
4589 void Aura::HandlePeriodicHeal(bool apply, bool /*Real*/)
4591 m_isPeriodic = apply;
4594 void Aura::HandlePeriodicDamage(bool apply, bool Real)
4596 // spells required only Real aura add/remove
4597 if(!Real)
4598 return;
4600 m_isPeriodic = apply;
4602 // For prevent double apply bonuses
4603 bool loading = (m_target->GetTypeId() == TYPEID_PLAYER && ((Player*)m_target)->GetSession()->PlayerLoading());
4605 // Custom damage calculation after
4606 if (apply)
4608 if(loading)
4609 return;
4611 Unit *caster = GetCaster();
4612 if (!caster)
4613 return;
4615 switch (m_spellProto->SpellFamilyName)
4617 case SPELLFAMILY_GENERIC:
4619 // Pounce Bleed
4620 if ( m_spellProto->SpellIconID == 147 && m_spellProto->SpellVisual[0] == 0 )
4622 // $AP*0.18/6 bonus per tick
4623 m_modifier.m_amount += int32(caster->GetTotalAttackPowerValue(BASE_ATTACK) * 3 / 100);
4624 return;
4626 break;
4628 case SPELLFAMILY_WARRIOR:
4630 // Rend
4631 if (m_spellProto->SpellFamilyFlags & UI64LIT(0x0000000000000020))
4633 // $0.2*(($MWB+$mwb)/2+$AP/14*$MWS) bonus per tick
4634 float ap = caster->GetTotalAttackPowerValue(BASE_ATTACK);
4635 int32 mws = caster->GetAttackTime(BASE_ATTACK);
4636 float mwb_min = caster->GetWeaponDamageRange(BASE_ATTACK,MINDAMAGE);
4637 float mwb_max = caster->GetWeaponDamageRange(BASE_ATTACK,MAXDAMAGE);
4638 m_modifier.m_amount+=int32(((mwb_min+mwb_max)/2+ap*mws/14000)*0.2f);
4639 return;
4641 break;
4643 case SPELLFAMILY_DRUID:
4645 // Rake
4646 if (m_spellProto->SpellFamilyFlags & UI64LIT(0x0000000000001000) && m_spellProto->Effect[2]==SPELL_EFFECT_ADD_COMBO_POINTS)
4648 // $AP*0.18/3 bonus per tick
4649 m_modifier.m_amount += int32(caster->GetTotalAttackPowerValue(BASE_ATTACK) * 6 / 100);
4650 return;
4652 // Lacerate
4653 if (m_spellProto->SpellFamilyFlags & UI64LIT(0x000000010000000000))
4655 // $AP*0.05/5 bonus per tick
4656 m_modifier.m_amount += int32(caster->GetTotalAttackPowerValue(BASE_ATTACK) / 100);
4657 return;
4659 // Rip
4660 if (m_spellProto->SpellFamilyFlags & UI64LIT(0x000000000000800000))
4662 // 0.01*$AP*cp
4663 if (caster->GetTypeId() != TYPEID_PLAYER)
4664 return;
4666 uint8 cp = ((Player*)caster)->GetComboPoints();
4668 // Idol of Feral Shadows. Cant be handled as SpellMod in SpellAura:Dummy due its dependency from CPs
4669 Unit::AuraList const& dummyAuras = caster->GetAurasByType(SPELL_AURA_DUMMY);
4670 for(Unit::AuraList::const_iterator itr = dummyAuras.begin(); itr != dummyAuras.end(); ++itr)
4672 if((*itr)->GetId()==34241)
4674 m_modifier.m_amount += cp * (*itr)->GetModifier()->m_amount;
4675 break;
4678 m_modifier.m_amount += int32(caster->GetTotalAttackPowerValue(BASE_ATTACK) * cp / 100);
4679 return;
4681 // Lock Jaw
4682 if (m_spellProto->SpellFamilyFlags & UI64LIT(0x1000000000000000))
4684 // 0.15*$AP
4685 m_modifier.m_amount += int32(caster->GetTotalAttackPowerValue(BASE_ATTACK) * 15 / 100);
4686 return;
4688 break;
4690 case SPELLFAMILY_ROGUE:
4692 // Rupture
4693 if (m_spellProto->SpellFamilyFlags & UI64LIT(0x000000000000100000))
4695 if (caster->GetTypeId() != TYPEID_PLAYER)
4696 return;
4697 //1 point : ${($m1+$b1*1+0.015*$AP)*4} damage over 8 secs
4698 //2 points: ${($m1+$b1*2+0.024*$AP)*5} damage over 10 secs
4699 //3 points: ${($m1+$b1*3+0.03*$AP)*6} damage over 12 secs
4700 //4 points: ${($m1+$b1*4+0.03428571*$AP)*7} damage over 14 secs
4701 //5 points: ${($m1+$b1*5+0.0375*$AP)*8} damage over 16 secs
4702 float AP_per_combo[6] = {0.0f, 0.015f, 0.024f, 0.03f, 0.03428571f, 0.0375f};
4703 uint8 cp = ((Player*)caster)->GetComboPoints();
4704 if (cp > 5) cp = 5;
4705 m_modifier.m_amount += int32(caster->GetTotalAttackPowerValue(BASE_ATTACK) * AP_per_combo[cp]);
4706 return;
4708 // Garrote
4709 if (m_spellProto->SpellFamilyFlags & UI64LIT(0x000000000000000100))
4711 // $AP*0.07 bonus per tick
4712 m_modifier.m_amount += int32(caster->GetTotalAttackPowerValue(BASE_ATTACK) * 7 / 100);
4713 return;
4715 // Deadly Poison
4716 if (m_spellProto->SpellFamilyFlags & UI64LIT(0x0000000000010000))
4718 // 0.08*$AP / 4 * amount of stack
4719 m_modifier.m_amount += int32(caster->GetTotalAttackPowerValue(BASE_ATTACK) * 2 * GetStackAmount() / 100);
4720 return;
4722 break;
4724 case SPELLFAMILY_HUNTER:
4726 // Serpent Sting
4727 if (m_spellProto->SpellFamilyFlags & UI64LIT(0x0000000000004000))
4729 // $RAP*0.2/5 bonus per tick
4730 m_modifier.m_amount += int32(caster->GetTotalAttackPowerValue(RANGED_ATTACK) * 0.2 / 5);
4731 return;
4733 // Immolation Trap
4734 if ((m_spellProto->SpellFamilyFlags & UI64LIT(0x0000000000000004)) && m_spellProto->SpellIconID == 678)
4736 // $RAP*0.1/5 bonus per tick
4737 m_modifier.m_amount += int32(caster->GetTotalAttackPowerValue(RANGED_ATTACK) * 10 / 500);
4738 return;
4740 break;
4742 default:
4743 break;
4746 // remove time effects
4747 else
4749 // Parasitic Shadowfiend - handle summoning of two Shadowfiends on DoT expire
4750 if(m_spellProto->Id == 41917)
4751 m_target->CastSpell(m_target, 41915, true);
4755 void Aura::HandlePeriodicDamagePCT(bool apply, bool /*Real*/)
4757 m_isPeriodic = apply;
4760 void Aura::HandlePeriodicLeech(bool apply, bool /*Real*/)
4762 m_isPeriodic = apply;
4765 void Aura::HandlePeriodicManaLeech(bool apply, bool /*Real*/)
4767 m_isPeriodic = apply;
4770 void Aura::HandlePeriodicHealthFunnel(bool apply, bool /*Real*/)
4772 m_isPeriodic = apply;
4775 /*********************************************************/
4776 /*** MODIFY STATS ***/
4777 /*********************************************************/
4779 /********************************/
4780 /*** RESISTANCE ***/
4781 /********************************/
4783 void Aura::HandleAuraModResistanceExclusive(bool apply, bool /*Real*/)
4785 for(int8 x = SPELL_SCHOOL_NORMAL; x < MAX_SPELL_SCHOOL;x++)
4787 if(m_modifier.m_miscvalue & int32(1<<x))
4789 m_target->HandleStatModifier(UnitMods(UNIT_MOD_RESISTANCE_START + x), BASE_VALUE, float(m_modifier.m_amount), apply);
4790 if(m_target->GetTypeId() == TYPEID_PLAYER)
4791 m_target->ApplyResistanceBuffModsMod(SpellSchools(x), m_positive, m_modifier.m_amount, apply);
4796 void Aura::HandleAuraModResistance(bool apply, bool /*Real*/)
4798 for(int8 x = SPELL_SCHOOL_NORMAL; x < MAX_SPELL_SCHOOL;x++)
4800 if(m_modifier.m_miscvalue & int32(1<<x))
4802 m_target->HandleStatModifier(UnitMods(UNIT_MOD_RESISTANCE_START + x), TOTAL_VALUE, float(m_modifier.m_amount), apply);
4803 if(m_target->GetTypeId() == TYPEID_PLAYER || ((Creature*)m_target)->isPet())
4804 m_target->ApplyResistanceBuffModsMod(SpellSchools(x), m_positive, m_modifier.m_amount, apply);
4809 void Aura::HandleAuraModBaseResistancePCT(bool apply, bool /*Real*/)
4811 // only players have base stats
4812 if(m_target->GetTypeId() != TYPEID_PLAYER)
4814 //pets only have base armor
4815 if(((Creature*)m_target)->isPet() && (m_modifier.m_miscvalue & SPELL_SCHOOL_MASK_NORMAL))
4816 m_target->HandleStatModifier(UNIT_MOD_ARMOR, BASE_PCT, float(m_modifier.m_amount), apply);
4818 else
4820 for(int8 x = SPELL_SCHOOL_NORMAL; x < MAX_SPELL_SCHOOL;x++)
4822 if(m_modifier.m_miscvalue & int32(1<<x))
4823 m_target->HandleStatModifier(UnitMods(UNIT_MOD_RESISTANCE_START + x), BASE_PCT, float(m_modifier.m_amount), apply);
4828 void Aura::HandleModResistancePercent(bool apply, bool /*Real*/)
4830 for(int8 i = SPELL_SCHOOL_NORMAL; i < MAX_SPELL_SCHOOL; i++)
4832 if(m_modifier.m_miscvalue & int32(1<<i))
4834 m_target->HandleStatModifier(UnitMods(UNIT_MOD_RESISTANCE_START + i), TOTAL_PCT, float(m_modifier.m_amount), apply);
4835 if(m_target->GetTypeId() == TYPEID_PLAYER || ((Creature*)m_target)->isPet())
4837 m_target->ApplyResistanceBuffModsPercentMod(SpellSchools(i), true, m_modifier.m_amount, apply);
4838 m_target->ApplyResistanceBuffModsPercentMod(SpellSchools(i), false, m_modifier.m_amount, apply);
4844 void Aura::HandleModBaseResistance(bool apply, bool /*Real*/)
4846 // only players have base stats
4847 if(m_target->GetTypeId() != TYPEID_PLAYER)
4849 //only pets have base stats
4850 if(((Creature*)m_target)->isPet() && (m_modifier.m_miscvalue & SPELL_SCHOOL_MASK_NORMAL))
4851 m_target->HandleStatModifier(UNIT_MOD_ARMOR, TOTAL_VALUE, float(m_modifier.m_amount), apply);
4853 else
4855 for(int i = SPELL_SCHOOL_NORMAL; i < MAX_SPELL_SCHOOL; i++)
4856 if(m_modifier.m_miscvalue & (1<<i))
4857 m_target->HandleStatModifier(UnitMods(UNIT_MOD_RESISTANCE_START + i), TOTAL_VALUE, float(m_modifier.m_amount), apply);
4861 /********************************/
4862 /*** STAT ***/
4863 /********************************/
4865 void Aura::HandleAuraModStat(bool apply, bool /*Real*/)
4867 if (m_modifier.m_miscvalue < -2 || m_modifier.m_miscvalue > 4)
4869 sLog.outError("WARNING: Spell %u effect %u have unsupported misc value (%i) for SPELL_AURA_MOD_STAT ",GetId(),GetEffIndex(),m_modifier.m_miscvalue);
4870 return;
4873 for(int32 i = STAT_STRENGTH; i < MAX_STATS; i++)
4875 // -1 or -2 is all stats ( misc < -2 checked in function beginning )
4876 if (m_modifier.m_miscvalue < 0 || m_modifier.m_miscvalue == i)
4878 //m_target->ApplyStatMod(Stats(i), m_modifier.m_amount,apply);
4879 m_target->HandleStatModifier(UnitMods(UNIT_MOD_STAT_START + i), TOTAL_VALUE, float(m_modifier.m_amount), apply);
4880 if(m_target->GetTypeId() == TYPEID_PLAYER || ((Creature*)m_target)->isPet())
4881 m_target->ApplyStatBuffMod(Stats(i), m_modifier.m_amount, apply);
4886 void Aura::HandleModPercentStat(bool apply, bool /*Real*/)
4888 if (m_modifier.m_miscvalue < -1 || m_modifier.m_miscvalue > 4)
4890 sLog.outError("WARNING: Misc Value for SPELL_AURA_MOD_PERCENT_STAT not valid");
4891 return;
4894 // only players have base stats
4895 if (m_target->GetTypeId() != TYPEID_PLAYER)
4896 return;
4898 for (int32 i = STAT_STRENGTH; i < MAX_STATS; ++i)
4900 if(m_modifier.m_miscvalue == i || m_modifier.m_miscvalue == -1)
4901 m_target->HandleStatModifier(UnitMods(UNIT_MOD_STAT_START + i), BASE_PCT, float(m_modifier.m_amount), apply);
4905 void Aura::HandleModSpellDamagePercentFromStat(bool /*apply*/, bool /*Real*/)
4907 if(m_target->GetTypeId() != TYPEID_PLAYER)
4908 return;
4910 // Magic damage modifiers implemented in Unit::SpellDamageBonus
4911 // This information for client side use only
4912 // Recalculate bonus
4913 ((Player*)m_target)->UpdateSpellDamageAndHealingBonus();
4916 void Aura::HandleModSpellHealingPercentFromStat(bool /*apply*/, bool /*Real*/)
4918 if(m_target->GetTypeId() != TYPEID_PLAYER)
4919 return;
4921 // Recalculate bonus
4922 ((Player*)m_target)->UpdateSpellDamageAndHealingBonus();
4925 void Aura::HandleAuraModDispelResist(bool apply, bool Real)
4927 if(!Real || !apply)
4928 return;
4930 if(GetId() == 33206)
4931 m_target->CastSpell(m_target, 44416, true, NULL, this, GetCasterGUID());
4934 void Aura::HandleModSpellDamagePercentFromAttackPower(bool /*apply*/, bool /*Real*/)
4936 if(m_target->GetTypeId() != TYPEID_PLAYER)
4937 return;
4939 // Magic damage modifiers implemented in Unit::SpellDamageBonus
4940 // This information for client side use only
4941 // Recalculate bonus
4942 ((Player*)m_target)->UpdateSpellDamageAndHealingBonus();
4945 void Aura::HandleModSpellHealingPercentFromAttackPower(bool /*apply*/, bool /*Real*/)
4947 if(m_target->GetTypeId() != TYPEID_PLAYER)
4948 return;
4950 // Recalculate bonus
4951 ((Player*)m_target)->UpdateSpellDamageAndHealingBonus();
4954 void Aura::HandleModHealingDone(bool /*apply*/, bool /*Real*/)
4956 if(m_target->GetTypeId() != TYPEID_PLAYER)
4957 return;
4958 // implemented in Unit::SpellHealingBonus
4959 // this information is for client side only
4960 ((Player*)m_target)->UpdateSpellDamageAndHealingBonus();
4963 void Aura::HandleModTotalPercentStat(bool apply, bool /*Real*/)
4965 if (m_modifier.m_miscvalue < -1 || m_modifier.m_miscvalue > 4)
4967 sLog.outError("WARNING: Misc Value for SPELL_AURA_MOD_PERCENT_STAT not valid");
4968 return;
4971 //save current and max HP before applying aura
4972 uint32 curHPValue = m_target->GetHealth();
4973 uint32 maxHPValue = m_target->GetMaxHealth();
4975 for (int32 i = STAT_STRENGTH; i < MAX_STATS; i++)
4977 if(m_modifier.m_miscvalue == i || m_modifier.m_miscvalue == -1)
4979 m_target->HandleStatModifier(UnitMods(UNIT_MOD_STAT_START + i), TOTAL_PCT, float(m_modifier.m_amount), apply);
4980 if(m_target->GetTypeId() == TYPEID_PLAYER || ((Creature*)m_target)->isPet())
4981 m_target->ApplyStatPercentBuffMod(Stats(i), m_modifier.m_amount, apply );
4985 //recalculate current HP/MP after applying aura modifications (only for spells with 0x10 flag)
4986 if ((m_modifier.m_miscvalue == STAT_STAMINA) && (maxHPValue > 0) && (m_spellProto->Attributes & 0x10))
4988 // newHP = (curHP / maxHP) * newMaxHP = (newMaxHP * curHP) / maxHP -> which is better because no int -> double -> int conversion is needed
4989 uint32 newHPValue = (m_target->GetMaxHealth() * curHPValue) / maxHPValue;
4990 m_target->SetHealth(newHPValue);
4994 void Aura::HandleAuraModResistenceOfStatPercent(bool /*apply*/, bool /*Real*/)
4996 if(m_target->GetTypeId() != TYPEID_PLAYER)
4997 return;
4999 if(m_modifier.m_miscvalue != SPELL_SCHOOL_MASK_NORMAL)
5001 // support required adding replace UpdateArmor by loop by UpdateResistence at intellect update
5002 // and include in UpdateResistence same code as in UpdateArmor for aura mod apply.
5003 sLog.outError("Aura SPELL_AURA_MOD_RESISTANCE_OF_STAT_PERCENT(182) need adding support for non-armor resistances!");
5004 return;
5007 // Recalculate Armor
5008 m_target->UpdateArmor();
5011 /********************************/
5012 /*** HEAL & ENERGIZE ***/
5013 /********************************/
5014 void Aura::HandleAuraModTotalHealthPercentRegen(bool apply, bool /*Real*/)
5016 m_isPeriodic = apply;
5019 void Aura::HandleAuraModTotalManaPercentRegen(bool apply, bool /*Real*/)
5021 if(m_modifier.periodictime == 0)
5022 m_modifier.periodictime = 1000;
5024 m_periodicTimer = m_modifier.periodictime;
5025 m_isPeriodic = apply;
5028 void Aura::HandleModRegen(bool apply, bool /*Real*/) // eating
5030 if(m_modifier.periodictime == 0)
5031 m_modifier.periodictime = 5000;
5033 m_periodicTimer = 5000;
5034 m_isPeriodic = apply;
5037 void Aura::HandleModPowerRegen(bool apply, bool Real) // drinking
5039 if (!Real)
5040 return;
5042 Powers pt = m_target->getPowerType();
5043 if(m_modifier.periodictime == 0)
5045 // Anger Management (only spell use this aura for rage)
5046 if (pt == POWER_RAGE)
5047 m_modifier.periodictime = 3000;
5048 else
5049 m_modifier.periodictime = 2000;
5052 m_periodicTimer = 5000;
5054 if (m_target->GetTypeId() == TYPEID_PLAYER && m_modifier.m_miscvalue == POWER_MANA)
5055 ((Player*)m_target)->UpdateManaRegen();
5057 m_isPeriodic = apply;
5060 void Aura::HandleModPowerRegenPCT(bool /*apply*/, bool Real)
5062 // spells required only Real aura add/remove
5063 if(!Real)
5064 return;
5066 if (m_target->GetTypeId() != TYPEID_PLAYER)
5067 return;
5069 // Update manaregen value
5070 if (m_modifier.m_miscvalue == POWER_MANA)
5071 ((Player*)m_target)->UpdateManaRegen();
5074 void Aura::HandleModManaRegen(bool /*apply*/, bool Real)
5076 // spells required only Real aura add/remove
5077 if(!Real)
5078 return;
5080 if (m_target->GetTypeId() != TYPEID_PLAYER)
5081 return;
5083 //Note: an increase in regen does NOT cause threat.
5084 ((Player*)m_target)->UpdateManaRegen();
5087 void Aura::HandleComprehendLanguage(bool apply, bool /*Real*/)
5089 if(apply)
5090 m_target->SetFlag(UNIT_FIELD_FLAGS_2, UNIT_FLAG2_COMPREHEND_LANG);
5091 else
5092 m_target->RemoveFlag(UNIT_FIELD_FLAGS_2, UNIT_FLAG2_COMPREHEND_LANG);
5095 void Aura::HandleAuraModIncreaseHealth(bool apply, bool Real)
5097 // Special case with temporary increase max/current health
5098 switch(GetId())
5100 case 12976: // Warrior Last Stand triggered spell
5101 case 28726: // Nightmare Seed ( Nightmare Seed )
5102 case 34511: // Valor (Bulwark of Kings, Bulwark of the Ancient Kings)
5103 case 44055: case 55915: case 55917: case 67596: // Tremendous Fortitude (Battlemaster's Alacrity)
5104 case 50322: // Survival Instincts
5105 case 54443: // Demonic Empowerment (Voidwalker)
5107 if(Real)
5109 if(apply)
5111 // Demonic Empowerment (Voidwalker) - special case, store percent in data
5112 // recalculate to full amount at apply for proper remove
5113 if (GetId() == 54443)
5114 m_modifier.m_amount = m_target->GetMaxHealth() * m_modifier.m_amount / 100;
5116 m_target->HandleStatModifier(UNIT_MOD_HEALTH, TOTAL_VALUE, float(m_modifier.m_amount), apply);
5117 m_target->ModifyHealth(m_modifier.m_amount);
5119 else
5121 if (int32(m_target->GetHealth()) > m_modifier.m_amount)
5122 m_target->ModifyHealth(-m_modifier.m_amount);
5123 else
5124 m_target->SetHealth(1);
5125 m_target->HandleStatModifier(UNIT_MOD_HEALTH, TOTAL_VALUE, float(m_modifier.m_amount), apply);
5128 return;
5132 // generic case
5133 m_target->HandleStatModifier(UNIT_MOD_HEALTH, TOTAL_VALUE, float(m_modifier.m_amount), apply);
5136 void Aura::HandleAuraModIncreaseMaxHealth(bool apply, bool /*Real*/)
5138 uint32 oldhealth = m_target->GetHealth();
5139 double healthPercentage = (double)oldhealth / (double)m_target->GetMaxHealth();
5141 m_target->HandleStatModifier(UNIT_MOD_HEALTH, TOTAL_VALUE, float(m_modifier.m_amount), apply);
5143 // refresh percentage
5144 if(oldhealth > 0)
5146 uint32 newhealth = uint32(ceil((double)m_target->GetMaxHealth() * healthPercentage));
5147 if(newhealth==0)
5148 newhealth = 1;
5150 m_target->SetHealth(newhealth);
5154 void Aura::HandleAuraModIncreaseEnergy(bool apply, bool Real)
5156 Powers powerType = m_target->getPowerType();
5157 if(int32(powerType) != m_modifier.m_miscvalue)
5158 return;
5160 UnitMods unitMod = UnitMods(UNIT_MOD_POWER_START + powerType);
5162 // Special case with temporary increase max/current power (percent)
5163 if (GetId()==64904) // Hymn of Hope
5165 if(Real)
5167 uint32 val = m_target->GetPower(powerType);
5168 m_target->HandleStatModifier(unitMod, TOTAL_PCT, float(m_modifier.m_amount), apply);
5169 m_target->SetPower(powerType, apply ? val*(100+m_modifier.m_amount)/100 : val*100/(100+m_modifier.m_amount));
5171 return;
5174 // generic flat case
5175 m_target->HandleStatModifier(unitMod, TOTAL_VALUE, float(m_modifier.m_amount), apply);
5178 void Aura::HandleAuraModIncreaseEnergyPercent(bool apply, bool /*Real*/)
5180 Powers powerType = m_target->getPowerType();
5181 if(int32(powerType) != m_modifier.m_miscvalue)
5182 return;
5184 UnitMods unitMod = UnitMods(UNIT_MOD_POWER_START + powerType);
5186 m_target->HandleStatModifier(unitMod, TOTAL_PCT, float(m_modifier.m_amount), apply);
5189 void Aura::HandleAuraModIncreaseHealthPercent(bool apply, bool /*Real*/)
5191 m_target->HandleStatModifier(UNIT_MOD_HEALTH, TOTAL_PCT, float(m_modifier.m_amount), apply);
5194 void Aura::HandleAuraIncreaseBaseHealthPercent(bool apply, bool /*Real*/)
5196 m_target->HandleStatModifier(UNIT_MOD_HEALTH, BASE_PCT, float(m_modifier.m_amount), apply);
5199 /********************************/
5200 /*** FIGHT ***/
5201 /********************************/
5203 void Aura::HandleAuraModParryPercent(bool /*apply*/, bool /*Real*/)
5205 if(m_target->GetTypeId() != TYPEID_PLAYER)
5206 return;
5208 ((Player*)m_target)->UpdateParryPercentage();
5211 void Aura::HandleAuraModDodgePercent(bool /*apply*/, bool /*Real*/)
5213 if(m_target->GetTypeId() != TYPEID_PLAYER)
5214 return;
5216 ((Player*)m_target)->UpdateDodgePercentage();
5217 //sLog.outError("BONUS DODGE CHANCE: + %f", float(m_modifier.m_amount));
5220 void Aura::HandleAuraModBlockPercent(bool /*apply*/, bool /*Real*/)
5222 if(m_target->GetTypeId() != TYPEID_PLAYER)
5223 return;
5225 ((Player*)m_target)->UpdateBlockPercentage();
5226 //sLog.outError("BONUS BLOCK CHANCE: + %f", float(m_modifier.m_amount));
5229 void Aura::HandleAuraModRegenInterrupt(bool /*apply*/, bool Real)
5231 // spells required only Real aura add/remove
5232 if(!Real)
5233 return;
5235 if(m_target->GetTypeId() != TYPEID_PLAYER)
5236 return;
5238 ((Player*)m_target)->UpdateManaRegen();
5241 void Aura::HandleAuraModCritPercent(bool apply, bool Real)
5243 if(m_target->GetTypeId() != TYPEID_PLAYER)
5244 return;
5246 // apply item specific bonuses for already equipped weapon
5247 if(Real)
5249 for(int i = 0; i < MAX_ATTACK; ++i)
5250 if(Item* pItem = ((Player*)m_target)->GetWeaponForAttack(WeaponAttackType(i),true,false))
5251 ((Player*)m_target)->_ApplyWeaponDependentAuraCritMod(pItem, WeaponAttackType(i), this, apply);
5254 // mods must be applied base at equipped weapon class and subclass comparison
5255 // with spell->EquippedItemClass and EquippedItemSubClassMask and EquippedItemInventoryTypeMask
5256 // m_modifier.m_miscvalue comparison with item generated damage types
5258 if (GetSpellProto()->EquippedItemClass == -1)
5260 ((Player*)m_target)->HandleBaseModValue(CRIT_PERCENTAGE, FLAT_MOD, float (m_modifier.m_amount), apply);
5261 ((Player*)m_target)->HandleBaseModValue(OFFHAND_CRIT_PERCENTAGE, FLAT_MOD, float (m_modifier.m_amount), apply);
5262 ((Player*)m_target)->HandleBaseModValue(RANGED_CRIT_PERCENTAGE, FLAT_MOD, float (m_modifier.m_amount), apply);
5264 else
5266 // done in Player::_ApplyWeaponDependentAuraMods
5270 void Aura::HandleModHitChance(bool apply, bool /*Real*/)
5272 if(m_target->GetTypeId() == TYPEID_PLAYER)
5274 ((Player*)m_target)->UpdateMeleeHitChances();
5275 ((Player*)m_target)->UpdateRangedHitChances();
5277 else
5279 m_target->m_modMeleeHitChance += apply ? m_modifier.m_amount : (-m_modifier.m_amount);
5280 m_target->m_modRangedHitChance += apply ? m_modifier.m_amount : (-m_modifier.m_amount);
5284 void Aura::HandleModSpellHitChance(bool apply, bool /*Real*/)
5286 if(m_target->GetTypeId() == TYPEID_PLAYER)
5288 ((Player*)m_target)->UpdateSpellHitChances();
5290 else
5292 m_target->m_modSpellHitChance += apply ? m_modifier.m_amount: (-m_modifier.m_amount);
5296 void Aura::HandleModSpellCritChance(bool apply, bool Real)
5298 // spells required only Real aura add/remove
5299 if(!Real)
5300 return;
5302 if(m_target->GetTypeId() == TYPEID_PLAYER)
5304 ((Player*)m_target)->UpdateAllSpellCritChances();
5306 else
5308 m_target->m_baseSpellCritChance += apply ? m_modifier.m_amount:(-m_modifier.m_amount);
5312 void Aura::HandleModSpellCritChanceShool(bool /*apply*/, bool Real)
5314 // spells required only Real aura add/remove
5315 if(!Real)
5316 return;
5318 if(m_target->GetTypeId() != TYPEID_PLAYER)
5319 return;
5321 for(int school = SPELL_SCHOOL_NORMAL; school < MAX_SPELL_SCHOOL; ++school)
5322 if (m_modifier.m_miscvalue & (1<<school))
5323 ((Player*)m_target)->UpdateSpellCritChance(school);
5326 /********************************/
5327 /*** ATTACK SPEED ***/
5328 /********************************/
5330 void Aura::HandleModCastingSpeed(bool apply, bool /*Real*/)
5332 m_target->ApplyCastTimePercentMod(m_modifier.m_amount,apply);
5335 void Aura::HandleModMeleeRangedSpeedPct(bool apply, bool /*Real*/)
5337 m_target->ApplyAttackTimePercentMod(BASE_ATTACK, m_modifier.m_amount, apply);
5338 m_target->ApplyAttackTimePercentMod(OFF_ATTACK, m_modifier.m_amount, apply);
5339 m_target->ApplyAttackTimePercentMod(RANGED_ATTACK, m_modifier.m_amount, apply);
5342 void Aura::HandleModCombatSpeedPct(bool apply, bool /*Real*/)
5344 m_target->ApplyCastTimePercentMod(m_modifier.m_amount, apply);
5345 m_target->ApplyAttackTimePercentMod(BASE_ATTACK, m_modifier.m_amount, apply);
5346 m_target->ApplyAttackTimePercentMod(OFF_ATTACK, m_modifier.m_amount, apply);
5347 m_target->ApplyAttackTimePercentMod(RANGED_ATTACK, m_modifier.m_amount, apply);
5350 void Aura::HandleModAttackSpeed(bool apply, bool /*Real*/)
5352 if(!m_target->isAlive() )
5353 return;
5355 m_target->ApplyAttackTimePercentMod(BASE_ATTACK,m_modifier.m_amount,apply);
5358 void Aura::HandleHaste(bool apply, bool /*Real*/)
5360 m_target->ApplyAttackTimePercentMod(BASE_ATTACK, m_modifier.m_amount, apply);
5361 m_target->ApplyAttackTimePercentMod(OFF_ATTACK, m_modifier.m_amount, apply);
5362 m_target->ApplyAttackTimePercentMod(RANGED_ATTACK, m_modifier.m_amount, apply);
5365 void Aura::HandleAuraModRangedHaste(bool apply, bool /*Real*/)
5367 m_target->ApplyAttackTimePercentMod(RANGED_ATTACK, m_modifier.m_amount, apply);
5370 void Aura::HandleRangedAmmoHaste(bool apply, bool /*Real*/)
5372 if(m_target->GetTypeId() != TYPEID_PLAYER)
5373 return;
5374 m_target->ApplyAttackTimePercentMod(RANGED_ATTACK,m_modifier.m_amount, apply);
5377 /********************************/
5378 /*** ATTACK POWER ***/
5379 /********************************/
5381 void Aura::HandleAuraModAttackPower(bool apply, bool /*Real*/)
5383 m_target->HandleStatModifier(UNIT_MOD_ATTACK_POWER, TOTAL_VALUE, float(m_modifier.m_amount), apply);
5386 void Aura::HandleAuraModRangedAttackPower(bool apply, bool /*Real*/)
5388 if((m_target->getClassMask() & CLASSMASK_WAND_USERS)!=0)
5389 return;
5391 m_target->HandleStatModifier(UNIT_MOD_ATTACK_POWER_RANGED, TOTAL_VALUE, float(m_modifier.m_amount), apply);
5394 void Aura::HandleAuraModAttackPowerPercent(bool apply, bool /*Real*/)
5396 //UNIT_FIELD_ATTACK_POWER_MULTIPLIER = multiplier - 1
5397 m_target->HandleStatModifier(UNIT_MOD_ATTACK_POWER, TOTAL_PCT, float(m_modifier.m_amount), apply);
5400 void Aura::HandleAuraModRangedAttackPowerPercent(bool apply, bool /*Real*/)
5402 if((m_target->getClassMask() & CLASSMASK_WAND_USERS)!=0)
5403 return;
5405 //UNIT_FIELD_RANGED_ATTACK_POWER_MULTIPLIER = multiplier - 1
5406 m_target->HandleStatModifier(UNIT_MOD_ATTACK_POWER_RANGED, TOTAL_PCT, float(m_modifier.m_amount), apply);
5409 void Aura::HandleAuraModRangedAttackPowerOfStatPercent(bool /*apply*/, bool Real)
5411 // spells required only Real aura add/remove
5412 if(!Real)
5413 return;
5415 // Recalculate bonus
5416 if(m_target->GetTypeId() == TYPEID_PLAYER && !(m_target->getClassMask() & CLASSMASK_WAND_USERS))
5417 ((Player*)m_target)->UpdateAttackPowerAndDamage(true);
5420 void Aura::HandleAuraModAttackPowerOfStatPercent(bool /*apply*/, bool Real)
5422 // spells required only Real aura add/remove
5423 if(!Real)
5424 return;
5426 // Recalculate bonus
5427 if(m_target->GetTypeId() == TYPEID_PLAYER)
5428 ((Player*)m_target)->UpdateAttackPowerAndDamage(false);
5431 void Aura::HandleAuraModAttackPowerOfArmor(bool /*apply*/, bool Real)
5433 // spells required only Real aura add/remove
5434 if(!Real)
5435 return;
5437 // Recalculate bonus
5438 if(m_target->GetTypeId() == TYPEID_PLAYER)
5439 ((Player*)m_target)->UpdateAttackPowerAndDamage(false);
5441 /********************************/
5442 /*** DAMAGE BONUS ***/
5443 /********************************/
5444 void Aura::HandleModDamageDone(bool apply, bool Real)
5446 // apply item specific bonuses for already equipped weapon
5447 if(Real && m_target->GetTypeId() == TYPEID_PLAYER)
5449 for(int i = 0; i < MAX_ATTACK; ++i)
5450 if(Item* pItem = ((Player*)m_target)->GetWeaponForAttack(WeaponAttackType(i),true,false))
5451 ((Player*)m_target)->_ApplyWeaponDependentAuraDamageMod(pItem, WeaponAttackType(i), this, apply);
5454 // m_modifier.m_miscvalue is bitmask of spell schools
5455 // 1 ( 0-bit ) - normal school damage (SPELL_SCHOOL_MASK_NORMAL)
5456 // 126 - full bitmask all magic damages (SPELL_SCHOOL_MASK_MAGIC) including wands
5457 // 127 - full bitmask any damages
5459 // mods must be applied base at equipped weapon class and subclass comparison
5460 // with spell->EquippedItemClass and EquippedItemSubClassMask and EquippedItemInventoryTypeMask
5461 // m_modifier.m_miscvalue comparison with item generated damage types
5463 if((m_modifier.m_miscvalue & SPELL_SCHOOL_MASK_NORMAL) != 0)
5465 // apply generic physical damage bonuses including wand case
5466 if (GetSpellProto()->EquippedItemClass == -1 || m_target->GetTypeId() != TYPEID_PLAYER)
5468 m_target->HandleStatModifier(UNIT_MOD_DAMAGE_MAINHAND, TOTAL_VALUE, float(m_modifier.m_amount), apply);
5469 m_target->HandleStatModifier(UNIT_MOD_DAMAGE_OFFHAND, TOTAL_VALUE, float(m_modifier.m_amount), apply);
5470 m_target->HandleStatModifier(UNIT_MOD_DAMAGE_RANGED, TOTAL_VALUE, float(m_modifier.m_amount), apply);
5472 else
5474 // done in Player::_ApplyWeaponDependentAuraMods
5477 if(m_target->GetTypeId() == TYPEID_PLAYER)
5479 if(m_positive)
5480 m_target->ApplyModUInt32Value(PLAYER_FIELD_MOD_DAMAGE_DONE_POS, m_modifier.m_amount, apply);
5481 else
5482 m_target->ApplyModUInt32Value(PLAYER_FIELD_MOD_DAMAGE_DONE_NEG, m_modifier.m_amount, apply);
5486 // Skip non magic case for speedup
5487 if((m_modifier.m_miscvalue & SPELL_SCHOOL_MASK_MAGIC) == 0)
5488 return;
5490 if( GetSpellProto()->EquippedItemClass != -1 || GetSpellProto()->EquippedItemInventoryTypeMask != 0 )
5492 // wand magic case (skip generic to all item spell bonuses)
5493 // done in Player::_ApplyWeaponDependentAuraMods
5495 // Skip item specific requirements for not wand magic damage
5496 return;
5499 // Magic damage modifiers implemented in Unit::SpellDamageBonus
5500 // This information for client side use only
5501 if(m_target->GetTypeId() == TYPEID_PLAYER)
5503 if(m_positive)
5505 for(int i = SPELL_SCHOOL_HOLY; i < MAX_SPELL_SCHOOL; ++i)
5507 if((m_modifier.m_miscvalue & (1<<i)) != 0)
5508 m_target->ApplyModUInt32Value(PLAYER_FIELD_MOD_DAMAGE_DONE_POS + i, m_modifier.m_amount, apply);
5511 else
5513 for(int i = SPELL_SCHOOL_HOLY; i < MAX_SPELL_SCHOOL; ++i)
5515 if((m_modifier.m_miscvalue & (1<<i)) != 0)
5516 m_target->ApplyModUInt32Value(PLAYER_FIELD_MOD_DAMAGE_DONE_NEG + i, m_modifier.m_amount, apply);
5519 Pet* pet = m_target->GetPet();
5520 if(pet)
5521 pet->UpdateAttackPowerAndDamage();
5525 void Aura::HandleModDamagePercentDone(bool apply, bool Real)
5527 sLog.outDebug("AURA MOD DAMAGE type:%u negative:%u", m_modifier.m_miscvalue, m_positive ? 0 : 1);
5529 // apply item specific bonuses for already equipped weapon
5530 if(Real && m_target->GetTypeId() == TYPEID_PLAYER)
5532 for(int i = 0; i < MAX_ATTACK; ++i)
5533 if(Item* pItem = ((Player*)m_target)->GetWeaponForAttack(WeaponAttackType(i),true,false))
5534 ((Player*)m_target)->_ApplyWeaponDependentAuraDamageMod(pItem, WeaponAttackType(i), this, apply);
5537 // m_modifier.m_miscvalue is bitmask of spell schools
5538 // 1 ( 0-bit ) - normal school damage (SPELL_SCHOOL_MASK_NORMAL)
5539 // 126 - full bitmask all magic damages (SPELL_SCHOOL_MASK_MAGIC) including wand
5540 // 127 - full bitmask any damages
5542 // mods must be applied base at equipped weapon class and subclass comparison
5543 // with spell->EquippedItemClass and EquippedItemSubClassMask and EquippedItemInventoryTypeMask
5544 // m_modifier.m_miscvalue comparison with item generated damage types
5546 if((m_modifier.m_miscvalue & SPELL_SCHOOL_MASK_NORMAL) != 0)
5548 // apply generic physical damage bonuses including wand case
5549 if (GetSpellProto()->EquippedItemClass == -1 || m_target->GetTypeId() != TYPEID_PLAYER)
5551 m_target->HandleStatModifier(UNIT_MOD_DAMAGE_MAINHAND, TOTAL_PCT, float(m_modifier.m_amount), apply);
5552 m_target->HandleStatModifier(UNIT_MOD_DAMAGE_OFFHAND, TOTAL_PCT, float(m_modifier.m_amount), apply);
5553 m_target->HandleStatModifier(UNIT_MOD_DAMAGE_RANGED, TOTAL_PCT, float(m_modifier.m_amount), apply);
5555 else
5557 // done in Player::_ApplyWeaponDependentAuraMods
5559 // For show in client
5560 if(m_target->GetTypeId() == TYPEID_PLAYER)
5561 m_target->ApplyModSignedFloatValue(PLAYER_FIELD_MOD_DAMAGE_DONE_PCT, m_modifier.m_amount/100.0f, apply);
5564 // Skip non magic case for speedup
5565 if((m_modifier.m_miscvalue & SPELL_SCHOOL_MASK_MAGIC) == 0)
5566 return;
5568 if( GetSpellProto()->EquippedItemClass != -1 || GetSpellProto()->EquippedItemInventoryTypeMask != 0 )
5570 // wand magic case (skip generic to all item spell bonuses)
5571 // done in Player::_ApplyWeaponDependentAuraMods
5573 // Skip item specific requirements for not wand magic damage
5574 return;
5577 // Magic damage percent modifiers implemented in Unit::SpellDamageBonus
5578 // Send info to client
5579 if(m_target->GetTypeId() == TYPEID_PLAYER)
5580 for(int i = SPELL_SCHOOL_HOLY; i < MAX_SPELL_SCHOOL; ++i)
5581 m_target->ApplyModSignedFloatValue(PLAYER_FIELD_MOD_DAMAGE_DONE_PCT + i, m_modifier.m_amount/100.0f, apply);
5584 void Aura::HandleModOffhandDamagePercent(bool apply, bool Real)
5586 // spells required only Real aura add/remove
5587 if(!Real)
5588 return;
5590 sLog.outDebug("AURA MOD OFFHAND DAMAGE");
5592 m_target->HandleStatModifier(UNIT_MOD_DAMAGE_OFFHAND, TOTAL_PCT, float(m_modifier.m_amount), apply);
5595 /********************************/
5596 /*** POWER COST ***/
5597 /********************************/
5599 void Aura::HandleModPowerCostPCT(bool apply, bool Real)
5601 // spells required only Real aura add/remove
5602 if(!Real)
5603 return;
5605 float amount = m_modifier.m_amount/100.0f;
5606 for(int i = 0; i < MAX_SPELL_SCHOOL; ++i)
5607 if(m_modifier.m_miscvalue & (1<<i))
5608 m_target->ApplyModSignedFloatValue(UNIT_FIELD_POWER_COST_MULTIPLIER + i, amount, apply);
5611 void Aura::HandleModPowerCost(bool apply, bool Real)
5613 // spells required only Real aura add/remove
5614 if(!Real)
5615 return;
5617 for(int i = 0; i < MAX_SPELL_SCHOOL; ++i)
5618 if(m_modifier.m_miscvalue & (1<<i))
5619 m_target->ApplyModInt32Value(UNIT_FIELD_POWER_COST_MODIFIER + i, m_modifier.m_amount, apply);
5622 void Aura::HandleNoReagentUseAura(bool /*Apply*/, bool Real)
5624 // spells required only Real aura add/remove
5625 if(!Real)
5626 return;
5627 if(m_target->GetTypeId() != TYPEID_PLAYER)
5628 return;
5629 uint32 mask[3] = {0, 0, 0};
5630 Unit::AuraList const& noReagent = m_target->GetAurasByType(SPELL_AURA_NO_REAGENT_USE);
5631 for(Unit::AuraList::const_iterator i = noReagent.begin(); i != noReagent.end(); ++i)
5633 uint32 const *ptr = (*i)->getAuraSpellClassMask();
5634 mask[0] |= ptr[0];
5635 mask[1] |= ptr[1];
5636 mask[2] |= ptr[2];
5639 m_target->SetUInt32Value(PLAYER_NO_REAGENT_COST_1+0, mask[0]);
5640 m_target->SetUInt32Value(PLAYER_NO_REAGENT_COST_1+1, mask[1]);
5641 m_target->SetUInt32Value(PLAYER_NO_REAGENT_COST_1+2, mask[2]);
5644 /*********************************************************/
5645 /*** OTHERS ***/
5646 /*********************************************************/
5648 void Aura::HandleShapeshiftBoosts(bool apply)
5650 uint32 spellId1 = 0;
5651 uint32 spellId2 = 0;
5652 uint32 HotWSpellId = 0;
5653 uint32 MasterShaperSpellId = 0;
5655 uint32 form = GetModifier()->m_miscvalue;
5657 switch(form)
5659 case FORM_CAT:
5660 spellId1 = 3025;
5661 HotWSpellId = 24900;
5662 MasterShaperSpellId = 48420;
5663 break;
5664 case FORM_TREE:
5665 spellId1 = 5420;
5666 spellId2 = 34123;
5667 MasterShaperSpellId = 48422;
5668 break;
5669 case FORM_TRAVEL:
5670 spellId1 = 5419;
5671 break;
5672 case FORM_AQUA:
5673 spellId1 = 5421;
5674 break;
5675 case FORM_BEAR:
5676 spellId1 = 1178;
5677 spellId2 = 21178;
5678 HotWSpellId = 24899;
5679 MasterShaperSpellId = 48418;
5680 break;
5681 case FORM_DIREBEAR:
5682 spellId1 = 9635;
5683 spellId2 = 21178;
5684 HotWSpellId = 24899;
5685 MasterShaperSpellId = 48418;
5686 break;
5687 case FORM_BATTLESTANCE:
5688 spellId1 = 21156;
5689 break;
5690 case FORM_DEFENSIVESTANCE:
5691 spellId1 = 7376;
5692 break;
5693 case FORM_BERSERKERSTANCE:
5694 spellId1 = 7381;
5695 break;
5696 case FORM_MOONKIN:
5697 spellId1 = 24905;
5698 MasterShaperSpellId = 48421;
5699 break;
5700 case FORM_FLIGHT:
5701 spellId1 = 33948;
5702 spellId2 = 34764;
5703 break;
5704 case FORM_FLIGHT_EPIC:
5705 spellId1 = 40122;
5706 spellId2 = 40121;
5707 break;
5708 case FORM_METAMORPHOSIS:
5709 spellId1 = 54817;
5710 spellId2 = 54879;
5711 break;
5712 case FORM_SPIRITOFREDEMPTION:
5713 spellId1 = 27792;
5714 spellId2 = 27795; // must be second, this important at aura remove to prevent to early iterator invalidation.
5715 break;
5716 case FORM_SHADOW:
5717 spellId1 = 49868;
5719 if(m_target->GetTypeId() == TYPEID_PLAYER) // Spell 49868 have same category as main form spell and share cooldown
5720 ((Player*)m_target)->RemoveSpellCooldown(49868);
5721 break;
5722 case FORM_GHOSTWOLF:
5723 spellId1 = 67116;
5724 break;
5725 case FORM_AMBIENT:
5726 case FORM_GHOUL:
5727 case FORM_STEALTH:
5728 case FORM_CREATURECAT:
5729 case FORM_CREATUREBEAR:
5730 break;
5733 if(apply)
5735 if (spellId1)
5736 m_target->CastSpell(m_target, spellId1, true, NULL, this );
5737 if (spellId2)
5738 m_target->CastSpell(m_target, spellId2, true, NULL, this);
5740 if (m_target->GetTypeId() == TYPEID_PLAYER)
5742 const PlayerSpellMap& sp_list = ((Player *)m_target)->GetSpellMap();
5743 for (PlayerSpellMap::const_iterator itr = sp_list.begin(); itr != sp_list.end(); ++itr)
5745 if (itr->second->state == PLAYERSPELL_REMOVED) continue;
5746 if (itr->first==spellId1 || itr->first==spellId2) continue;
5747 SpellEntry const *spellInfo = sSpellStore.LookupEntry(itr->first);
5748 if (!spellInfo || !(spellInfo->Attributes & (SPELL_ATTR_PASSIVE | (1<<7))))
5749 continue;
5750 if (spellInfo->Stances & (1<<(form-1)))
5751 m_target->CastSpell(m_target, itr->first, true, NULL, this);
5754 // Master Shapeshifter
5755 if (MasterShaperSpellId)
5757 Unit::AuraList const& ShapeShifterAuras = m_target->GetAurasByType(SPELL_AURA_DUMMY);
5758 for(Unit::AuraList::const_iterator i = ShapeShifterAuras.begin(); i != ShapeShifterAuras.end(); i++)
5760 if ((*i)->GetSpellProto()->SpellIconID == 2851)
5762 int32 ShiftMod = (*i)->GetModifier()->m_amount;
5763 m_target->CastCustomSpell(m_target, MasterShaperSpellId, &ShiftMod, NULL, NULL, true);
5764 break;
5769 // Leader of the Pack
5770 if (((Player*)m_target)->HasSpell(17007))
5772 SpellEntry const *spellInfo = sSpellStore.LookupEntry(24932);
5773 if (spellInfo && spellInfo->Stances & (1<<(form-1)))
5774 m_target->CastSpell(m_target, 24932, true, NULL, this);
5777 // Savage Roar
5778 if (form == FORM_CAT && ((Player*)m_target)->HasAura(52610))
5779 m_target->CastSpell(m_target, 62071, true);
5781 // Improved Moonkin Form
5782 if (form == FORM_MOONKIN)
5784 Unit::AuraList const& dummyAuras = m_target->GetAurasByType(SPELL_AURA_DUMMY);
5785 for(Unit::AuraList::const_iterator i = dummyAuras.begin(); i != dummyAuras.end(); i++)
5787 if ((*i)->GetSpellProto()->SpellFamilyName==SPELLFAMILY_DRUID &&
5788 (*i)->GetSpellProto()->SpellIconID == 2855)
5790 uint32 spell_id = 0;
5791 switch((*i)->GetId())
5793 case 48384:spell_id=50170;break;//Rank 1
5794 case 48395:spell_id=50171;break;//Rank 2
5795 case 48396:spell_id=50172;break;//Rank 3
5796 default:
5797 sLog.outError("Aura::HandleShapeshiftBoosts: Not handled rank of IMF (Spell: %u)",(*i)->GetId());
5798 break;
5801 if(spell_id)
5802 m_target->CastSpell(m_target, spell_id, true, NULL, this);
5803 break;
5808 // Heart of the Wild
5809 if (HotWSpellId)
5811 Unit::AuraList const& mModTotalStatPct = m_target->GetAurasByType(SPELL_AURA_MOD_TOTAL_STAT_PERCENTAGE);
5812 for(Unit::AuraList::const_iterator i = mModTotalStatPct.begin(); i != mModTotalStatPct.end(); ++i)
5814 if ((*i)->GetSpellProto()->SpellIconID == 240 && (*i)->GetModifier()->m_miscvalue == 3)
5816 int32 HotWMod = (*i)->GetModifier()->m_amount;
5817 if(GetModifier()->m_miscvalue == FORM_CAT)
5818 HotWMod /= 2;
5820 m_target->CastCustomSpell(m_target, HotWSpellId, &HotWMod, NULL, NULL, true, NULL, this);
5821 break;
5827 else
5829 if(spellId1)
5830 m_target->RemoveAurasDueToSpell(spellId1);
5831 if(spellId2)
5832 m_target->RemoveAurasDueToSpell(spellId2);
5833 if(MasterShaperSpellId)
5834 m_target->RemoveAurasDueToSpell(MasterShaperSpellId);
5836 Unit::AuraMap& tAuras = m_target->GetAuras();
5837 for (Unit::AuraMap::iterator itr = tAuras.begin(); itr != tAuras.end();)
5839 if (itr->second->IsRemovedOnShapeLost())
5841 m_target->RemoveAurasDueToSpell(itr->second->GetId());
5842 itr = tAuras.begin();
5844 else
5845 ++itr;
5850 void Aura::HandleSpellSpecificBoosts(bool apply)
5852 bool cast_at_remove = false; // if spell must be casted at last aura from stack remove
5853 uint32 spellId1 = 0;
5854 uint32 spellId2 = 0;
5855 uint32 spellId3 = 0;
5856 uint32 spellId4 = 0;
5858 switch(GetSpellProto()->SpellFamilyName)
5860 case SPELLFAMILY_GENERIC:
5862 // Illusionary Barrier
5863 if(GetId() == 57350 && !apply && m_target->getPowerType() == POWER_MANA)
5865 cast_at_remove = true;
5866 spellId1 = 60242; // Darkmoon Card: Illusion
5868 else
5869 return;
5870 break;
5872 case SPELLFAMILY_MAGE:
5874 // Ice Barrier (non stacking from one caster)
5875 if (m_spellProto->SpellIconID == 32)
5877 if (!apply && (m_removeMode == AURA_REMOVE_BY_DISPEL || (m_removeMode == AURA_REMOVE_BY_DEFAULT && !GetModifier()->m_amount)))
5879 Unit::AuraList const& dummyAuras = m_target->GetAurasByType(SPELL_AURA_DUMMY);
5880 for(Unit::AuraList::const_iterator itr = dummyAuras.begin(); itr != dummyAuras.end(); ++itr)
5882 // Shattered Barrier
5883 if ((*itr)->GetSpellProto()->SpellIconID == 2945)
5885 cast_at_remove = true;
5886 // first rank have 50% chance
5887 if ((*itr)->GetId() != 44745 || roll_chance_i(50))
5888 spellId1 = 55080;
5889 break;
5893 else
5894 return;
5896 else
5897 return;
5899 case SPELLFAMILY_WARRIOR:
5901 if(!apply)
5903 // Remove Blood Frenzy only if target no longer has any Deep Wound or Rend (applying is handled by procs)
5904 if (GetSpellProto()->Mechanic != MECHANIC_BLEED)
5905 return;
5907 // If target still has one of Warrior's bleeds, do nothing
5908 Unit::AuraList const& PeriodicDamage = m_target->GetAurasByType(SPELL_AURA_PERIODIC_DAMAGE);
5909 for(Unit::AuraList::const_iterator i = PeriodicDamage.begin(); i != PeriodicDamage.end(); ++i)
5910 if( (*i)->GetCasterGUID() == GetCasterGUID() &&
5911 (*i)->GetSpellProto()->SpellFamilyName == SPELLFAMILY_WARRIOR &&
5912 (*i)->GetSpellProto()->Mechanic == MECHANIC_BLEED)
5913 return;
5915 spellId1 = 30069; // Blood Frenzy (Rank 1)
5916 spellId2 = 30070; // Blood Frenzy (Rank 2)
5918 break;
5920 case SPELLFAMILY_WARLOCK:
5921 // Fear (non stacking)
5922 if (m_spellProto->SpellFamilyFlags & UI64LIT(0x0000040000000000))
5924 if(!apply)
5926 Unit* caster = GetCaster();
5927 if(!caster)
5928 return;
5930 Unit::AuraList const& dummyAuras = caster->GetAurasByType(SPELL_AURA_DUMMY);
5931 for(Unit::AuraList::const_iterator itr = dummyAuras.begin(); itr != dummyAuras.end(); ++itr)
5933 SpellEntry const* dummyEntry = (*itr)->GetSpellProto();
5934 // Improved Fear
5935 if (dummyEntry->SpellFamilyName == SPELLFAMILY_WARLOCK && dummyEntry->SpellIconID == 98)
5937 cast_at_remove = true;
5938 switch((*itr)->GetModifier()->m_amount)
5940 // Rank 1
5941 case 0: spellId1 = 60946; break;
5942 // Rank 1
5943 case 1: spellId1 = 60947; break;
5945 break;
5949 else
5950 return;
5952 else
5953 return;
5954 break;
5955 case SPELLFAMILY_PRIEST:
5957 // Shadow Word: Pain (need visual check fro skip improvement talent) or Vampiric Touch
5958 if (m_spellProto->SpellIconID == 234 && m_spellProto->SpellVisual[0] || m_spellProto->SpellIconID == 2213)
5960 if (!apply && m_removeMode == AURA_REMOVE_BY_DISPEL)
5962 Unit* caster = GetCaster();
5963 if(!caster)
5964 return;
5966 Unit::AuraList const& dummyAuras = caster->GetAurasByType(SPELL_AURA_DUMMY);
5967 for(Unit::AuraList::const_iterator itr = dummyAuras.begin(); itr != dummyAuras.end(); ++itr)
5969 // Shadow Affinity
5970 if ((*itr)->GetSpellProto()->SpellFamilyName == SPELLFAMILY_PRIEST
5971 && (*itr)->GetSpellProto()->SpellIconID == 178)
5973 // custom cast code
5974 int32 basepoints0 = (*itr)->GetModifier()->m_amount * caster->GetCreateMana() / 100;
5975 caster->CastCustomSpell(caster, 64103, &basepoints0, NULL, NULL, true, NULL, this);
5976 return;
5980 else
5981 return;
5984 switch(GetId())
5986 // Abolish Disease (remove 1 more poison effect with Body and Soul)
5987 case 552:
5989 if(apply)
5991 int chance =0;
5992 Unit::AuraList const& dummyAuras = m_target->GetAurasByType(SPELL_AURA_DUMMY);
5993 for(Unit::AuraList::const_iterator itr = dummyAuras.begin(); itr != dummyAuras.end(); ++itr)
5995 SpellEntry const* dummyEntry = (*itr)->GetSpellProto();
5996 // Body and Soul (talent ranks)
5997 if (dummyEntry->SpellFamilyName == SPELLFAMILY_PRIEST && dummyEntry->SpellIconID == 2218 &&
5998 dummyEntry->SpellVisual[0]==0)
6000 chance = (*itr)->GetSpellProto()->CalculateSimpleValue(1);
6001 break;
6005 if(roll_chance_i(chance))
6006 spellId1 = 64134; // Body and Soul (periodic dispel effect)
6008 else
6009 spellId1 = 64134; // Body and Soul (periodic dispel effect)
6010 break;
6012 // Dispersion mana reg and immunity
6013 case 47585:
6014 spellId1 = 60069; // Dispersion
6015 spellId2 = 63230; // Dispersion
6016 break;
6017 default:
6018 return;
6020 break;
6022 case SPELLFAMILY_ROGUE:
6023 // Sprint (skip non player casted spells by category)
6024 if (GetSpellProto()->SpellFamilyFlags & UI64LIT(0x0000000000000040) && GetSpellProto()->Category == 44)
6026 if(!apply || m_target->HasAura(58039)) // Glyph of Blurred Speed
6027 spellId1 = 61922; // Sprint (waterwalk)
6028 else
6029 return;
6031 else
6032 return;
6033 break;
6034 case SPELLFAMILY_HUNTER:
6036 // The Beast Within and Bestial Wrath - immunity
6037 if (GetId() == 19574 || GetId() == 34471)
6039 spellId1 = 24395;
6040 spellId2 = 24396;
6041 spellId3 = 24397;
6042 spellId4 = 26592;
6044 // Aspect of the Dragonhawk dodge
6045 else if (GetSpellProto()->SpellFamilyFlags2 & 0x00001000)
6047 spellId1 = 61848;
6049 // triggered spell have same category as main spell and cooldown
6050 if (apply && m_target->GetTypeId()==TYPEID_PLAYER)
6051 ((Player*)m_target)->RemoveSpellCooldown(61848);
6053 else
6054 return;
6055 break;
6057 case SPELLFAMILY_PALADIN:
6059 if (m_spellProto->Id == 31884) // Avenging Wrath
6061 if(!apply)
6062 spellId1 = 57318; // Sanctified Wrath (triggered)
6063 else
6065 int32 percent = 0;
6066 Unit::AuraList const& dummyAuras = m_target->GetAurasByType(SPELL_AURA_DUMMY);
6067 for(Unit::AuraList::const_iterator itr = dummyAuras.begin(); itr != dummyAuras.end(); ++itr)
6069 if ((*itr)->GetSpellProto()->SpellIconID == 3029)
6071 percent = (*itr)->GetModifier()->m_amount;
6072 break;
6076 // apply in special way
6077 if(percent)
6079 spellId1 = 57318; // Sanctified Wrath (triggered)
6080 // prevent aura deletion, specially in multi-boost case
6081 SetInUse(true);
6082 m_target->CastCustomSpell(m_target, spellId1, &percent, &percent, NULL, true, NULL, this);
6083 SetInUse(false);
6085 return;
6087 break;
6090 // Only process on player casting paladin aura
6091 // all aura bonuses applied also in aura area effect way to caster
6092 if (GetCasterGUID() != m_target->GetGUID() || !IS_PLAYER_GUID(GetCasterGUID()))
6093 return;
6095 if (GetSpellSpecific(m_spellProto->Id) != SPELL_AURA)
6096 return;
6098 // Sanctified Retribution and Swift Retribution (they share one aura), but not Retribution Aura (already gets modded)
6099 if ((GetSpellProto()->SpellFamilyFlags & UI64LIT(0x0000000000000008))==0)
6100 spellId1 = 63531; // placeholder for talent spell mods
6101 // Improved Concentration Aura (auras bonus)
6102 spellId2 = 63510; // placeholder for talent spell mods
6103 // Improved Devotion Aura (auras bonus)
6104 spellId3 = 63514; // placeholder for talent spell mods
6105 break;
6107 case SPELLFAMILY_DEATHKNIGHT:
6109 if (GetSpellSpecific(m_spellProto->Id) != SPELL_PRESENCE)
6110 return;
6112 // Frost Presence health
6113 if (GetId() == 48263)
6114 spellId1 = 61261;
6115 // Unholy Presence move speed
6116 else if (GetId() == 48265)
6117 spellId1 = 49772;
6118 else
6119 return;
6121 break;
6123 default:
6124 return;
6127 // prevent aura deletion, specially in multi-boost case
6128 SetInUse(true);
6130 if (apply || cast_at_remove)
6132 if (spellId1)
6133 m_target->CastSpell(m_target, spellId1, true, NULL, this);
6134 if (spellId2 && !IsDeleted())
6135 m_target->CastSpell(m_target, spellId2, true, NULL, this);
6136 if (spellId3 && !IsDeleted())
6137 m_target->CastSpell(m_target, spellId3, true, NULL, this);
6138 if (spellId4 && !IsDeleted())
6139 m_target->CastSpell(m_target, spellId4, true, NULL, this);
6141 else
6143 if (spellId1)
6144 m_target->RemoveAurasByCasterSpell(spellId1, GetCasterGUID());
6145 if (spellId2)
6146 m_target->RemoveAurasByCasterSpell(spellId2, GetCasterGUID());
6147 if (spellId3)
6148 m_target->RemoveAurasByCasterSpell(spellId3, GetCasterGUID());
6149 if (spellId4)
6150 m_target->RemoveAurasByCasterSpell(spellId4, GetCasterGUID());
6153 SetInUse(false);
6156 void Aura::HandleAuraEmpathy(bool apply, bool /*Real*/)
6158 if(m_target->GetTypeId() != TYPEID_UNIT)
6159 return;
6161 CreatureInfo const * ci = ObjectMgr::GetCreatureTemplate(m_target->GetEntry());
6162 if(ci && ci->type == CREATURE_TYPE_BEAST)
6163 m_target->ApplyModUInt32Value(UNIT_DYNAMIC_FLAGS, UNIT_DYNFLAG_SPECIALINFO, apply);
6166 void Aura::HandleAuraUntrackable(bool apply, bool /*Real*/)
6168 if(apply)
6169 m_target->SetByteFlag(UNIT_FIELD_BYTES_1, 3, UNIT_BYTE1_FLAG_UNTRACKABLE);
6170 else
6171 m_target->RemoveByteFlag(UNIT_FIELD_BYTES_1, 3, UNIT_BYTE1_FLAG_UNTRACKABLE);
6174 void Aura::HandleAuraModPacify(bool apply, bool /*Real*/)
6176 if(m_target->GetTypeId() != TYPEID_PLAYER)
6177 return;
6179 if(apply)
6180 m_target->SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_PACIFIED);
6181 else
6182 m_target->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_PACIFIED);
6185 void Aura::HandleAuraModPacifyAndSilence(bool apply, bool Real)
6187 HandleAuraModPacify(apply, Real);
6188 HandleAuraModSilence(apply, Real);
6191 void Aura::HandleAuraGhost(bool apply, bool /*Real*/)
6193 if(m_target->GetTypeId() != TYPEID_PLAYER)
6194 return;
6196 if(apply)
6198 m_target->SetFlag(PLAYER_FLAGS, PLAYER_FLAGS_GHOST);
6200 else
6202 m_target->RemoveFlag(PLAYER_FLAGS, PLAYER_FLAGS_GHOST);
6206 void Aura::HandleAuraAllowFlight(bool apply, bool Real)
6208 // all applied/removed only at real aura add/remove
6209 if(!Real)
6210 return;
6212 // allow fly
6213 WorldPacket data;
6214 if(apply)
6215 data.Initialize(SMSG_MOVE_SET_CAN_FLY, 12);
6216 else
6217 data.Initialize(SMSG_MOVE_UNSET_CAN_FLY, 12);
6218 data.append(m_target->GetPackGUID());
6219 data << uint32(0); // unk
6220 m_target->SendMessageToSet(&data, true);
6223 void Aura::HandleModRating(bool apply, bool Real)
6225 // spells required only Real aura add/remove
6226 if(!Real)
6227 return;
6229 if(m_target->GetTypeId() != TYPEID_PLAYER)
6230 return;
6232 for (uint32 rating = 0; rating < MAX_COMBAT_RATING; ++rating)
6233 if (m_modifier.m_miscvalue & (1 << rating))
6234 ((Player*)m_target)->ApplyRatingMod(CombatRating(rating), m_modifier.m_amount, apply);
6237 void Aura::HandleModRatingFromStat(bool apply, bool Real)
6239 // spells required only Real aura add/remove
6240 if(!Real)
6241 return;
6243 if(m_target->GetTypeId() != TYPEID_PLAYER)
6244 return;
6245 // Just recalculate ratings
6246 for (uint32 rating = 0; rating < MAX_COMBAT_RATING; ++rating)
6247 if (m_modifier.m_miscvalue & (1 << rating))
6248 ((Player*)m_target)->ApplyRatingMod(CombatRating(rating), 0, apply);
6251 void Aura::HandleForceMoveForward(bool apply, bool Real)
6253 if(!Real || m_target->GetTypeId() != TYPEID_PLAYER)
6254 return;
6255 if(apply)
6256 m_target->SetFlag(UNIT_FIELD_FLAGS_2, UNIT_FLAG2_FORCE_MOVE);
6257 else
6258 m_target->RemoveFlag(UNIT_FIELD_FLAGS_2, UNIT_FLAG2_FORCE_MOVE);
6261 void Aura::HandleAuraModExpertise(bool /*apply*/, bool /*Real*/)
6263 if(m_target->GetTypeId() != TYPEID_PLAYER)
6264 return;
6266 ((Player*)m_target)->UpdateExpertise(BASE_ATTACK);
6267 ((Player*)m_target)->UpdateExpertise(OFF_ATTACK);
6270 void Aura::HandleModTargetResistance(bool apply, bool Real)
6272 // spells required only Real aura add/remove
6273 if(!Real)
6274 return;
6275 // applied to damage as HandleNoImmediateEffect in Unit::CalcAbsorbResist and Unit::CalcArmorReducedDamage
6277 // show armor penetration
6278 if (m_target->GetTypeId() == TYPEID_PLAYER && (m_modifier.m_miscvalue & SPELL_SCHOOL_MASK_NORMAL))
6279 m_target->ApplyModInt32Value(PLAYER_FIELD_MOD_TARGET_PHYSICAL_RESISTANCE, m_modifier.m_amount, apply);
6281 // show as spell penetration only full spell penetration bonuses (all resistances except armor and holy
6282 if (m_target->GetTypeId() == TYPEID_PLAYER && (m_modifier.m_miscvalue & SPELL_SCHOOL_MASK_SPELL)==SPELL_SCHOOL_MASK_SPELL)
6283 m_target->ApplyModInt32Value(PLAYER_FIELD_MOD_TARGET_RESISTANCE, m_modifier.m_amount, apply);
6286 void Aura::HandleShieldBlockValue(bool apply, bool /*Real*/)
6288 BaseModType modType = FLAT_MOD;
6289 if(m_modifier.m_auraname == SPELL_AURA_MOD_SHIELD_BLOCKVALUE_PCT)
6290 modType = PCT_MOD;
6292 if(m_target->GetTypeId() == TYPEID_PLAYER)
6293 ((Player*)m_target)->HandleBaseModValue(SHIELD_BLOCK_VALUE, modType, float(m_modifier.m_amount), apply);
6296 void Aura::HandleAuraRetainComboPoints(bool apply, bool Real)
6298 // spells required only Real aura add/remove
6299 if(!Real)
6300 return;
6302 if(m_target->GetTypeId() != TYPEID_PLAYER)
6303 return;
6305 Player *target = (Player*)m_target;
6307 // combo points was added in SPELL_EFFECT_ADD_COMBO_POINTS handler
6308 // remove only if aura expire by time (in case combo points amount change aura removed without combo points lost)
6309 if( !apply && m_duration==0 && target->GetComboTarget())
6310 if(Unit* unit = ObjectAccessor::GetUnit(*m_target,target->GetComboTarget()))
6311 target->AddComboPoints(unit, -m_modifier.m_amount);
6314 void Aura::HandleModUnattackable( bool Apply, bool Real )
6316 if(Real && Apply)
6318 m_target->CombatStop();
6319 m_target->RemoveAurasWithInterruptFlags(AURA_INTERRUPT_FLAG_IMMUNE_OR_LOST_SELECTION);
6321 m_target->ApplyModFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NON_ATTACKABLE,Apply);
6324 void Aura::HandleSpiritOfRedemption( bool apply, bool Real )
6326 // spells required only Real aura add/remove
6327 if(!Real)
6328 return;
6330 // prepare spirit state
6331 if(apply)
6333 if(m_target->GetTypeId()==TYPEID_PLAYER)
6335 // disable breath/etc timers
6336 ((Player*)m_target)->StopMirrorTimers();
6338 // set stand state (expected in this form)
6339 if(!m_target->IsStandState())
6340 m_target->SetStandState(UNIT_STAND_STATE_STAND);
6343 m_target->SetHealth(1);
6345 // die at aura end
6346 else
6347 m_target->DealDamage(m_target, m_target->GetHealth(), NULL, DIRECT_DAMAGE, SPELL_SCHOOL_MASK_NORMAL, GetSpellProto(), false);
6350 void Aura::CleanupTriggeredSpells()
6352 uint32 tSpellId = m_spellProto->EffectTriggerSpell[GetEffIndex()];
6353 if(!tSpellId)
6354 return;
6356 SpellEntry const* tProto = sSpellStore.LookupEntry(tSpellId);
6357 if(!tProto)
6358 return;
6360 if(GetSpellDuration(tProto) != -1)
6361 return;
6363 // needed for spell 43680, maybe others
6364 // TODO: is there a spell flag, which can solve this in a more sophisticated way?
6365 if(m_spellProto->EffectApplyAuraName[GetEffIndex()] == SPELL_AURA_PERIODIC_TRIGGER_SPELL &&
6366 GetSpellDuration(m_spellProto) == m_spellProto->EffectAmplitude[GetEffIndex()])
6367 return;
6368 m_target->RemoveAurasDueToSpell(tSpellId);
6371 void Aura::HandleSchoolAbsorb(bool apply, bool Real)
6373 if(!Real)
6374 return;
6376 Unit* caster = GetCaster();
6377 if(!caster)
6378 return;
6380 if (apply)
6382 // prevent double apply bonuses
6383 if (m_target->GetTypeId()!=TYPEID_PLAYER || !((Player*)m_target)->GetSession()->PlayerLoading())
6385 float DoneActualBenefit = 0.0f;
6386 switch(m_spellProto->SpellFamilyName)
6388 case SPELLFAMILY_PRIEST:
6389 // Power Word: Shield
6390 if (m_spellProto->SpellFamilyFlags & UI64LIT(0x0000000000000001))
6391 //+80.68% from +spell bonus
6392 DoneActualBenefit = caster->SpellBaseHealingBonus(GetSpellSchoolMask(m_spellProto)) * 0.8068f;
6393 break;
6394 case SPELLFAMILY_MAGE:
6395 // Frost Ward, Fire Ward
6396 if (m_spellProto->SpellFamilyFlags & UI64LIT(0x0000000000000108))
6397 //+10% from +spell bonus
6398 DoneActualBenefit = caster->SpellBaseDamageBonus(GetSpellSchoolMask(m_spellProto)) * 0.1f;
6399 // Ice Barrier
6400 else if (m_spellProto->SpellFamilyFlags & UI64LIT(0x0000000100000000))
6401 //+80.67% from +spell bonus
6402 DoneActualBenefit = caster->SpellBaseDamageBonus(GetSpellSchoolMask(m_spellProto)) * 0.8067f;
6403 break;
6404 case SPELLFAMILY_WARLOCK:
6405 // Shadow Ward
6406 if (m_spellProto->SpellFamilyFlags2 & 0x00000040)
6407 //+30% from +spell bonus
6408 DoneActualBenefit = caster->SpellBaseDamageBonus(GetSpellSchoolMask(m_spellProto)) * 0.30f;
6409 break;
6410 case SPELLFAMILY_PALADIN:
6411 // Sacred Shield
6412 // (check not strictly needed, only Sacred Shield has SPELL_AURA_SCHOOL_ABSORB in SPELLFAMILY_PALADIN at this time)
6413 if (m_spellProto->SpellFamilyFlags & UI64LIT(0x0008000000000000))
6415 // +75% from spell power
6416 DoneActualBenefit = caster->SpellBaseHealingBonus(GetSpellSchoolMask(m_spellProto)) * 0.75f;
6418 break;
6419 default:
6420 break;
6423 DoneActualBenefit *= caster->CalculateLevelPenalty(GetSpellProto());
6425 m_modifier.m_amount += (int32)DoneActualBenefit;
6428 else
6430 if (caster &&
6431 // Power Word: Shield
6432 m_spellProto->SpellFamilyName == SPELLFAMILY_PRIEST && m_spellProto->Mechanic == MECHANIC_SHIELD &&
6433 (m_spellProto->SpellFamilyFlags & UI64LIT(0x0000000000000001)) &&
6434 // completely absorbed or dispelled
6435 ((m_removeMode == AURA_REMOVE_BY_DEFAULT && !m_modifier.m_amount) || m_removeMode == AURA_REMOVE_BY_DISPEL))
6437 Unit::AuraList const& vDummyAuras = caster->GetAurasByType(SPELL_AURA_DUMMY);
6438 for(Unit::AuraList::const_iterator itr = vDummyAuras.begin(); itr != vDummyAuras.end(); ++itr)
6440 SpellEntry const* vSpell = (*itr)->GetSpellProto();
6442 // Rapture (main spell)
6443 if(vSpell->SpellFamilyName == SPELLFAMILY_PRIEST && vSpell->SpellIconID == 2894 && vSpell->Effect[1])
6445 switch((*itr)->GetEffIndex())
6447 case 0:
6449 // energize caster
6450 int32 manapct1000 = 5 * ((*itr)->GetModifier()->m_amount + sSpellMgr.GetSpellRank(vSpell->Id));
6451 int32 basepoints0 = caster->GetMaxPower(POWER_MANA) * manapct1000 / 1000;
6452 caster->CastCustomSpell(caster, 47755, &basepoints0, NULL, NULL, true);
6453 break;
6455 case 1:
6457 // energize target
6458 if (!roll_chance_i((*itr)->GetModifier()->m_amount) || caster->HasAura(63853))
6459 break;
6461 switch(m_target->getPowerType())
6463 case POWER_RUNIC_POWER:
6464 m_target->CastSpell(m_target, 63652, true, NULL, NULL, m_caster_guid);
6465 break;
6466 case POWER_RAGE:
6467 m_target->CastSpell(m_target, 63653, true, NULL, NULL, m_caster_guid);
6468 break;
6469 case POWER_MANA:
6471 int32 basepoints0 = m_target->GetMaxPower(POWER_MANA) * 2 / 100;
6472 m_target->CastCustomSpell(m_target, 63654, &basepoints0, NULL, NULL, true);
6473 break;
6475 case POWER_ENERGY:
6476 m_target->CastSpell(m_target, 63655, true, NULL, NULL, m_caster_guid);
6477 break;
6478 default:
6479 break;
6482 //cooldwon aura
6483 caster->CastSpell(caster, 63853, true);
6484 break;
6486 default:
6487 sLog.outError("Changes in R-dummy spell???: effect 3");
6488 break;
6496 void Aura::PeriodicTick()
6498 switch(m_modifier.m_auraname)
6500 case SPELL_AURA_PERIODIC_DAMAGE:
6501 case SPELL_AURA_PERIODIC_DAMAGE_PERCENT:
6503 Unit *pCaster = GetCaster();
6504 if(!pCaster)
6505 return;
6507 if( GetSpellProto()->Effect[GetEffIndex()] == SPELL_EFFECT_PERSISTENT_AREA_AURA &&
6508 pCaster->SpellHitResult(m_target, GetSpellProto(), false) != SPELL_MISS_NONE)
6509 return;
6511 // Check for immune (not use charges)
6512 if(m_target->IsImmunedToDamage(GetSpellSchoolMask(GetSpellProto())))
6513 return;
6515 // some auras remove at specific health level or more
6516 if(m_modifier.m_auraname == SPELL_AURA_PERIODIC_DAMAGE)
6518 switch(GetId())
6520 case 43093: case 31956: case 38801:
6521 case 35321: case 38363: case 39215:
6522 if(m_target->GetHealth() == m_target->GetMaxHealth() )
6524 m_target->RemoveAurasDueToSpell(GetId());
6525 return;
6527 break;
6528 case 38772:
6530 uint32 percent =
6531 GetEffIndex() < 2 && GetSpellProto()->Effect[GetEffIndex()] == SPELL_EFFECT_DUMMY ?
6532 pCaster->CalculateSpellDamage(GetSpellProto(), GetEffIndex() + 1, GetSpellProto()->EffectBasePoints[GetEffIndex() + 1], m_target) :
6533 100;
6534 if(m_target->GetHealth() * 100 >= m_target->GetMaxHealth() * percent )
6536 m_target->RemoveAurasDueToSpell(GetId());
6537 return;
6539 break;
6541 default:
6542 break;
6546 uint32 absorb = 0;
6547 uint32 resist = 0;
6548 CleanDamage cleanDamage = CleanDamage(0, BASE_ATTACK, MELEE_HIT_NORMAL );
6550 // ignore non positive values (can be result apply spellmods to aura damage
6551 uint32 amount = m_modifier.m_amount > 0 ? m_modifier.m_amount : 0;
6553 uint32 pdamage;
6555 if(m_modifier.m_auraname == SPELL_AURA_PERIODIC_DAMAGE)
6557 pdamage = amount;
6559 // SpellDamageBonus for magic spells
6560 if(GetSpellProto()->DmgClass == SPELL_DAMAGE_CLASS_NONE || GetSpellProto()->DmgClass == SPELL_DAMAGE_CLASS_MAGIC)
6561 pdamage = pCaster->SpellDamageBonus(m_target, GetSpellProto(), pdamage, DOT, GetStackAmount());
6562 // MeleeDamagebonus for weapon based spells
6563 else
6565 WeaponAttackType attackType = GetWeaponAttackType(GetSpellProto());
6566 pdamage = pCaster->MeleeDamageBonus(m_target, pdamage, attackType, GetSpellProto(), DOT, GetStackAmount());
6569 // Calculate armor mitigation if it is a physical spell
6570 // But not for bleed mechanic spells
6571 if (GetSpellSchoolMask(GetSpellProto()) & SPELL_SCHOOL_MASK_NORMAL &&
6572 GetEffectMechanic(GetSpellProto(), m_effIndex) != MECHANIC_BLEED)
6574 uint32 pdamageReductedArmor = pCaster->CalcArmorReducedDamage(m_target, pdamage);
6575 cleanDamage.damage += pdamage - pdamageReductedArmor;
6576 pdamage = pdamageReductedArmor;
6579 // Curse of Agony damage-per-tick calculation
6580 if (GetSpellProto()->SpellFamilyName==SPELLFAMILY_WARLOCK && (GetSpellProto()->SpellFamilyFlags & UI64LIT(0x0000000000000400)) && GetSpellProto()->SpellIconID==544)
6582 // 1..4 ticks, 1/2 from normal tick damage
6583 if (m_duration >= ((m_maxduration-m_modifier.periodictime) * 2 / 3))
6584 pdamage = pdamage/2;
6585 // 9..12 ticks, 3/2 from normal tick damage
6586 else if(m_duration < ((m_maxduration-m_modifier.periodictime) / 3))
6587 pdamage += (pdamage + 1) / 2; // +1 prevent 0.5 damage possible lost at 1..4 ticks
6588 // 5..8 ticks have normal tick damage
6591 else
6592 pdamage = uint32(m_target->GetMaxHealth()*amount/100);
6594 // This method can modify pdamage
6595 bool isCrit = IsCritFromAbilityAura(pCaster, pdamage);
6597 // send critical in hit info for threat calculation
6598 if (isCrit)
6600 cleanDamage.hitOutCome = MELEE_HIT_CRIT;
6601 // Resilience - reduce crit damage
6602 pdamage -= m_target->GetSpellCritDamageReduction(pdamage);
6605 // only from players
6606 // FIXME: need use SpellDamageBonus instead?
6607 if (IS_PLAYER_GUID(m_caster_guid))
6608 pdamage -= m_target->GetSpellDamageReduction(pdamage);
6610 pCaster->CalcAbsorbResist(m_target, GetSpellSchoolMask(GetSpellProto()), DOT, pdamage, &absorb, &resist, !(GetSpellProto()->AttributesEx2 & SPELL_ATTR_EX2_CANT_REFLECTED));
6612 sLog.outDetail("PeriodicTick: %u (TypeId: %u) attacked %u (TypeId: %u) for %u dmg inflicted by %u abs is %u",
6613 GUID_LOPART(GetCasterGUID()), GuidHigh2TypeId(GUID_HIPART(GetCasterGUID())), m_target->GetGUIDLow(), m_target->GetTypeId(), pdamage, GetId(),absorb);
6615 pCaster->DealDamageMods(m_target, pdamage, &absorb);
6617 SpellPeriodicAuraLogInfo pInfo(this, pdamage, 0, absorb, resist, 0.0f, isCrit);
6618 m_target->SendPeriodicAuraLog(&pInfo);
6620 // Set trigger flag
6621 uint32 procAttacker = PROC_FLAG_ON_DO_PERIODIC; // | PROC_FLAG_SUCCESSFUL_HARMFUL_SPELL_HIT;
6622 uint32 procVictim = PROC_FLAG_ON_TAKE_PERIODIC;// | PROC_FLAG_TAKEN_HARMFUL_SPELL_HIT;
6623 pdamage = (pdamage <= absorb + resist) ? 0 : (pdamage - absorb - resist);
6624 if (pdamage)
6625 procVictim|=PROC_FLAG_TAKEN_ANY_DAMAGE;
6626 pCaster->ProcDamageAndSpell(m_target, procAttacker, procVictim, PROC_EX_NORMAL_HIT, pdamage, BASE_ATTACK, GetSpellProto());
6628 pCaster->DealDamage(m_target, pdamage, &cleanDamage, DOT, GetSpellSchoolMask(GetSpellProto()), GetSpellProto(), true);
6629 break;
6631 case SPELL_AURA_PERIODIC_LEECH:
6632 case SPELL_AURA_PERIODIC_HEALTH_FUNNEL:
6634 Unit *pCaster = GetCaster();
6635 if(!pCaster)
6636 return;
6638 if(!pCaster->isAlive())
6639 return;
6641 if( GetSpellProto()->Effect[GetEffIndex()] == SPELL_EFFECT_PERSISTENT_AREA_AURA &&
6642 pCaster->SpellHitResult(m_target, GetSpellProto(), false) != SPELL_MISS_NONE)
6643 return;
6645 // Check for immune
6646 if(m_target->IsImmunedToDamage(GetSpellSchoolMask(GetSpellProto())))
6647 return;
6649 uint32 absorb=0;
6650 uint32 resist=0;
6651 CleanDamage cleanDamage = CleanDamage(0, BASE_ATTACK, MELEE_HIT_NORMAL );
6653 uint32 pdamage = m_modifier.m_amount > 0 ? m_modifier.m_amount : 0;
6655 //Calculate armor mitigation if it is a physical spell
6656 if (GetSpellSchoolMask(GetSpellProto()) & SPELL_SCHOOL_MASK_NORMAL)
6658 uint32 pdamageReductedArmor = pCaster->CalcArmorReducedDamage(m_target, pdamage);
6659 cleanDamage.damage += pdamage - pdamageReductedArmor;
6660 pdamage = pdamageReductedArmor;
6663 pdamage = pCaster->SpellDamageBonus(m_target, GetSpellProto(), pdamage, DOT, GetStackAmount());
6665 pCaster->CalcAbsorbResist(m_target, GetSpellSchoolMask(GetSpellProto()), DOT, pdamage, &absorb, &resist, !(GetSpellProto()->AttributesEx2 & SPELL_ATTR_EX2_CANT_REFLECTED));
6667 if(m_target->GetHealth() < pdamage)
6668 pdamage = uint32(m_target->GetHealth());
6670 sLog.outDetail("PeriodicTick: %u (TypeId: %u) health leech of %u (TypeId: %u) for %u dmg inflicted by %u abs is %u",
6671 GUID_LOPART(GetCasterGUID()), GuidHigh2TypeId(GUID_HIPART(GetCasterGUID())), m_target->GetGUIDLow(), m_target->GetTypeId(), pdamage, GetId(),absorb);
6673 pCaster->SendSpellNonMeleeDamageLog(m_target, GetId(), pdamage, GetSpellSchoolMask(GetSpellProto()), absorb, resist, false, 0);
6675 float multiplier = GetSpellProto()->EffectMultipleValue[GetEffIndex()] > 0 ? GetSpellProto()->EffectMultipleValue[GetEffIndex()] : 1;
6677 // Set trigger flag
6678 uint32 procAttacker = PROC_FLAG_ON_DO_PERIODIC; // | PROC_FLAG_SUCCESSFUL_HARMFUL_SPELL_HIT;
6679 uint32 procVictim = PROC_FLAG_ON_TAKE_PERIODIC;// | PROC_FLAG_TAKEN_HARMFUL_SPELL_HIT;
6680 pdamage = (pdamage <= absorb + resist) ? 0 : (pdamage-absorb-resist);
6681 if (pdamage)
6682 procVictim|=PROC_FLAG_TAKEN_ANY_DAMAGE;
6683 pCaster->ProcDamageAndSpell(m_target, procAttacker, procVictim, PROC_EX_NORMAL_HIT, pdamage, BASE_ATTACK, GetSpellProto());
6684 int32 new_damage = pCaster->DealDamage(m_target, pdamage, &cleanDamage, DOT, GetSpellSchoolMask(GetSpellProto()), GetSpellProto(), false);
6686 if (!m_target->isAlive() && pCaster->IsNonMeleeSpellCasted(false))
6687 for (uint32 i = CURRENT_FIRST_NON_MELEE_SPELL; i < CURRENT_MAX_SPELL; ++i)
6688 if (Spell* spell = pCaster->GetCurrentSpell(CurrentSpellTypes(i)))
6689 if (spell->m_spellInfo->Id == GetId())
6690 spell->cancel();
6693 if(Player *modOwner = pCaster->GetSpellModOwner())
6694 modOwner->ApplySpellMod(GetId(), SPELLMOD_MULTIPLE_VALUE, multiplier);
6696 uint32 heal = pCaster->SpellHealingBonus(pCaster, GetSpellProto(), uint32(new_damage * multiplier), DOT, GetStackAmount());
6698 int32 gain = pCaster->DealHeal(pCaster, heal, GetSpellProto());
6699 pCaster->getHostileRefManager().threatAssist(pCaster, gain * 0.5f, GetSpellProto());
6700 break;
6702 case SPELL_AURA_PERIODIC_HEAL:
6703 case SPELL_AURA_OBS_MOD_HEALTH:
6705 Unit *pCaster = GetCaster();
6706 if(!pCaster)
6707 return;
6709 // heal for caster damage (must be alive)
6710 if(m_target != pCaster && GetSpellProto()->SpellVisual[0] == 163 && !pCaster->isAlive())
6711 return;
6713 // ignore non positive values (can be result apply spellmods to aura damage
6714 uint32 amount = m_modifier.m_amount > 0 ? m_modifier.m_amount : 0;
6716 uint32 pdamage;
6718 if(m_modifier.m_auraname==SPELL_AURA_OBS_MOD_HEALTH)
6719 pdamage = uint32(m_target->GetMaxHealth() * amount / 100);
6720 else
6722 pdamage = amount;
6724 // Wild Growth (1/7 - 6 + 2*ramainTicks) %
6725 if (m_spellProto->SpellFamilyName == SPELLFAMILY_DRUID && m_spellProto->SpellIconID == 2864)
6727 int32 ticks = m_maxduration/m_modifier.periodictime;
6728 int32 remainingTicks = int32(float(m_duration) / m_modifier.periodictime + 0.5);
6729 pdamage = int32(pdamage) + int32(amount)*ticks*(-6+2*remainingTicks)/100;
6733 pdamage = pCaster->SpellHealingBonus(m_target, GetSpellProto(), pdamage, DOT, GetStackAmount());
6735 // This method can modify pdamage
6736 bool isCrit = IsCritFromAbilityAura(pCaster, pdamage);
6738 sLog.outDetail("PeriodicTick: %u (TypeId: %u) heal of %u (TypeId: %u) for %u health inflicted by %u",
6739 GUID_LOPART(GetCasterGUID()), GuidHigh2TypeId(GUID_HIPART(GetCasterGUID())), m_target->GetGUIDLow(), m_target->GetTypeId(), pdamage, GetId());
6741 SpellPeriodicAuraLogInfo pInfo(this, pdamage, 0, 0, 0, 0.0f, isCrit);
6742 m_target->SendPeriodicAuraLog(&pInfo);
6744 int32 gain = m_target->ModifyHealth(pdamage);
6746 // add HoTs to amount healed in bgs
6747 if( pCaster->GetTypeId() == TYPEID_PLAYER )
6748 if( BattleGround *bg = ((Player*)pCaster)->GetBattleGround() )
6749 bg->UpdatePlayerScore(((Player*)pCaster), SCORE_HEALING_DONE, gain);
6751 m_target->getHostileRefManager().threatAssist(pCaster, float(gain) * 0.5f, GetSpellProto());
6753 SpellEntry const* spellProto = GetSpellProto();
6755 // heal for caster damage
6756 if(m_target != pCaster && spellProto->SpellVisual[0] == 163)
6758 uint32 dmg = spellProto->manaPerSecond;
6759 if(pCaster->GetHealth() <= dmg && pCaster->GetTypeId()==TYPEID_PLAYER)
6761 pCaster->RemoveAurasDueToSpell(GetId());
6763 // finish current generic/channeling spells, don't affect autorepeat
6764 pCaster->FinishSpell(CURRENT_GENERIC_SPELL);
6765 pCaster->FinishSpell(CURRENT_CHANNELED_SPELL);
6767 else
6769 uint32 damage = gain;
6770 uint32 absorb = 0;
6771 pCaster->DealDamageMods(pCaster, damage, &absorb);
6772 pCaster->SendSpellNonMeleeDamageLog(pCaster, GetId(), damage, GetSpellSchoolMask(GetSpellProto()), absorb, 0, false, 0, false);
6774 CleanDamage cleanDamage = CleanDamage(0, BASE_ATTACK, MELEE_HIT_NORMAL );
6775 pCaster->DealDamage(pCaster, damage, &cleanDamage, NODAMAGE, GetSpellSchoolMask(GetSpellProto()), GetSpellProto(), true);
6779 // uint32 procAttacker = PROC_FLAG_ON_DO_PERIODIC;// | PROC_FLAG_SUCCESSFUL_HEAL;
6780 // uint32 procVictim = 0;//ROC_FLAG_ON_TAKE_PERIODIC | PROC_FLAG_TAKEN_HEAL;
6781 // ignore item heals
6782 // if(procSpell && !haveCastItem)
6783 // pCaster->ProcDamageAndSpell(target, procAttacker, procVictim, PROC_EX_NORMAL_HIT, pdamage, BASE_ATTACK, spellProto);
6784 break;
6786 case SPELL_AURA_PERIODIC_MANA_LEECH:
6788 if(m_modifier.m_miscvalue < 0 || m_modifier.m_miscvalue >= MAX_POWERS)
6789 return;
6791 Powers power = Powers(m_modifier.m_miscvalue);
6793 // power type might have changed between aura applying and tick (druid's shapeshift)
6794 if(m_target->getPowerType() != power)
6795 return;
6797 Unit *pCaster = GetCaster();
6798 if(!pCaster)
6799 return;
6801 if(!pCaster->isAlive())
6802 return;
6804 if( GetSpellProto()->Effect[GetEffIndex()] == SPELL_EFFECT_PERSISTENT_AREA_AURA &&
6805 pCaster->SpellHitResult(m_target, GetSpellProto(), false) != SPELL_MISS_NONE)
6806 return;
6808 // Check for immune (not use charges)
6809 if(m_target->IsImmunedToDamage(GetSpellSchoolMask(GetSpellProto())))
6810 return;
6812 // ignore non positive values (can be result apply spellmods to aura damage
6813 uint32 pdamage = m_modifier.m_amount > 0 ? m_modifier.m_amount : 0;
6815 // Special case: draining x% of mana (up to a maximum of 2*x% of the caster's maximum mana)
6816 // It's mana percent cost spells, m_modifier.m_amount is percent drain from target
6817 if (m_spellProto->ManaCostPercentage)
6819 // max value
6820 uint32 maxmana = pCaster->GetMaxPower(power) * pdamage * 2 / 100;
6821 pdamage = m_target->GetMaxPower(power) * pdamage / 100;
6822 if(pdamage > maxmana)
6823 pdamage = maxmana;
6826 sLog.outDetail("PeriodicTick: %u (TypeId: %u) power leech of %u (TypeId: %u) for %u dmg inflicted by %u",
6827 GUID_LOPART(GetCasterGUID()), GuidHigh2TypeId(GUID_HIPART(GetCasterGUID())), m_target->GetGUIDLow(), m_target->GetTypeId(), pdamage, GetId());
6829 int32 drain_amount = m_target->GetPower(power) > pdamage ? pdamage : m_target->GetPower(power);
6831 // resilience reduce mana draining effect at spell crit damage reduction (added in 2.4)
6832 if (power == POWER_MANA)
6833 drain_amount -= m_target->GetSpellCritDamageReduction(drain_amount);
6835 m_target->ModifyPower(power, -drain_amount);
6837 float gain_multiplier = 0;
6839 if(pCaster->GetMaxPower(power) > 0)
6841 gain_multiplier = GetSpellProto()->EffectMultipleValue[GetEffIndex()];
6843 if(Player *modOwner = pCaster->GetSpellModOwner())
6844 modOwner->ApplySpellMod(GetId(), SPELLMOD_MULTIPLE_VALUE, gain_multiplier);
6847 SpellPeriodicAuraLogInfo pInfo(this, drain_amount, 0, 0, 0, gain_multiplier);
6848 m_target->SendPeriodicAuraLog(&pInfo);
6850 int32 gain_amount = int32(drain_amount * gain_multiplier);
6852 if(gain_amount)
6854 int32 gain = pCaster->ModifyPower(power, gain_amount);
6855 m_target->AddThreat(pCaster, float(gain) * 0.5f, pInfo.critical, GetSpellSchoolMask(GetSpellProto()), GetSpellProto());
6857 break;
6859 case SPELL_AURA_PERIODIC_ENERGIZE:
6861 // ignore non positive values (can be result apply spellmods to aura damage
6862 uint32 pdamage = m_modifier.m_amount > 0 ? m_modifier.m_amount : 0;
6864 sLog.outDetail("PeriodicTick: %u (TypeId: %u) energize %u (TypeId: %u) for %u dmg inflicted by %u",
6865 GUID_LOPART(GetCasterGUID()), GuidHigh2TypeId(GUID_HIPART(GetCasterGUID())), m_target->GetGUIDLow(), m_target->GetTypeId(), pdamage, GetId());
6867 if(m_modifier.m_miscvalue < 0 || m_modifier.m_miscvalue >= MAX_POWERS)
6868 break;
6870 Powers power = Powers(m_modifier.m_miscvalue);
6872 if(m_target->GetMaxPower(power) == 0)
6873 break;
6875 SpellPeriodicAuraLogInfo pInfo(this, pdamage, 0, 0, 0, 0.0f);
6876 m_target->SendPeriodicAuraLog(&pInfo);
6878 int32 gain = m_target->ModifyPower(power,pdamage);
6880 if(Unit* pCaster = GetCaster())
6881 m_target->getHostileRefManager().threatAssist(pCaster, float(gain) * 0.5f, GetSpellProto());
6882 break;
6884 case SPELL_AURA_OBS_MOD_MANA:
6886 // ignore non positive values (can be result apply spellmods to aura damage
6887 uint32 amount = m_modifier.m_amount > 0 ? m_modifier.m_amount : 0;
6889 uint32 pdamage = uint32(m_target->GetMaxPower(POWER_MANA) * amount / 100);
6891 sLog.outDetail("PeriodicTick: %u (TypeId: %u) energize %u (TypeId: %u) for %u mana inflicted by %u",
6892 GUID_LOPART(GetCasterGUID()), GuidHigh2TypeId(GUID_HIPART(GetCasterGUID())), m_target->GetGUIDLow(), m_target->GetTypeId(), pdamage, GetId());
6894 if(m_target->GetMaxPower(POWER_MANA) == 0)
6895 break;
6897 SpellPeriodicAuraLogInfo pInfo(this, pdamage, 0, 0, 0, 0.0f);
6898 m_target->SendPeriodicAuraLog(&pInfo);
6900 int32 gain = m_target->ModifyPower(POWER_MANA, pdamage);
6902 if(Unit* pCaster = GetCaster())
6903 m_target->getHostileRefManager().threatAssist(pCaster, float(gain) * 0.5f, GetSpellProto());
6904 break;
6906 case SPELL_AURA_POWER_BURN_MANA:
6908 Unit *pCaster = GetCaster();
6909 if(!pCaster)
6910 return;
6912 // Check for immune (not use charges)
6913 if(m_target->IsImmunedToDamage(GetSpellSchoolMask(GetSpellProto())))
6914 return;
6916 int32 pdamage = m_modifier.m_amount > 0 ? m_modifier.m_amount : 0;
6918 Powers powerType = Powers(m_modifier.m_miscvalue);
6920 if(!m_target->isAlive() || m_target->getPowerType() != powerType)
6921 return;
6923 // resilience reduce mana draining effect at spell crit damage reduction (added in 2.4)
6924 if (powerType == POWER_MANA)
6925 pdamage -= m_target->GetSpellCritDamageReduction(pdamage);
6927 uint32 gain = uint32(-m_target->ModifyPower(powerType, -pdamage));
6929 gain = uint32(gain * GetSpellProto()->EffectMultipleValue[GetEffIndex()]);
6931 SpellEntry const* spellProto = GetSpellProto();
6932 // maybe has to be sent different to client, but not by SMSG_PERIODICAURALOG
6933 SpellNonMeleeDamage damageInfo(pCaster, m_target, spellProto->Id, spellProto->SchoolMask);
6934 pCaster->CalculateSpellDamage(&damageInfo, gain, spellProto);
6936 pCaster->DealDamageMods(damageInfo.target, damageInfo.damage, &damageInfo.absorb);
6938 pCaster->SendSpellNonMeleeDamageLog(&damageInfo);
6940 // Set trigger flag
6941 uint32 procAttacker = PROC_FLAG_ON_DO_PERIODIC; // | PROC_FLAG_SUCCESSFUL_HARMFUL_SPELL_HIT;
6942 uint32 procVictim = PROC_FLAG_ON_TAKE_PERIODIC;// | PROC_FLAG_TAKEN_HARMFUL_SPELL_HIT;
6943 uint32 procEx = createProcExtendMask(&damageInfo, SPELL_MISS_NONE);
6944 if (damageInfo.damage)
6945 procVictim|=PROC_FLAG_TAKEN_ANY_DAMAGE;
6947 pCaster->ProcDamageAndSpell(damageInfo.target, procAttacker, procVictim, procEx, damageInfo.damage, BASE_ATTACK, spellProto);
6949 pCaster->DealSpellDamage(&damageInfo, true);
6950 break;
6952 case SPELL_AURA_MOD_REGEN:
6954 int32 gain = m_target->ModifyHealth(m_modifier.m_amount);
6955 if (Unit *caster = GetCaster())
6956 m_target->getHostileRefManager().threatAssist(caster, float(gain) * 0.5f, GetSpellProto());
6957 break;
6959 case SPELL_AURA_MOD_POWER_REGEN:
6961 Powers pt = m_target->getPowerType();
6962 if(int32(pt) != m_modifier.m_miscvalue)
6963 return;
6965 if ( GetSpellProto()->AuraInterruptFlags & AURA_INTERRUPT_FLAG_NOT_SEATED )
6967 // eating anim
6968 m_target->HandleEmoteCommand(EMOTE_ONESHOT_EAT);
6970 else if( GetId() == 20577 )
6972 // cannibalize anim
6973 m_target->HandleEmoteCommand(EMOTE_STATE_CANNIBALIZE);
6976 // Anger Management
6977 // amount = 1+ 16 = 17 = 3,4*5 = 10,2*5/3
6978 // so 17 is rounded amount for 5 sec tick grow ~ 1 range grow in 3 sec
6979 if(pt == POWER_RAGE)
6980 m_target->ModifyPower(pt, m_modifier.m_amount * 3 / 5);
6981 break;
6983 // Here tick dummy auras
6984 case SPELL_AURA_PERIODIC_DUMMY:
6986 PeriodicDummyTick();
6987 break;
6989 case SPELL_AURA_PERIODIC_TRIGGER_SPELL:
6991 TriggerSpell();
6992 break;
6994 case SPELL_AURA_PERIODIC_TRIGGER_SPELL_WITH_VALUE:
6996 TriggerSpellWithValue();
6997 break;
6999 default:
7000 break;
7004 void Aura::PeriodicDummyTick()
7006 SpellEntry const* spell = GetSpellProto();
7007 switch (spell->SpellFamilyName)
7009 case SPELLFAMILY_GENERIC:
7010 switch (spell->Id)
7012 // Drink
7013 case 430:
7014 case 431:
7015 case 432:
7016 case 1133:
7017 case 1135:
7018 case 1137:
7019 case 10250:
7020 case 22734:
7021 case 27089:
7022 case 34291:
7023 case 43182:
7024 case 43183:
7025 case 43706:
7026 case 46755:
7027 case 49472: // Drink Coffee
7028 case 57073:
7029 case 61830:
7031 if (m_target->GetTypeId() != TYPEID_PLAYER)
7032 return;
7033 // Search SPELL_AURA_MOD_POWER_REGEN aura for this spell and add bonus
7034 Unit::AuraList const& aura = m_target->GetAurasByType(SPELL_AURA_MOD_POWER_REGEN);
7035 for(Unit::AuraList::const_iterator i = aura.begin(); i != aura.end(); ++i)
7037 if ((*i)->GetId() == GetId())
7039 (*i)->GetModifier()->m_amount = m_modifier.m_amount;
7040 ((Player*)m_target)->UpdateManaRegen();
7041 // Disable continue
7042 m_isPeriodic = false;
7043 return;
7046 return;
7048 // Forsaken Skills
7049 case 7054:
7051 // Possibly need cast one of them (but
7052 // 7038 Forsaken Skill: Swords
7053 // 7039 Forsaken Skill: Axes
7054 // 7040 Forsaken Skill: Daggers
7055 // 7041 Forsaken Skill: Maces
7056 // 7042 Forsaken Skill: Staves
7057 // 7043 Forsaken Skill: Bows
7058 // 7044 Forsaken Skill: Guns
7059 // 7045 Forsaken Skill: 2H Axes
7060 // 7046 Forsaken Skill: 2H Maces
7061 // 7047 Forsaken Skill: 2H Swords
7062 // 7048 Forsaken Skill: Defense
7063 // 7049 Forsaken Skill: Fire
7064 // 7050 Forsaken Skill: Frost
7065 // 7051 Forsaken Skill: Holy
7066 // 7053 Forsaken Skill: Shadow
7067 return;
7069 // // Panda
7070 // case 19230: break;
7071 // // Gossip NPC Periodic - Talk
7072 // case 33208: break;
7073 // // Gossip NPC Periodic - Despawn
7074 // case 33209: break;
7075 // // Steal Weapon
7076 // case 36207: break;
7077 // // Simon Game START timer, (DND)
7078 // case 39993: break;
7079 // // Knockdown Fel Cannon: break; The Aggro Burst
7080 // case 40119: break;
7081 // // Old Mount Spell
7082 // case 40154: break;
7083 // // Magnetic Pull
7084 // case 40581: break;
7085 // // Ethereal Ring: break; The Bolt Burst
7086 // case 40801: break;
7087 // // Crystal Prison
7088 // case 40846: break;
7089 // // Copy Weapon
7090 // case 41054: break;
7091 // // Dementia
7092 // case 41404: break;
7093 // // Ethereal Ring Visual, Lightning Aura
7094 // case 41477: break;
7095 // // Ethereal Ring Visual, Lightning Aura (Fork)
7096 // case 41525: break;
7097 // // Ethereal Ring Visual, Lightning Jumper Aura
7098 // case 41567: break;
7099 // // No Man's Land
7100 // case 41955: break;
7101 // // Headless Horseman - Fire
7102 // case 42074: break;
7103 // // Headless Horseman - Visual - Large Fire
7104 // case 42075: break;
7105 // // Headless Horseman - Start Fire, Periodic Aura
7106 // case 42140: break;
7107 // // Ram Speed Boost
7108 // case 42152: break;
7109 // // Headless Horseman - Fires Out Victory Aura
7110 // case 42235: break;
7111 // // Pumpkin Life Cycle
7112 // case 42280: break;
7113 // // Brewfest Request Chick Chuck Mug Aura
7114 // case 42537: break;
7115 // // Squashling
7116 // case 42596: break;
7117 // // Headless Horseman Climax, Head: Periodic
7118 // case 42603: break;
7119 // // Fire Bomb
7120 // case 42621: break;
7121 // // Headless Horseman - Conflagrate, Periodic Aura
7122 // case 42637: break;
7123 // // Headless Horseman - Create Pumpkin Treats Aura
7124 // case 42774: break;
7125 // // Headless Horseman Climax - Summoning Rhyme Aura
7126 // case 42879: break;
7127 // // Tricky Treat
7128 // case 42919: break;
7129 // // Giddyup!
7130 // case 42924: break;
7131 // // Ram - Trot
7132 // case 42992: break;
7133 // // Ram - Canter
7134 // case 42993: break;
7135 // // Ram - Gallop
7136 // case 42994: break;
7137 // // Ram Level - Neutral
7138 // case 43310: break;
7139 // // Headless Horseman - Maniacal Laugh, Maniacal, Delayed 17
7140 // case 43884: break;
7141 // // Wretched!
7142 // case 43963: break;
7143 // // Headless Horseman - Maniacal Laugh, Maniacal, other, Delayed 17
7144 // case 44000: break;
7145 // // Energy Feedback
7146 // case 44328: break;
7147 // // Romantic Picnic
7148 // case 45102: break;
7149 // // Romantic Picnic
7150 // case 45123: break;
7151 // // Looking for Love
7152 // case 45124: break;
7153 // // Kite - Lightning Strike Kite Aura
7154 // case 45197: break;
7155 // // Rocket Chicken
7156 // case 45202: break;
7157 // // Copy Offhand Weapon
7158 // case 45205: break;
7159 // // Upper Deck - Kite - Lightning Periodic Aura
7160 // case 45207: break;
7161 // // Kite -Sky Lightning Strike Kite Aura
7162 // case 45251: break;
7163 // // Ribbon Pole Dancer Check Aura
7164 // case 45390: break;
7165 // // Holiday - Midsummer, Ribbon Pole Periodic Visual
7166 // case 45406: break;
7167 // // Parachute
7168 // case 45472: break;
7169 // // Alliance Flag, Extra Damage Debuff
7170 // case 45898: break;
7171 // // Horde Flag, Extra Damage Debuff
7172 // case 45899: break;
7173 // // Ahune - Summoning Rhyme Aura
7174 // case 45926: break;
7175 // // Ahune - Slippery Floor
7176 // case 45945: break;
7177 // // Ahune's Shield
7178 // case 45954: break;
7179 // // Nether Vapor Lightning
7180 // case 45960: break;
7181 // // Darkness
7182 // case 45996: break;
7183 // // Summon Blood Elves Periodic
7184 // case 46041: break;
7185 // // Transform Visual Missile Periodic
7186 // case 46205: break;
7187 // // Find Opening Beam End
7188 // case 46333: break;
7189 // // Ice Spear Control Aura
7190 // case 46371: break;
7191 // // Hailstone Chill
7192 // case 46458: break;
7193 // // Hailstone Chill, Internal
7194 // case 46465: break;
7195 // // Chill, Internal Shifter
7196 // case 46549: break;
7197 // // Summon Ice Spear Knockback Delayer
7198 // case 46878: break;
7199 // // Burninate Effect
7200 // case 47214: break;
7201 // // Fizzcrank Practice Parachute
7202 // case 47228: break;
7203 // // Send Mug Control Aura
7204 // case 47369: break;
7205 // // Direbrew's Disarm (precast)
7206 // case 47407: break;
7207 // // Mole Machine Port Schedule
7208 // case 47489: break;
7209 // case 47941: break; // Crystal Spike
7210 // case 48200: break; // Healer Aura
7211 // case 48630: break; // Summon Gauntlet Mobs Periodic
7212 // case 49313: break; // Proximity Mine Area Aura
7213 // // Mole Machine Portal Schedule
7214 // case 49466: break;
7215 // case 49555: break; // Corpse Explode
7216 // case 49592: break; // Temporal Rift
7217 // case 49957: break; // Cutting Laser
7218 // case 50085: break; // Slow Fall
7219 // // Listening to Music
7220 // case 50493: break;
7221 // // Love Rocket Barrage
7222 // case 50530: break;
7223 // Exist more after, need add later
7224 default:
7225 break;
7227 // Prey on the Weak
7228 if (spell->SpellIconID == 2983)
7230 Unit *target=m_target->getVictim();
7231 if (target && (m_target->GetHealth() * 100 / m_target->GetMaxHealth() > target->GetHealth() * 100 / target->GetMaxHealth()))
7233 if(!m_target->HasAura(58670))
7235 int32 basepoints = GetBasePoints();
7236 m_target->CastCustomSpell(m_target, 58670, &basepoints, 0, 0, true);
7239 else
7240 m_target->RemoveAurasDueToSpell(58670);
7242 break;
7243 case SPELLFAMILY_MAGE:
7245 // Mirror Image
7246 // if (spell->Id == 55342)
7247 // return;
7248 break;
7250 case SPELLFAMILY_DRUID:
7252 switch (spell->Id)
7254 // Frenzied Regeneration
7255 case 22842:
7257 // Converts up to 10 rage per second into health for $d. Each point of rage is converted into ${$m2/10}.1% of max health.
7258 // Should be manauser
7259 if (m_target->getPowerType() != POWER_RAGE)
7260 return;
7261 uint32 rage = m_target->GetPower(POWER_RAGE);
7262 // Nothing todo
7263 if (rage == 0)
7264 return;
7265 int32 mod = (rage < 100) ? rage : 100;
7266 int32 points = m_target->CalculateSpellDamage(spell, 1, spell->EffectBasePoints[1], m_target);
7267 int32 regen = m_target->GetMaxHealth() * (mod * points / 10) / 1000;
7268 m_target->CastCustomSpell(m_target, 22845, &regen, NULL, NULL, true, NULL, this);
7269 m_target->SetPower(POWER_RAGE, rage-mod);
7270 return;
7272 // Force of Nature
7273 case 33831:
7274 return;
7275 default:
7276 break;
7278 break;
7280 case SPELLFAMILY_ROGUE:
7282 switch (spell->Id)
7284 // Killing Spree
7285 case 51690:
7287 if (m_target->hasUnitState(UNIT_STAT_STUNNED) || m_target->HasAuraType(SPELL_AURA_MOD_FEAR))
7288 return;
7290 std::list<Unit*> targets;
7292 // eff_radius ==0
7293 float radius = GetSpellMaxRange(sSpellRangeStore.LookupEntry(spell->rangeIndex));
7295 CellPair p(MaNGOS::ComputeCellPair(m_target->GetPositionX(),m_target->GetPositionY()));
7296 Cell cell(p);
7297 cell.data.Part.reserved = ALL_DISTRICT;
7299 MaNGOS::AnyUnfriendlyVisibleUnitInObjectRangeCheck u_check(m_target, m_target, radius);
7300 MaNGOS::UnitListSearcher<MaNGOS::AnyUnfriendlyVisibleUnitInObjectRangeCheck> checker(m_target, targets, u_check);
7302 TypeContainerVisitor<MaNGOS::UnitListSearcher<MaNGOS::AnyUnfriendlyVisibleUnitInObjectRangeCheck>, GridTypeMapContainer > grid_object_checker(checker);
7303 TypeContainerVisitor<MaNGOS::UnitListSearcher<MaNGOS::AnyUnfriendlyVisibleUnitInObjectRangeCheck>, WorldTypeMapContainer > world_object_checker(checker);
7305 CellLock<GridReadGuard> cell_lock(cell, p);
7307 cell_lock->Visit(cell_lock, grid_object_checker, *m_target->GetMap(), *m_target, radius);
7308 cell_lock->Visit(cell_lock, world_object_checker, *m_target->GetMap(), *m_target, radius);
7311 if(targets.empty())
7312 return;
7314 std::list<Unit*>::const_iterator itr = targets.begin();
7315 std::advance(itr, rand()%targets.size());
7316 Unit* target = *itr;
7318 m_target->CastSpell(target, 57840, true);
7319 m_target->CastSpell(target, 57841, true);
7320 return;
7322 default:
7323 break;
7325 break;
7327 case SPELLFAMILY_HUNTER:
7329 // Explosive Shot
7330 if (spell->SpellFamilyFlags & UI64LIT(0x8000000000000000))
7332 m_target->CastCustomSpell(m_target, 53352, &m_modifier.m_amount, 0, 0, true, 0, this, GetCasterGUID());
7333 return;
7335 switch (spell->Id)
7337 // Harpooner's Mark
7338 // case 40084:
7339 // return;
7340 // Feeding Frenzy Rank 1
7341 case 53511:
7342 if ( m_target->GetHealth() * 100 < m_target->GetMaxHealth() * 35 )
7343 m_target->CastSpell(m_target, 60096, true, 0, this);
7344 return;
7345 // Feeding Frenzy Rank 2
7346 case 53512:
7347 if ( m_target->GetHealth() * 100 < m_target->GetMaxHealth() * 35 )
7348 m_target->CastSpell(m_target, 60097, true, 0, this);
7349 return;
7350 default:
7351 break;
7353 break;
7355 case SPELLFAMILY_SHAMAN:
7357 // Astral Shift
7358 if (spell->Id == 52179)
7360 // Periodic need for remove visual on stun/fear/silence lost
7361 if (!(m_target->GetUInt32Value(UNIT_FIELD_FLAGS)&(UNIT_FLAG_STUNNED|UNIT_FLAG_FLEEING|UNIT_FLAG_SILENCED)))
7362 m_target->RemoveAurasDueToSpell(52179);
7363 return;
7365 break;
7367 case SPELLFAMILY_DEATHKNIGHT:
7369 // Death and Decay
7370 if (spell->SpellFamilyFlags & UI64LIT(0x0000000000000020))
7372 if (Unit *caster = GetCaster())
7373 caster->CastCustomSpell(m_target, 52212, &m_modifier.m_amount, NULL, NULL, true, NULL, this);
7374 return;
7376 // Raise Dead
7377 // if (spell->SpellFamilyFlags & UI64LIT(0x0000000000001000))
7378 // return;
7379 // Chains of Ice
7380 if (spell->SpellFamilyFlags & UI64LIT(0x0000400000000000))
7382 // Get 0 effect aura
7383 Aura *slow = m_target->GetAura(GetId(), 0);
7384 if (slow)
7386 slow->ApplyModifier(false, true);
7387 Modifier *mod = slow->GetModifier();
7388 mod->m_amount+= m_modifier.m_amount;
7389 if (mod->m_amount > 0) mod->m_amount = 0;
7390 slow->ApplyModifier(true, true);
7392 return;
7394 // Summon Gargoyle
7395 // if (spell->SpellFamilyFlags & UI64LIT(0x0000008000000000))
7396 // return;
7397 // Death Rune Mastery
7398 // if (spell->SpellFamilyFlags & UI64LIT(0x0000000000004000))
7399 // return;
7400 // Bladed Armor
7401 if (spell->SpellIconID == 2653)
7403 // Increases your attack power by $s1 for every $s2 armor value you have.
7404 // Calculate AP bonus (from 1 efect of this spell)
7405 int32 apBonus = m_modifier.m_amount * m_target->GetArmor() / m_target->CalculateSpellDamage(spell, 1, spell->EffectBasePoints[1], m_target);
7406 m_target->CastCustomSpell(m_target, 61217, &apBonus, &apBonus, NULL, true, NULL, this);
7407 return;
7409 // Reaping
7410 // if (spell->SpellIconID == 22)
7411 // return;
7412 // Blood of the North
7413 // if (spell->SpellIconID == 30412)
7414 // return;
7415 break;
7417 default:
7418 break;
7422 void Aura::HandlePreventFleeing(bool apply, bool Real)
7424 if(!Real)
7425 return;
7427 Unit::AuraList const& fearAuras = m_target->GetAurasByType(SPELL_AURA_MOD_FEAR);
7428 if( !fearAuras.empty() )
7430 if (apply)
7431 m_target->SetFeared(false, fearAuras.front()->GetCasterGUID());
7432 else
7433 m_target->SetFeared(true);
7437 void Aura::HandleManaShield(bool apply, bool Real)
7439 if(!Real)
7440 return;
7442 // prevent double apply bonuses
7443 if(apply && (m_target->GetTypeId()!=TYPEID_PLAYER || !((Player*)m_target)->GetSession()->PlayerLoading()))
7445 if(Unit* caster = GetCaster())
7447 float DoneActualBenefit = 0.0f;
7448 switch(m_spellProto->SpellFamilyName)
7450 case SPELLFAMILY_MAGE:
7451 if(m_spellProto->SpellFamilyFlags & UI64LIT(0x0000000000008000))
7453 // Mana Shield
7454 // +50% from +spd bonus
7455 DoneActualBenefit = caster->SpellBaseDamageBonus(GetSpellSchoolMask(m_spellProto)) * 0.5f;
7456 break;
7458 break;
7459 default:
7460 break;
7463 DoneActualBenefit *= caster->CalculateLevelPenalty(GetSpellProto());
7465 m_modifier.m_amount += (int32)DoneActualBenefit;
7470 void Aura::HandleArenaPreparation(bool apply, bool Real)
7472 if(!Real)
7473 return;
7475 if(apply)
7476 m_target->SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_PREPARATION);
7477 else
7478 m_target->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_PREPARATION);
7482 * Such auras are applied from a caster(=player) to a vehicle.
7483 * This has been verified using spell #49256
7485 void Aura::HandleAuraControlVehicle(bool apply, bool Real)
7487 if(!Real)
7488 return;
7490 Unit *player = GetCaster();
7491 Vehicle *vehicle = dynamic_cast<Vehicle*>(m_target);
7492 if(!player || player->GetTypeId() != TYPEID_PLAYER || !vehicle)
7493 return;
7495 if (apply)
7497 if(Pet *pet = player->GetPet())
7498 pet->Remove(PET_SAVE_AS_CURRENT);
7499 ((Player*)player)->EnterVehicle(vehicle);
7501 else
7503 SpellEntry const *spell = GetSpellProto();
7505 // some SPELL_AURA_CONTROL_VEHICLE auras have a dummy effect on the player - remove them
7506 player->RemoveAurasDueToSpell(spell->Id);
7508 ((Player*)player)->ExitVehicle(vehicle);
7512 void Aura::HandleAuraConvertRune(bool apply, bool Real)
7514 if(!Real)
7515 return;
7517 if(m_target->GetTypeId() != TYPEID_PLAYER)
7518 return;
7520 Player *plr = (Player*)m_target;
7522 if(plr->getClass() != CLASS_DEATH_KNIGHT)
7523 return;
7525 // how to determine what rune need to be converted?
7526 for(uint32 i = 0; i < MAX_RUNES; ++i)
7528 if(apply)
7530 if(!plr->GetRuneCooldown(i))
7532 plr->ConvertRune(i, RuneType(GetSpellProto()->EffectMiscValueB[m_effIndex]));
7533 break;
7536 else
7538 if(plr->GetCurrentRune(i) == RuneType(GetSpellProto()->EffectMiscValueB[m_effIndex]))
7540 plr->ConvertRune(i, plr->GetBaseRune(i));
7541 break;
7547 void Aura::HandlePhase(bool apply, bool Real)
7549 if(!Real)
7550 return;
7552 // always non stackable
7553 if(apply)
7555 Unit::AuraList const& phases = m_target->GetAurasByType(SPELL_AURA_PHASE);
7556 if(!phases.empty())
7557 m_target->RemoveAurasDueToSpell(phases.front()->GetId(), this);
7560 // no-phase is also phase state so same code for apply and remove
7562 // phase auras normally not expected at BG but anyway better check
7563 if(m_target->GetTypeId() == TYPEID_PLAYER)
7565 // drop flag at invisible in bg
7566 if(((Player*)m_target)->InBattleGround())
7567 if(BattleGround *bg = ((Player*)m_target)->GetBattleGround())
7568 bg->EventPlayerDroppedFlag((Player*)m_target);
7570 // GM-mode have mask 0xFFFFFFFF
7571 if(!((Player*)m_target)->isGameMaster())
7572 m_target->SetPhaseMask(apply ? GetMiscValue() : PHASEMASK_NORMAL, false);
7574 ((Player*)m_target)->GetSession()->SendSetPhaseShift(apply ? GetMiscValue() : PHASEMASK_NORMAL);
7576 if(GetEffIndex()==0)
7578 SpellAreaForAreaMapBounds saBounds = sSpellMgr.GetSpellAreaForAuraMapBounds(GetId());
7579 if(saBounds.first != saBounds.second)
7581 uint32 zone, area;
7582 m_target->GetZoneAndAreaId(zone, area);
7584 for(SpellAreaForAreaMap::const_iterator itr = saBounds.first; itr != saBounds.second; ++itr)
7586 // some auras remove at aura remove
7587 if(!itr->second->IsFitToRequirements((Player*)m_target, zone, area))
7588 m_target->RemoveAurasDueToSpell(itr->second->spellId);
7589 // some auras applied at aura apply
7590 else if(itr->second->autocast)
7592 if( !m_target->HasAura(itr->second->spellId, 0) )
7593 m_target->CastSpell(m_target, itr->second->spellId, true);
7599 else
7600 m_target->SetPhaseMask(apply ? GetMiscValue() : PHASEMASK_NORMAL, false);
7602 // need triggering visibility update base at phase update of not GM invisible (other GMs anyway see in any phases)
7603 if(m_target->GetVisibility() != VISIBILITY_OFF)
7604 m_target->SetVisibility(m_target->GetVisibility());
7607 void Aura::UnregisterSingleCastAura()
7609 if (IsSingleTarget())
7611 if(Unit* caster = GetCaster())
7613 caster->GetSingleCastAuras().remove(this);
7615 else
7617 sLog.outError("Couldn't find the caster of the single target aura (SpellId %u), may crash later!", GetId());
7618 assert(false);
7620 m_isSingleTargetAura = false;
7624 void Aura::HandleAuraSafeFall( bool Apply, bool Real )
7626 // implemented in WorldSession::HandleMovementOpcodes
7628 // only special case
7629 if(Apply && Real && GetId() == 32474 && m_target->GetTypeId() == TYPEID_PLAYER)
7630 ((Player*)m_target)->ActivateTaxiPathTo(506, GetId());
7633 bool Aura::IsCritFromAbilityAura(Unit* caster, uint32& damage)
7635 Unit::AuraList const& auras = caster->GetAurasByType(SPELL_AURA_ABILITY_PERIODIC_CRIT);
7636 for(Unit::AuraList::const_iterator itr = auras.begin(); itr != auras.end(); ++itr)
7638 if (!(*itr)->isAffectedOnSpell(m_spellProto))
7639 continue;
7640 if (!caster->isSpellCrit(m_target, m_spellProto, GetSpellSchoolMask(m_spellProto)))
7641 break;
7643 damage = caster->SpellCriticalDamageBonus(m_spellProto, damage, m_target);
7644 return true;
7646 return false;
7649 void Aura::HandleModTargetArmorPct(bool apply, bool Real)
7651 if(m_target->GetTypeId() != TYPEID_PLAYER)
7652 return;
7654 ((Player*)m_target)->UpdateArmorPenetration();
7657 void Aura::HandleAuraModAllCritChance(bool apply, bool Real)
7659 // spells required only Real aura add/remove
7660 if(!Real)
7661 return;
7663 if(m_target->GetTypeId() != TYPEID_PLAYER)
7664 return;
7666 ((Player*)m_target)->HandleBaseModValue(CRIT_PERCENTAGE, FLAT_MOD, float (m_modifier.m_amount), apply);
7667 ((Player*)m_target)->HandleBaseModValue(OFFHAND_CRIT_PERCENTAGE, FLAT_MOD, float (m_modifier.m_amount), apply);
7668 ((Player*)m_target)->HandleBaseModValue(RANGED_CRIT_PERCENTAGE, FLAT_MOD, float (m_modifier.m_amount), apply);
7670 // included in Player::UpdateSpellCritChance calculation
7671 ((Player*)m_target)->UpdateAllSpellCritChances();
7674 void Aura::HandleAllowOnlyAbility(bool apply, bool Real)
7676 if(!Real)
7677 return;
7679 if(apply)
7681 m_target->setAttackTimer(BASE_ATTACK,m_duration);
7682 m_target->setAttackTimer(RANGED_ATTACK,m_duration);
7683 m_target->setAttackTimer(OFF_ATTACK,m_duration);
7685 else
7687 m_target->resetAttackTimer(BASE_ATTACK);
7688 m_target->resetAttackTimer(RANGED_ATTACK);
7689 m_target->resetAttackTimer(OFF_ATTACK);
7692 m_target->UpdateDamagePhysical(BASE_ATTACK);
7693 m_target->UpdateDamagePhysical(RANGED_ATTACK);
7694 m_target->UpdateDamagePhysical(OFF_ATTACK);