(TOO NAVIGATE AND FIND YOUR CLASS QUICKLY, PRESS: CTRL+F AND TYPE YOUR CLASS NAME IN THE "FIND BOX")
What this guide is:
I hope this guide serves several functions:
- A quick and easy guide to use macro's to maximize your PvP experience for every class
- How to maximize honor
- Useful addons/mods that will help improve your PvP experience
What this guide is NOT:
- This guide will not show you exploits on how to play your class
- This guide will not be a quick fix to your PvP style. It will involve practice and somewhat of a mastery of your class
Table of Contents:
i. Macro's
ii. Maximizing Honor
iii. Helpful Addons
iv. Final Thoughts
i. Macro's:
What is a macro? Here's a brief explanation, a macro is a way to shorten a command (in game). To learn more go to http://www.google.com/url?sa=t&sourc...fo0Uho4m1Bktcw
The following macro's were obtained from - Macros - Arena Junkies (Arena Junkies). What I've done is take out the useless macro's and I've only included the important ones.
Macro's are extremely important in every encounter of PvP. It is essential that you learn how to implement and make these macro's your own!
Death Knight Macro's
Mark of Blood Mouseover + Shift Focus
This MoB's focus while shift is pressed, mouseover if nomod and your mouseover is not dead and is an enemy, and your current target otherwise.
Code:#showtooltip /use [mod:shift,target=focus,exists,nodead,harm] Mark of Blood;[target=mouseover,exists,nodead,harm] Mark of Blood; Mark of Blood
Lichborne Self Heal
If you have Lichborne, this macro will first cast Lichborne then cast death coil on yourself to heal you with one button ( you control how you use death coil by just clicking this macro as many times as you need with lichborne up ). You will not deselect your current target. Glyph of Death's Embrace works great with this (Glyph of Death's Embrace - Use: Your Death Coil refunds 20 runic power when used to heal).
Code:#showtooltip Lichborne /cast !Lichborne; /cast [target=player] Death Coil
Vampiric Blood/Rune Tap Heal
If you have rune tap / vampiric blood, this macro will cast vampiric blood and use a rune to heal. You only need to hit this macro once ( note that this costs 2 blood runes, so make sure you have them available or else you will have to hit this macro again ). You can continue to hit this macro everytime the rune tap cooldown is up, making key binding easier for yourself.
Code:#showtooltip Vampiric Blood /cast !Vampiric Blood; /cast Rune Tap
Universal Rune Strike Macro
This is the universal rune strike macro, rune strike is an amazing ability that is totally worth the RP. This macro will bind your current instant attack that you benefit most from your spec, as well as setting up a rune strike attack when its possible ( after you dodge / parry ).
Code:#showtooltip ( instant damage attack ) /script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE"); /cast ( instant damage attack ); /cast !Rune Strike; /script UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE");
Hysteria + Racial + Trinket
Hysteria can be cast on another player or myself, this will take care of that as well as adding any other usable buffs. This will first check if you are currently targeting a friendly target, if you are then it will cast hysteria on that player, if you are not then it will move to the next line. The second part is made so if you are targeting an enemy player or nothing at all it will cast hysteria on yourself. The last part is the addition of racials / trinkets, this macro will only cast both of them if you are targeting an enemy player, if you are targeting nothing and/or a friendly player then you will not use them.
Code:/cast [noharm, exists] Hysteria; /cast [target=player] Hysteria; /cast [harm,exists] Blood Fury; ( racial ) /use [harm,exists] 14 ( 13 or 14, depending on where your trinket is )
Death Grip Focus
Casts death grip on your focus target, or current target if you have no focus.
Code:#showtooltip death grip /cast [target=focus, exists] death grip; death grip
Strangulate Focus
Casts strangulate on your focus target, or current target if you have no focus.
Code:#showtooltip strangulate /cast [target=focus, exists] strangulate; strangulate
Pet Macro Gnaw/Leap + Focus
Macro to use your pet's gnaw and leap abilities based on your current target. Uses it on your focus target if you are holding shift.
Code:#showtooltip Gnaw /cast [nomodifier] leap /cast [nomodifier] gnaw /cast [modifier:shift,target=focus] leap /cast [modifier:shift,target=focus] gnaw
Death Coil Mouseover
Casts death coil on your current target. If you are holding alt, it casts death coil on your mouseover target.
Code:#showtooltip Death Coil /cast [nomodifier] Death Coil /cast [modifier:alt, target=mouseover] Death Coil
Druid Macro's
One Click Snare Breaker
Re-enters the form you are currently in, thus breaking Snares with a single click.
Code:#showtooltip #show /cast [stance:1] !Dire Bear Form; [stance:4] !Travel form; [stance:3] !Cat Form; [stance:5]
Prowl/Pounce
Prowls if not stealthed, Pounces if stealthed and no modifier key is pressed, Unprowl if stealthed and any modifier(shift, ctrl, etc) is pressed.
Code:#showtooltip [stealth] Pounce; Prowl /cast [stealth,nomodifier] Pounce; [stealth] Prowl; [nostealth]Prowl
One Button Faerie Fire
Sets one button for both Faerie Fire and Faerie Fire (Feral)
Code:/cast [nostance] Faerie Fire; Faerie Fire (Feral)()
Nature's Swiftness Healing Touch (Target)
NS Heals the Target if it is friendly to you. Otherwise it will NS heal you.
Code:/cast Nature's Swiftness /stopcasting /cast [help] Healing Touch; [target=player] Healing Touch
Cyclone Focus
If shift is held when pressing the macro it will Cyclone your focus target. Otherwise it will Cyclone your target.
Code:#showtooltip Cyclone /cast [target=focus, modifier:shift] Cyclone; Cyclone
Root Focus
This will Root your target if your target is hostile, and Root your Focus target if you are not targetting a hostile enemy (aka targetting a teammate or no target)
Code:/cast [harm, target=target] [target=focus] Entangling Roots(Rank 1)
Innervate Self and Protect
This will cast Innervate on yourself and put three Rank 1 Buffs to protect it. Macro must be pressed multiple times due to Global Cool Downs on each cast. Useful against Hunter's arcane shot and Warlock pets. As always select the '?' as your macro icon so you can see the next spell in the cast sequence.
Code:#showtooltip /castsequence reset=30 [target=player] Innervate, Thorns(Rank 1), Mark of the Wild(Rank 1), Rejuvenation(Rank 1)
Totem Killer
Targets Shaman Totems (the highest priority target's are at the end of the macro) and destroys them with Rank 1 Moonfire.
Code:#showtooltip Moonfire /target Poison Clean /target Mana Spring /target Tremor Totem /target Wrath of Air Totem /target Windfury Totem /target Mana Tide Totem /target Grounding Totem /cast Moonfire(Rank 1)
Hunter Macro's
Flare without losing target circle, auto-track hidden
Simple macro that will not lose your Flare target circle even as you spam the macro. Also switches to track hidden when flaring
Code:#showtooltip Flare /cast Track Hidden /cast !Flare
Beast Mastery Pet Attack
Casts Beast Mastery, Intimidation, and sends the pet to attack the current target in the same click
Code:/cast Bestial Wrath /stopcasting /cast Intimidation /petattack
Steady Shot/Auto Shot/Kill Command/Wind Serpent Lightning Breath
This macro adds in Kill Command and Lightning Breath. If you use a Wind Serpent, this will keep your Wind Serpent from Lightning Breathing out of range for Kill Command.
Silencing Shot on FocusCode:#showtooltip Steady Shot /script UIErrorsFrame:Hide() /cast [target=pettarget] Kill Command /castsequence reset=3 Steady Shot, Auto Shot /cast Lightning Breath /script UIErrorsFrame:Clear(); UIErrorsFrame:Show()
Uses Silencing Shot on your Focus without losing your current target.
Code:#showtooltip Silencing Shot /cast [target=focus] Silencing Shot
Viper Sting on Focus
Uses Viper Sting on your Focus without losing your current target.
Code:#showtooltip Viper Sting /cast [target=focus] Viper Sting
Scatter Shot on Focus
Uses Scatter Shot on your Focus without losing your current target.
Code:#showtooltip Scatter Shot /cast [target=focus] Scatter Shot
Pet Totem Killing
Tells your pet to go attack totems, the most important totems go at the end of the list. Add whatever other totems you would like to the list.
Code:/petattack [target=Healing Stream Totem] /petattack [target=Windfury Totem] /petattack [target=Mana] /petattack [target=Tremor Totem] /petattack [target=Grounding Totem]
Feign Death/Drink
Stops your pet from attacking, Feigns Death, Drinks Star's Tears (Or whatever other Beverage you wish to drink, just be sure to type in the drink's name.), sends your pet back to attack your focus target. Be sure to set your focus on the person you are draining. Alternatively, you can remove the /petattack line and use a separate Macro to engage the pet's tareget again.
Code:#showtooltip Star's Tears /petstay /cast Feign Death /use Star's Tears /petattack [target=focus]
All In One - Hunter Pet
This macro feeds your pet when you're not in combat, heals it if you're in combat, resses it if its dead, and calls it if its alive but not currently out.
#showtooltip [nocombat, pet, target=pet, nodead, nomodifier] Feed Pet
/cast [nopet, modifier] Revive Pet; [target=pet, dead] Revive Pet; [nopet] Call Pet; [combat][modifier] Mend Pet
/stopmacro [combat]
/cast Feed Pet
/use Clefthoof Ribs