Demonology Warlock - "Call Dreadstalkers"
Boozehammer opened this issue ยท 1 comments
As of 7.0.10.1, I still cannot get the "Call Dreadstalkers" spell to work. This is the definition I'm using:
Define(call_dreadstalkers 104316)
SpellInfo(call_dreadstalkers cooldown=15 soulshards=2 gcd=1.5)
And if you're curious, this is the script I'm using:
AddIcon specialization=2 help=main
{
if target.DebuffRemaining(doom_debuff) <= 6 Spell(doom)
if TalentPoints(summon_darkglare_talent) Spell(summon_darkglare)
Spell(call_dreadstalkers)
if SoulShards() >= 1 Spell(summon_doomguard)
if SoulShards() >= 4 Spell(hand_of_guldan)
if TalentPoints(grimoire_of_service_talent) Spell(grimoire_felguard)
if not pet.BuffPresent(demonic_empowerment_buff) and not InFlightToTarget(demonic_empowerment) Spell(demonic_empowerment)
if TalentPoints(soul_harvest_talent) Spell(soul_harvest)
Spell(felguard_felstorm)
if ManaPercent() < 60 and Speed() > 0 MVNG.Spell(life_tap)
if ManaPercent() > 60 and Speed() > 0 MVNG.Spell(demonwrath)
if ManaPercent() < 35 Spell(life_tap)
Spell(shadow_bolt)
}
This issue is fixed with Version: 7.0.14.0 & Script: [7.0] Ovale Demonology Warlock however it introduces the issues mentioned in ticket #39