Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. MACRO 16777229 "feign" Ability_Ambush
  2. /script local i=0 g=GetPlayerBuff while not (g(i) == -1) do if(strfind(GetPlayerBuffTexture(g(i)), "Ability_Rogue_FeignDeath"))then CancelPlayerBuff(g(i))end i = i + 1; end
  3. /script PetFollow(); PetPassiveMode();
  4. /cast Feign death
  5. END
  6. MACRO 16777230 "flee" Ability_Ambush
  7. /script EquipSet ("no skull")
  8. /unbuff Flee
  9. END
  10. MACRO 16777219 "hawk" Ability_Ambush
  11. /script if not buffed("Aspect of the Hawk", 'player') then CastSpellByName("Aspect of the Hawk") end;
  12. END
  13. MACRO 16777223 "meld" Ability_Ambush
  14. /script if not buffed("Shadowmeld", 'player') then CastSpellByName("Shadowmeld") end;
  15. END
  16. MACRO 16777220 "monkey" Ability_Ambush
  17. /script if not buffed("Aspect of the Monkey", 'player') then CastSpellByName("Aspect of the Monkey") end;
  18. END
  19. MACRO 16777222 "mount" Ability_Ambush
  20. /use Reins of the Frostsaber
  21. /unbuff Blessing of Protection
  22. /unbuff Flee
  23. END
  24. MACRO 16777227 "nefswap" Ability_Creature_Cursed_05
  25. /script PickupInventoryItem(18) if ( CursorHasItem() ) then PickupContainerItem(0, 1); else PickupContainerItem(0, 1); PickupInventoryItem(18);end
  26. END
  27. MACRO 16777228 "scatter" Ability_Ambush
  28. /script if GetUnitName("target")==nil then TargetNearestEnemy() end
  29. /script if UnitExists("pettarget") and UnitIsUnit("target", "pettarget") then PetPassiveMode(); else end
  30. /cast Scatter Shot
  31. END
  32. MACRO 16777217 "shoot" Ability_Ambush
  33. /script if not IsAutoRepeatAction(60) then CastSpellByName("Auto Shot"); end
  34. END
  35. MACRO 16777226 "totem" Ability_Creature_Cursed_04
  36. /run local c=UnitName t=TargetByName t("Windfury Totem")if(not c("target")=="Windfury Totem")then t("Grounding Totem")if(not c("target")=="Grounding Totem")then t("Poison Cleansing")end end PetPassiveMode()PetAttack()TargetLastTarget()
  37. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement