From 33441ff30e1d40a5d1b41442a98af063c5094fff Mon Sep 17 00:00:00 2001 From: Sidoine De Wispelaere Date: Sun, 17 Oct 2010 15:52:26 +0000 Subject: [PATCH] warlock: curse elements => magicaldamagetaken git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@300 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- defaut/Demoniste.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/defaut/Demoniste.lua b/defaut/Demoniste.lua index 02095c9..1713542 100644 --- a/defaut/Demoniste.lua +++ b/defaut/Demoniste.lua @@ -75,7 +75,7 @@ AddIcon help=main mastery=1 { if InCombat(no) and BuffExpires(FELARMOR 400) Spell(FELARMOR) - if List(curse elements) and TargetDebuffExpires(CURSEELEMENTS 2) and TargetDeadIn(more 8) Spell(CURSEELEMENTS) + if List(curse elements) and TargetDebuffExpires(magicaldamagetaken 0) and TargetDeadIn(more 8) Spell(CURSEELEMENTS) if List(curse weakness) and TargetDebuffExpires(CURSEWEAKNESS 2) and TargetDeadIn(more 8) Spell(CURSEWEAKNESS) if TargetDebuffExpires(HAUNT 1.5 mine=1) Spell(HAUNT) @@ -101,7 +101,7 @@ AddIcon help=main mastery=2 { if InCombat(no) and BuffExpires(FELARMOR 400) Spell(FELARMOR) - if List(curse elements) and TargetDebuffExpires(CURSEELEMENTS 2) and TargetDeadIn(more 8) Spell(CURSEELEMENTS) + if List(curse elements) and TargetDebuffExpires(magicaldamagetaken 2) and TargetDeadIn(more 8) Spell(CURSEELEMENTS) if List(curse weakness) and TargetDebuffExpires(CURSEWEAKNESS 2) and TargetDeadIn(more 8) Spell(CURSEWEAKNESS) if TargetDebuffExpires(IMMOLATE 2 mine=1 haste=spell) and TargetDeadIn(more 8) Spell(IMMOLATE) @@ -130,7 +130,7 @@ AddIcon help=main mastery=3 { if InCombat(no) and BuffExpires(FELARMOR 400) Spell(FELARMOR) - if List(curse elements) and TargetDebuffExpires(CURSEELEMENTS 2) and TargetDeadIn(more 8) Spell(CURSEELEMENTS) + if List(curse elements) and TargetDebuffExpires(magicaldamagetaken 2) and TargetDeadIn(more 8) Spell(CURSEELEMENTS) if List(curse weakness) and TargetDebuffExpires(CURSEWEAKNESS 2) and TargetDeadIn(more 8) Spell(CURSEWEAKNESS) if TalentPoints(IMPROVEDSOULFIRE more 0) and TargetLifePercent(more 80) and -- 1.7.9.5