Be explicit about tick length for auras that we request tick information.
Johnny C. Lam [03-30-13 - 01:51]
Be explicit about tick length for auras that we request tick information.
The default scripts for warlocks, priests and rogues use TickRemains,
TickTime and Ticks conditions for several spells, and those spells now
need an explicit tick=N parameter in their respective SpellInfo lines.
git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@867 d5049fe3-3747-40f7-a4b5-f36d6801af5f
diff --git a/defaut/Demoniste.lua b/defaut/Demoniste.lua
index 1d45f1f..37588b2 100644
--- a/defaut/Demoniste.lua
+++ b/defaut/Demoniste.lua
@@ -52,7 +52,7 @@ Define(grimoire_of_sacrifice 108503)
Define(hand_of_guldan 105174)
SpellInfo(hand_of_guldan stance=0)
Define(haunt 48181)
- SpellInfo(haunt duration=8 shards=1 )
+ SpellInfo(haunt duration=8 tick=2 shards=1 )
SpellAddBuff(haunt haunt=1)
Define(havoc 80240)
SpellInfo(havoc duration=15 cd=25 )
diff --git a/defaut/Pretre.lua b/defaut/Pretre.lua
index 6cb3341..6cdb77b 100644
--- a/defaut/Pretre.lua
+++ b/defaut/Pretre.lua
@@ -8,7 +8,7 @@ Define(berserking 26297)
Define(cascade 120785)
SpellInfo(cascade duration=0.1 )
Define(devouring_plague 2944)
- SpellInfo(devouring_plague duration=6 shadoworbs=1 )
+ SpellInfo(devouring_plague duration=6 tick=1 shadoworbs=1 )
SpellAddTargetDebuff(devouring_plague devouring_plague=1)
Define(dispersion 47585)
SpellInfo(dispersion duration=6 cd=120 )
@@ -46,7 +46,7 @@ Define(power_word_fortitude 21562)
Define(shadow_word_death 32379)
SpellInfo(shadow_word_death cd=8 )
Define(shadow_word_pain 589)
- SpellInfo(shadow_word_pain duration=18 )
+ SpellInfo(shadow_word_pain duration=18 tick=3 )
SpellAddTargetDebuff(shadow_word_pain shadow_word_pain=1)
Define(shadowfiend 34433)
SpellInfo(shadowfiend duration=12 cd=180 )
@@ -59,7 +59,7 @@ Define(vampiric_embrace 15286)
SpellInfo(vampiric_embrace duration=15 cd=180 )
SpellAddBuff(vampiric_embrace vampiric_embrace=1)
Define(vampiric_touch 34914)
- SpellInfo(vampiric_touch duration=15 )
+ SpellInfo(vampiric_touch duration=15 tick=3 )
SpellAddTargetDebuff(vampiric_touch vampiric_touch=1)
Define(cascade_talent 16)
Define(divine_star_talent 17)
diff --git a/defaut/Voleur.lua b/defaut/Voleur.lua
index 5a26281..882ec2e 100644
--- a/defaut/Voleur.lua
+++ b/defaut/Voleur.lua
@@ -46,10 +46,10 @@ Define(premeditation 14183)
Define(preparation 14185)
SpellInfo(preparation cd=300 )
Define(revealing_strike 84617)
- SpellInfo(revealing_strike duration=18 energy=40 combo=1 buff_combo=shadow_blades )
+ SpellInfo(revealing_strike duration=18 tick=3 energy=40 combo=1 buff_combo=shadow_blades )
SpellAddTargetDebuff(revealing_strike revealing_strike=1)
Define(rupture 1943)
- SpellInfo(rupture duration=4 combo=0 energy=25 )
+ SpellInfo(rupture duration=4 tick=2 combo=0 energy=25 )
SpellAddTargetDebuff(rupture rupture=1)
Define(shadow_blades 121471)
SpellInfo(shadow_blades duration=12 cd=180 )