From 6b981f91596bda48a985eb9a8f9763f3f3bbd9cb Mon Sep 17 00:00:00 2001 From: Sidoine De Wispelaere Date: Thu, 8 Oct 2009 17:41:23 +0000 Subject: [PATCH] added chaos bolt to warlock script git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@114 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- Ovale.toc | 2 +- defaut/Demoniste.lua | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Ovale.toc b/Ovale.toc index a5fa646..2a9990d 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.9 +## Version: 3.2.10 ## OptionalDeps: Ace3, ButtonFacade, Recount ## SavedVariables: OvaleDB ## SavedVariablesPerCharacter: OvaleDBPC diff --git a/defaut/Demoniste.lua b/defaut/Demoniste.lua index 63eae91..fce5e37 100644 --- a/defaut/Demoniste.lua +++ b/defaut/Demoniste.lua @@ -26,6 +26,7 @@ Define(SOULSHARD 6265) Define(DEMONICEMPOWERMENT 47193) Define(INCINERATE 29722) Define(DECIMATION 63167) +Define(CHAOSBOLT 50796) AddListItem(curse elements SpellName(CURSEELEMENTS)) AddListItem(curse agony SpellName(CURSEAGONY)) @@ -60,7 +61,8 @@ if TargetDebuffExpires(CORRUPTION 0 mine=1) Spell(CORRUPTION) if BuffPresent(DECIMATION) Spell(SOULFIRE) if TargetLifePercent(less 25) and Level(more 76) and {TalentPoints(TALENTDECIMATION less 1) or ItemCount(SOULSHARD less 16)} Spell(DRAINSOUL) - + +Spell(CHAOSBOLT) if TalentPoints(TALENTEMBERSTORM more 0) Spell(INCINERATE) Spell(SHADOWBOLT) } -- 1.7.9.5