From bea99cd1a15ceaa77bda3a062ee3e94392276b9a Mon Sep 17 00:00:00 2001 From: Sidoine De Wispelaere Date: Sat, 12 Mar 2011 22:15:10 +0000 Subject: [PATCH] warlock: removed soul burn from regular rotation git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@378 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- Ovale.toc | 2 +- defaut/Demoniste.lua | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/Ovale.toc b/Ovale.toc index c67905f..fe172c9 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.30 +## Version: 4.0.31 ## OptionalDeps: Ace3, ButtonFacade, Recount, Skada, LibBabble-CreatureType-3.0, LibRangeCheck-2.0 ## SavedVariables: OvaleDB ## SavedVariablesPerCharacter: OvaleDBPC diff --git a/defaut/Demoniste.lua b/defaut/Demoniste.lua index c48f2f0..b0d7d1e 100644 --- a/defaut/Demoniste.lua +++ b/defaut/Demoniste.lua @@ -126,8 +126,6 @@ AddIcon help=main mastery=1 { #/life_tap,mana_percentage<=35 if ManaPercent(less 35) and LifePercent(more 75) Spell(LIFETAP) - #/soulburn - if SoulShards(more 0) Spell(SOULBURN) if TalentPoints(EMBERSTORMTALENT more 0) and TalentPoints(IMPROVEDSOULFIRE more 0) { #/soul_fire,if=buff.improved_soul_fire.cooldown_remains<(cast_time+travel_time)&buff.bloodlust.down&!in_flight @@ -143,9 +141,6 @@ AddIcon help=main mastery=1 } if TalentPoints(BANETALENT less 3) { - if SoulShards(more 0) Spell(SOULBURN) - #/soul_fire,if=buff.soulburn.up - if BuffPresent(SOULBURN) Spell(SOULFIRE) #/demon_soul,if=buff.shadow_trance.react #if BuffPresent(SHADOWTRANCE) Spell(DEMONSOUL) #/shadow_bolt,if=buff.shadow_trance.react @@ -203,8 +198,6 @@ AddIcon help=main mastery=2 if TargetDebuffPresent(IMMOLATE) Spell(HANDOFGULDAN) #/incinerate,if=buff.molten_core.react if BuffPresent(MOLTENCORE) Spell(INCINERATE) - #/soulburn - if SoulShards(more 0) Spell(SOULBURN) if TalentPoints(IMPROVEDSOULFIRE more 0) { #/soul_fire,if=buff.improved_soul_fire.cooldown_remains<(cast_time+travel_time)&buff.bloodlust.down&!in_flight&miss_react @@ -258,8 +251,6 @@ AddIcon help=main mastery=3 if TalentPoints(IMPROVEDSOULFIRE more 0) and BuffExpires(IMPROVEDSOULFIREBUFF) and BuffExpires(EMPOWEREDIMP 0) Spell(SOULFIRE) #/chaos_bolt Spell(CHAOSBOLT) - #/soulburn,if=buff.bloodlust.down - if SoulShards(more 0) and BuffExpires(heroism) Spell(SOULBURN) #/soul_fire,if=buff.improved_soul_fire.remains<(cast_time+travel_time+action.incinerate.cast_time+gcd)&!in_flight if TalentPoints(IMPROVEDSOULFIRE more 0) { @@ -302,4 +293,5 @@ AddIcon size=small mastery=3 { unless PetPresent() Spell(SUMMONIMP) } + ]] -- 1.7.9.5