From 5c77859f4547b41be4d7f4402c83ad6bc0e9c1fd Mon Sep 17 00:00:00 2001 From: Sidoine De Wispelaere Date: Tue, 19 Jan 2010 20:25:19 +0000 Subject: [PATCH] warlock: added glyph of life tap git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@207 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- defaut/Demoniste.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/defaut/Demoniste.lua b/defaut/Demoniste.lua index c4289bf..aa9c8a7 100644 --- a/defaut/Demoniste.lua +++ b/defaut/Demoniste.lua @@ -32,6 +32,8 @@ Define(GLYPHOFCONFLAGRATE 56235) Define(FELARMOR 28176) Define(FIRESTONE 6366) Define(SPELLSTONE 2362) +Define(GLYPHLIFETAP 63320) +Define(LIFETAP 1454) AddListItem(curse elements SpellName(CURSEELEMENTS)) AddListItem(curse agony SpellName(CURSEAGONY)) @@ -66,6 +68,7 @@ if WeaponEnchantExpires(mainhand 5) Spell(SPELLSTONE) Spell(FIRESTONE) } +if Glyph(GLYPHLIFETAP) and BuffExpires(LIFETAP 0) Spell(LIFETAP) if List(curse elements) and TargetDebuffExpires(CURSEELEMENTS 2) and TargetDeadIn(more 8) Spell(CURSEELEMENTS) if TalentPoints(TALENTSHADOWEMBRACE more 0) and TargetDebuffExpires(SHADOWEMBRACE 0) Spell(SHADOWBOLT) if TargetDebuffExpires(HAUNT 1.5 mine=1) Spell(HAUNT) @@ -95,6 +98,7 @@ if TargetLifePercent(less 25) and Level(more 76) and {TalentPoints(TALENTDECIMAT and TalentPoints(TALENTEMBERSTORM less 1) Spell(DRAINSOUL) Spell(CHAOSBOLT) +if Glyph(GLYPHLIFETAP) and BuffExpires(LIFETAP 1) Spell(LIFETAP) if TalentPoints(TALENTEMBERSTORM more 0) or BuffPresent(MOLTENCORE) Spell(INCINERATE) Spell(SHADOWBOLT) } -- 1.7.9.5