HeroRotation

HeroRotation

5M Downloads

[BM Hunter] Pets

Spedwards opened this issue ยท 2 comments

commented

If it can be done, it may be a good idea to add in Revive/Call Pet, or at the very least, not return Kill Command when you have no active pet.

commented

i have added
CallPet = Spell(883),
and after
if Everyone.TargetIsValid() then

if not IsPetActive() then if AR.Cast(S.CallPet) then return ""; end end
need to find for revive

commented

Has been added in 9c4f7c4 :)