From 19fd614d80a7b4c59656b3c81d7c9d0b5bff66c9 Mon Sep 17 00:00:00 2001 From: Sidoine De Wispelaere Date: Sat, 16 Jan 2010 15:28:00 +0000 Subject: [PATCH] rune strike in a separate icon git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@203 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- defaut/Chevalier.lua | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/defaut/Chevalier.lua b/defaut/Chevalier.lua index 58549a7..84f471f 100644 --- a/defaut/Chevalier.lua +++ b/defaut/Chevalier.lua @@ -100,11 +100,7 @@ AddIcon help=main if TargetDebuffExpires(BLOODPLAGUE 0 mine=1) and Runes(unholy 1) Spell(PLAGUESTRIKE) - - - if BuffPresent(FROSTPRESENCE) - Spell(RUNESTRIKE usable=1) - + Spell(FROSTSTRIKE usable=1) if PetPresent(no) Spell(RAISEDEAD) @@ -112,6 +108,11 @@ AddIcon help=main Spell(HORNOFWINTER priority=2) } +AddIcon help=offgcd +{ + Spell(RUNESTRIKE usable=1) +} + AddIcon help=aoe { if Runes(unholy 1) and Runes(frost 1) Spell(HOWLINGBLAST) -- 1.7.9.5