From eafb1ee158ab178784a1851a4c7b320c4798e296 Mon Sep 17 00:00:00 2001 From: Sidoine De Wispelaere Date: Tue, 1 Dec 2009 22:49:33 +0000 Subject: [PATCH] adding dot icons to warlock script git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@149 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- Ovale.toc | 2 +- defaut/Demoniste.lua | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Ovale.toc b/Ovale.toc index 3cfde88..e552719 100644 --- a/Ovale.toc +++ b/Ovale.toc @@ -3,7 +3,7 @@ ## Notes: Show the icon of the next spell to cast ## Notes-frFR: Affiche l'icône du prochain sort à lancer ## Author: Sidoine -## Version: 3.2.20 +## Version: 3.2.21 ## OptionalDeps: Ace3, ButtonFacade, Recount ## SavedVariables: OvaleDB ## SavedVariablesPerCharacter: OvaleDBPC diff --git a/defaut/Demoniste.lua b/defaut/Demoniste.lua index 5fed17b..f8d470a 100644 --- a/defaut/Demoniste.lua +++ b/defaut/Demoniste.lua @@ -86,4 +86,16 @@ AddIcon help=cd Item(Trinket1Slot usable=1) } +AddIcon size=small nocd=1 +{ + if TargetDebuffExpires(CURSEAGONY 0 mine=1) Spell(CURSEAGONY) +} +AddIcon size=small nocd=1 +{ + if TargetDebuffExpires(CURSEDOOM 0 mine=1) Spell(CURSEDOOM) +} +AddIcon size=small nocd=1 +{ + if TargetDebuffExpires(CURSEAGONY 0 mine=1) Spell(CURSEAGONY) +} ]] -- 1.7.9.5