View Full Version : Hunter Macros
winger
08-01-2007, 06:26 PM
This is my NUKE button. It works fairly easy to use. Hit the button and BW engages, and then tries to use the first trinket i have listed there. If that trinket is in cooldown the other trinket listed is used. Since both BW and both trinkets used have the same cooldown, this macro works out well in terms of timing.
/cast Bestial Wrath
/stopcasting
/cast Core of Ar'kelos
/stopcasting
/cast Bladefist's Breadth
/stopcasting
Wenge
11-08-2007, 09:38 AM
#showtooltip Misdirection
/cast [target=focus] Misdirection
/script local n = UnitName("focus") SendChatMessage("You now have Misdirection!", "WHISPER", nil, n)
/w (enter the name of the other hunter) %f now has Misdirection cast on them.[/b]
You can shorten that script to just:
/script SendChatMessage("You have Misdirection!", "WHISPER", nil, UnitName("focus"))
Xyriin
12-15-2007, 07:09 PM
Left Click, Right Click Macros...
Simply change the shot name for same functionality with Aimed Shot, Misdirection, Tranquilizing Shot. Left click to cast at current target, right click for focus target.
#showtooltip Viper Sting
** /cast [button:1] Viper Sting; [button:2, target=focus] Viper Sting
Also using the same principle you can save some bar space...
#showtooltip Aspect of the Cheetah
** /cast [button:1] Aspect of the Cheetah; [button:2] Aspect of the Pack
OR
#showtooltip Turbo-Charged Flying Machine Control
** /use [button:2] Swift Brewfest Ram; [button:1] Turbo-Charged Flying Machine Control
** /dismount [mounted]
OR
#showtooltip Call Pet
/cast [button:1] Call Pet; [button:2] Dismiss Pet
And make feeding a pet easier by left clicking for your normal food and right clicking for an alternate food, and also having the number of food items left shown...
#showtooltip Clam Bar
/cast [nocombat, button:1] Feed Pet; [nocombat, button:2] Feed Pet
/use [nocombat, button:1] Clam Bar
Aurorawind
02-05-2008, 05:49 PM
Per request
My macro to cast hunter's mark on a hostile target, or make the target my focus if friendly...
#showtooltip Hunter's Mark
/cast [harm] Hunter's Mark;
/focus [help]
Then using Haythan's Misdirect Macro from above.
vBulletin® v3.7.3, Copyright ©2000-2010, Jelsoft Enterprises Ltd.