added chaos bolt to warlock script
Sidoine De Wispelaere [10-08-09 - 17:41]
added chaos bolt to warlock script
git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@114 d5049fe3-3747-40f7-a4b5-f36d6801af5f
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)
}