Kayen: Implemented SE_ReduceHealing (Reduces amount of healing on target by X amount)

Kayen: Implemented SE_CastonFocusEffect (Triggers spell as part of a focus, when that focus effect is used)
Kayen: Implemented SE_IncreaseHitDmgTaken (Effect is triggered when X amount of damage is taken)
Kayen: More fixes for various spell triggers/procs to now properly use their resist modifier.
This commit is contained in:
KayenEQ
2013-12-15 03:15:39 -05:00
parent b9c270fab6
commit 52722dc0c8
8 changed files with 79 additions and 26 deletions
+1
View File
@@ -237,6 +237,7 @@ int32 Client::Additional_Heal(uint16 spell_id)
heal_amt += GetFocusEffect(focusAdditionalHeal, spell_id);
heal_amt += GetFocusEffect(focusAdditionalHeal2, spell_id);
heal_amt -= GetFocusEffect(focusReduceHeal, spell_id);
if (heal_amt){
int duration = CalcBuffDuration(this, this, spell_id);