Post your macro, what macro you use to make your life as hunter easyer.
Here is some of mine
Roar of Sacrifice:
#showtooltip Roar of Sacrifice
/dismount
/cast [help][@player]Roar of Sacrifice
Arena roar example:
#Showtooltip Roar of Sacrifice
/cast [help][@Party1]Roar of Sacrifice
you can change party1 to party member name if you like that better
Master's Call at party member:
/cast [help][@Party1]Master's Call
Deterance:
#showtooltip Deterrence
/stopcasting
/stopcasting
/cancelaura Hand of Protection
/use Healthstone
/cast Deterrence
/use Master Healing Potion
Disengage:
#showtooltip
/stopcasting
/stopcasting
/cast disengage
/use 15
15 is cloak slot for parashute
Scatter Shot:
#showtooltip
/stopcasting
/stopcasting
/cast [target=mouseover,exists,nodead] Scatter Shot; Scatter Shot
Silencing Shot:
#showtooltip Counter Shot
/stopcasting
/stopcasting
/cast [target=mouseover,exists,nodead] Silencing Shot; Silencing Shot
Pet Special abilities combined in one macro, the ones I use the most
#showtooltip [pet:Bird of Prey]Snatch; [pet:Spider]Web; [pet:Monkey]Bad Manner
/cast Web(Special Ability)
/cast !Bad Manner
/cast Snatch(Special Ability)
/cast Nether Shock(Special Ability)
BM version pet macro
#showtooltip [pet:Shale Spider]Web Wrap;[pet:Spirit Beast]Spirit Mend(Exotic Ability)
/cast Web Wrap(Special Ability)
/cast [@player]Spirit Mend(Exotic Ability)
Misdirection PvE macro
#showtooltip Misdirection
/cast [@target, help] [@focus, help] [@pet, nodead, exists] Misdirection
Very usefull you dont have to change targets etc...
for example, target the boss and focus your MT, the macro will cast MD on your tank
if you dont have focus, it will MD your pet
if you target some friendly player it will MD on tht player
Thats it from me, feal free to post yours too lets see what you guys have ;)