Post new topic Reply to topic  [ 2 posts ] 

Hunter macros

 Post subject: Hunter macros
PostPosted: Tue Oct 11, 2005 5:03 pm 
Offline
Epix Whore
User avatar

Joined: Wed Dec 18, 2002 11:56 am
Posts: 2756
Stickying this for the time being as theres a few hunters levelling up. Found these on the dirty interweb.


Feign + freeze trap and get the pet out of combat
/script PetPassiveMode();
/cast Freezing Trap(Rank x);
/cast Feign Death

Scatter shot - out of combat
/script PetPassiveMode()
/cast Scatter Shot()

Hunters mark + pet attack
/cast Hunter's Mark(Rank x)
/script PetAttack()

Hunter's Mark, Assist & Pet Attack
/script if (UnitIsFriend("player","target")) then AssistUnit("target");end
/cast Hunter's Mark(Rank #)
/script PetAttack();

Replace your Hunter's Mark button with this one. It will cast AotH if it's not active, otherwise it will cast Hunter's Mark on your target and command your pet to attack. IF you so desire, you can remove the PetAttack(); to make it just cast mark.

/script local u=0,b,z;z=''; repeat b=GetPlayerBuffTexture(u);if(b==nil)then break end; z=z..b; u=u+1;until u==15;if(string.find(z,'Raven'))then CastSpellByName ("Hunter's Mark(Rank 4)");PetAttack();else CastSpellByName ("Aspect of the Hawk(Rank 6)");end
[/b]

_________________
<satan@hell.com>:
216.200.145.35 does not like recipient.
Remote host said: 550 Recipient Rejected: No account by that name here

:/


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 14, 2005 1:26 am 
Offline
Ginger Quiff with Crimson Low Lights
User avatar

Joined: Sat Dec 18, 2004 5:48 am
Posts: 887
Location: Borders, Scotland
Copied this from other thread to sticky one :D

=====================
Some peeps asked me for the hunter macro's that I use. These are all designed to reduce the amount of buttons needed on hotkey/action bar, or co-ordinate attacks between you & pet. Soooo here they are enjoy:

You can copy paste them into your macro-local.txt in the WTF/accunt folder (remember to adjust the macro number if you already have some macro's) or just type them in normally in game. Some of these macro's require Zorlens hunter functions addon http://www.curse-gaming.com/mod.php?addid=528. I also strongly recomend these hunter addons too.

BC Tracking Menu, to save you 10 buttons in one
Range Help, for easy range guide, & action bar switch
Smart Pet, for pet control

================
This macro casts mark & send pet to attack

MACRO 1 "Mark" Ability_Hunter_SniperShot.blp
/cast Hunter's Mark
/script PetAttack();
END

================
Neat macro to call pet if you don't have it out, or dismiss pet if you do, or rez pet if it's dead. 3 buttons in one!

MACRO 2 "Call Pet" Ability_Hunter_BeastCall
/script if (UnitIsDead("pet")) then CastSpellByName("Revive Pet") elseif (UnitExists("pet")) then CastSpellByName("Dismiss Pet") else CastSpellByName("Call Pet"); end
END

================
Macro to assist your pet & cast mark on its target, nice for picking up what your pet is attacking easily.

MACRO 3 "Pet" Ability_Druid_SupriseAttack
/script TargetUnit("pet");
/assist
/cast Hunter's Mark
END

================
Sends pet to attack, casts monkey if it isn't active, or wing clips if it is

MACRO 4 "Melee" Ability_Parry
/cast Attack()
/script PetAttack()
/script if (not isMonkActive()) then CastSpellByName("Aspect of the Monkey"); end
/script if (not isClipped("target")) then CastSpellByName("Wing Clip"); else CastSpellByName ("Raptor Strike") end
END

================
Standard Auto fire macro, but it checks to make sure you have hawk, if not casts it.

MACRO 5 "Fire" Ability_PierceDamage
/cast Auto Shot
/script if (not isHawkActive()) then CastSpellByName("Aspect of the Hawk"); end
END

================
Basic melee spam: Wing clip the target, or if they already are snared, does raptor stike

MACRO 6 "Clip" Ability_Rogue_Trip
/script if (not isClipped("target")) then CastSpellByName("Wing Clip"); else CastSpellByName ("Raptor Strike") end
END

================
Aimed shot macro, checks to make sure you have hawk, if not casts it. Also will shadow meld you (Non NE's should remove the meld line) then does aimed shot

MACRO 7 "Sniper" Ability_Marksmanship
/script if (not isHawkActive()) then CastSpellByName("Aspect of the Hawk"); end
/script if (not PlayerFrame.inCombat) then CastSpellByName("Shadowmeld(Racial)"); end
/cast Aimed Shot
END

===================
Feign/Freeze trap macro, stop pet where it is, & FD's, click button again & you'll stand up with a freeze trap at your feet

MACRO 8 "Feign" Ability_Rogue_FeignDeath
/script PetPassiveMode();
/script ClearTarget();
/cast Feign Death();
/cast Freezing Trap()
END

===================
One button sting, if target has mana it cast viper, & not it casts serpent. Nobody uses scorpid anyway

MACRO 9 "Sting" Ability_Hunter_AimedShot
/script if UnitPowerType('target')>0 then CastSpellByName("Serpent Sting"); else CastSpellByName("Viper Sting"); end
END

===================
Instant Raptor stike & wing clip macro

MACRO 10 "Raptor" Ability_MeleeDamage
/cast Raptor Strike()
/cast Wing Clip()
END

===================
1 button for kiting. Checks for snare, if not does conc shot, then casts arcane shot

MACRO 11 "Conc" Spell_Frost_Stun
/script if (not isClipped("target")) then CastSpellByName("Concussive Shot"); end
/cast Arcane Shot
END

======================
Scatter shot macro

MACRO 12 "Scatter" Ability_GolemStormBolt
/script PetPassiveMode(); ClearTarget(); end
/cast Scatter Shot()
END

_________________
Image
SWG (Euro-Chimera) - R.I.P Elder Jedi Pog Mas'Hon, Crafter Slainte, Crafter Glaeva
WarHammer (Karak-Norn) - Pogmo 40 Orc Choppa, Poig 29 Gobbo Shaman
WoW (Bloodhoof) - Pogmahone 70 Priest, Pogmashon 70 Shaman
EQ1 (Cazic Thule) - Pohok 67 Shadowkinght
Neopets - Pogmashon
EVE - Pogmashone
Secret World (Grim) - Shannon "Glaeva" Feng QL5 (Dragon)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 


Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

cron

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group

Based on Codfaction theme by Gamexe.net
Website & Logo © FuN 4 Forums 2013 - Part of the EJN Media Network