Advertisement
Guest User

Untitled

a guest
May 26th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. /script if GetUnitName("target")==nil then TargetNearestEnemy() end
  2. /run if not buffed("Hunter's Mark",'target') then cast("Hunter's Mark");end
  3. /script CastPetAction(10);
  4. /script if UnitExists("target") then if a==0 then PetAttack(target) a=1 else if UnitExists("pettarget") and UnitIsUnit("target", "pettarget") then PetFollow("Yuqq") a=0 else PetAttack(target) end;end; else PetFollow("Yuqq") a=0 end;
  5.  
  6.  
  7.  
  8. /run c=CastSpellByName rp="Revive Pet" if p~=nil then c(rp) p=nil end if UnitExists("pet") then if UnitHealth("pet")<1 then c(rp) elseif GetPetHappiness()<3 then c("Feed Pet") PickupContainerItem(0, 1) else c("Dismiss Pet") end else c("Call Pet") p=1 end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement