From bdcb110af2ecec7b7dd36a9c8a64494a99f8b0d2 Mon Sep 17 00:00:00 2001 From: Sidoine De Wispelaere Date: Sun, 27 Mar 2011 09:53:30 +0000 Subject: [PATCH] frost dk: pillar of frost in cd icon balance druid: starsurge removes shooting stars git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@385 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- Ovale.toc | 2 +- defaut/Chevalier.lua | 4 ++-- defaut/Druide.lua | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Ovale.toc b/Ovale.toc index 6ad0886..df8a2c0 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: 4.0.33 +## Version: 4.0.34 ## OptionalDeps: Ace3, ButtonFacade, Recount, Skada, LibBabble-CreatureType-3.0, LibRangeCheck-2.0 ## SavedVariables: OvaleDB ## SavedVariablesPerCharacter: OvaleDBPC diff --git a/defaut/Chevalier.lua b/defaut/Chevalier.lua index bddb783..f3fc2fc 100644 --- a/defaut/Chevalier.lua +++ b/defaut/Chevalier.lua @@ -148,8 +148,6 @@ AddIcon help=main mastery=2 { if BuffExpires(strengthagility 2) and CheckBoxOn(horn) Spell(HORNOFWINTER) - #/pillar_of_frost - if Runes(frost 1) Spell(PILLAROFFROST) #/outbreak,if=dot.frost_fever.remains<=2|dot.blood_plague.remains<=2 if TargetDebuffExpires(BLOODPLAGUE 2 mine=1) and TargetDebuffExpires(FROSTFEVER 2 mine=1) Spell(OUTBREAK) #/howling_blast,if=dot.frost_fever.remains<=2 @@ -204,6 +202,8 @@ AddIcon help=aoe mastery=2 AddIcon help=cd mastery=2 { + #/pillar_of_frost + if Runes(frost 1) Spell(PILLAROFFROST) #/raise_dead,time>=15 unless TotemPresent(ghoul) if TimeInCombat(more 15) Spell(RAISEDEAD priority=2) Item(Trinket0Slot usable=1) diff --git a/defaut/Druide.lua b/defaut/Druide.lua index eb16fbb..22bb67d 100644 --- a/defaut/Druide.lua +++ b/defaut/Druide.lua @@ -50,6 +50,7 @@ Define(STARFIRE 2912) #moonkin SpellInfo(STARFIRE eclipse=20) Define(STARSURGE 78674) #moonkin 15 lunar+solar SpellInfo(STARSURGE cd=15 starsurge=15) + SpellAddBuff(STARSURGE SHOOTINGSTARS=0) Define(SUNFIRE 93402) SpellAddTargetDebuff(SUNFIRE SUNFIRE=18) Define(SURVIVALINSTINCTS 61336) #cat+bear surv cd -- 1.7.9.5