Code:
/cast Summon Voidwalker
/cast Summon Imp
Just fizzles out 'cause the first spell can't complete.
Code:
/castsequence reset=5 Summon Voidwalker, Summon Imp
Never gets to the second spell, 'cause the first spell don't complete.
Code:
/run i="Soul Shard"d=1 for x=0,4 do for y=1,GetContainerNumSlots(x) do if (d>0) then l=GetContainerItemLink(x,y) if l and GetItemInfo(l)==i then CastSpellByName("Summon VoidWalker") d=d-1 else CastSpellByName("Summon Imp") end end end end
Yop, Blizzard blocks it, it don't work.
Code:
/a [target=focus,help]; [target=focus,noexists];party1
/petattack [nomod:alt/ctrl]
/petfollow [mod:alt]
/cast [nopet][target=playerpet,dead] summon voidwalker; [mod:ctrl] Health Funnel
/cast [nopet][target=playerpet,dead] summon imp
Does the same thing as the first one, fizzles 'cause there's no soul shard, and it don't summon an imp.
So, if there's no way of coding it that way, I guess I'll just have to settle for
Does pet exist?
Yes, do nothing.
No, summon voidwalker, or with shift mod summon imp
But I'm having trouble getting the right code for it... this is what I tried:
Code:
/cast [nopet][target=playerpet, dead] summon voidwalker
/cast [nopet][target=playerpet, dead][mod:shift] summon imp
But it doesn't seem to be working. Any ideas?
Connect With Us