Quantcast

adding dot icons to warlock script

Sidoine De Wispelaere [12-01-09 - 22:49]
adding dot icons to warlock script

git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@149 d5049fe3-3747-40f7-a4b5-f36d6801af5f
Filename
Ovale.toc
defaut/Demoniste.lua
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)
+}
 ]]