From dea8a519d6b76a3d08feaeb6919898c40df1bea7 Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Sat, 16 Mar 2013 08:02:55 +0000 Subject: [PATCH] Mage: Apply more fixes after SimulationCraft import. The buff from standing in Rune of Power has a different ID than the spell. git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@771 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- defaut/Mage.lua | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/defaut/Mage.lua b/defaut/Mage.lua index 8782c41..8566d52 100644 --- a/defaut/Mage.lua +++ b/defaut/Mage.lua @@ -86,6 +86,7 @@ Define(pyroblast_aura 48108) SpellAddBuff(pyroblast_aura pyroblast_aura=1) Define(rune_of_power 116011) SpellInfo(rune_of_power duration=60 ) +Define(rune_of_power_aura 116014) Define(scorch 2948) Define(time_warp 35346) SpellInfo(time_warp duration=6 cd=15 ) @@ -100,8 +101,8 @@ AddIcon mastery=1 help=main Spell(rune_of_power) } if ItemCharges(36799) <3 and False() Spell(conjure_mana_gem) - if BuffRemains(rune_of_power) TickTime(living_bomb) *3 Spell(living_bomb) @@ -186,8 +187,8 @@ AddIcon mastery=3 help=main Spell(rune_of_power) } if ItemCharges(36799) <3 and False() Spell(conjure_mana_gem) - if BuffRemains(rune_of_power)