[PvP Addon Guide] Focus Frames menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    Boomerr's Avatar Active Member
    Reputation
    65
    Join Date
    Feb 2007
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [PvP Addon Guide] Focus Frames

    This is a guide I wrote for my PvP focused guild a month or so ago. I figured I might as well share it with MMOwned to show what I have to offer. Try to ignore the parts that seem out of context.

    Enjoy!

    Focus Frames: and How to Use Them. By Boomer, for The Enclave


    What Are Focus Frames?
    Do you find arena impossible? Are you often in a multi-target engagement and find yourself being chain
    feared or counter-spelled to no end? Do you want to start playing like you deserve the oxygen you breathe?

    You sir, need to learn to use Focus Frames.

    Focus frames are extraneous targeting unit frames that are used to monitor a second target in addition
    to your primary target, allowing clutch focus interrupts / CCing without losing track of your primary target.

    Look at the Header Image. Say this mage has betrayed the Alliance and has joined an army of invisible Horde,
    and I establish him as my focus. This allows me to see when and what she is casting. In this case, I see
    her casting a massive rank 1 frostbolt at me, so I spell reflect it while having myself targeted. If she
    was an enemy healer, casting Holy Light on his 2v2 partner, I would know when to intercept/pummel him
    without needing to have him targeted all the time.

    Before BC came out, Focuses were primarily used for PVE purposes. With Arena, people started using
    these as an advantage over other teams. I will explain how in this guide.

    So here is the low-down: and while it may seem complicated, it really isn’t.

    The Addon(s)
    First, you need a focus frame addon. These addons show the actual focus frame. They come in several
    shapes and sizes, and really what you use is preference. You are looking for one with focus frame capability. I will link a few.
    • Blizzard-ui-like focus frame: FocusFrame (Simple, some configuration).
    • My unit frames: AG Unitframes (Replaces Blizz Frames, lots of configuration).
    The Focus Macro
    To make use of these, you need a macro to establish a focus target.
    • Type “/macro” to open up your macro window.
    • Hit New, and make a new macro named “focus” and with any icon you want.
    • In the macro command area, type the following:
    Code:
     
    /focus [target=mouseover,exists][exists]
    /stopmacro [target=mouseover,exists][exists]
    /clearfocus
    Drag the new button out and bind it to an extra key. Mine is bound as Shift-1. When you hit this button, your
    current target will also become your focus frame.

    When you hit the key, it will focus whoever you have your mouse over, or if you have nobody under your mouse, it will focus your target. If you have to target, it will clear you focus frame.

    Congratulations, you have a focus target macro!

    What now?
    Now, the general idea is to keep your focus target at bay using the abilities of your class. Below I include a few class-specific macros relevant to focus frames. If yours is not included, just try to copy what I
    use as a warrior.

    Each macro includes the limitation "target=focus". This means you will execute that command on your focus
    without switching targets. Typically, these macros look something like this:
    Code:
    /cast [target=focus] Spell Name Here
    For example, a rogue might use a macro such as "/cast [target=focus] Blind" to blind their focus after he trinkets out of his partner's crowd control.

    Please note: Macros with [target=focus] in them do NOT switch targets to your focus, so you can
    silence/counterspell/fear your focus while still on your primary target. If you want to target your focus in a
    macro, remove the [target=focus] tag and add "/target Focus" to the beginning of the macro.

    Class Specific Macros!
    You should be able to piece together some basic macros for you class, but here are some example macros,
    and macros contributed by members of my guild and MMOwned.

    WARRIORS: Intercept/Intervene, Pummel, and Disarm focus macros.
    Intercept on Focus or Intervene on Focus (While holding the alt key). EDIT: I have this bound as my mousewheel up key. This is absolutely vital for success as a warrior in arena, for intercepting enemy healers and timing pummels with your parnters' cooldowns.
    Code:
     
    #showtooltip [stance:3] Intercept; Intervene
    /cast [target=focus] Intercept; 
    /cast [modifier: alt, target=focus] Intervene
    Pummel, Pummel Focus while holding alt key
    Code:
     
    /cast Pummel
    /cast [modifier: alt, target=focus] Pummel
    Disarm (if in defensive stance), Switch to Defensive stance (if not in defensive stance), Disarm Focus (while holding alt). EDIT: I no longer use this macro, but you get an idea of how these macros work.
    Code:
     
    #show Disarm
    /cast [stance:2] Disarm; [nostance:2] Defensive Stance
    /cast [modifier:alt, target=focus] Disarm
    MAGES: Counterspell, Polymorph, and Spellsteal focus macros.
    Polymorph Focus with Announcement in /bg and /p chat.
    Code:
     
    #show Polymorph
    /cast [target=focus,harm] polymorph
    /bg Polymorphing %f
    /p Polymorphing  %f
    Counterspell. Interrupts all casting to cast counterspell:
    Code:
     
    #show Counterspell
    /stopcasting
    /cast [target=focus,harm] Counterspell
    ROGUES: Blind, Gouge, Wep Swap + Shiv, and Kick focus macros.
    Swaps weapons to use shiv on focus then switches back. Tentative macro.
    Code:
     
    #show Shiv
    /equipslot 17 YourExtraOffHand
    /cast[target=focus] Shiv
    /equipslot 17 YourNormalOffHand
    PREISTS: Shackle (thanks to Smeems).
    Code:
    #showtooltip Shackle Undead
    Code:
    /clearfocus [modifier:alt][target=focus,dead][target=focus,help][target=focus,noexists]
    /focus [target=focus,noexists]
    /cast [target=focus]Shackle Undead
    Last edited by Boomerr; 02-28-2008 at 08:46 AM. Reason: Formatting and Added Content.

    [PvP Addon Guide] Focus Frames
  2. #2
    aleeg91's Avatar Member
    Reputation
    2
    Join Date
    Jan 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice guide mate, as a warrior i am, this is rlly nice for my 2v2 hard work, ty lets hope someone rep you

  3. #3
    raspberry's Avatar Member
    Reputation
    4
    Join Date
    Jan 2007
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    + rep

    Great post
    You cant spell "Damage" without "mage"

  4. #4
    Aradroth's Avatar Active Member
    Reputation
    37
    Join Date
    Oct 2007
    Posts
    835
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice job dude, I might use this on my shaman with grounding totem and earth shock etc. +rep

  5. #5
    Boomerr's Avatar Active Member
    Reputation
    65
    Join Date
    Feb 2007
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Glad to see you guys like it. I'll be contributing more over time. Just a busy guy.

  6. #6
    Thimpey's Avatar Member
    Reputation
    10
    Join Date
    Mar 2007
    Posts
    245
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've been using this for a while, but I hate to have /focus macros

  7. #7
    Cashasty's Avatar Active Member
    Reputation
    28
    Join Date
    Sep 2007
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by aleeg91 View Post
    Nice guide mate, as a warrior i am, this is rlly nice for my 2v2 hard work, ty lets hope someone rep you
    You can +Rep him too, even as a leecher.



    And +Rep from me for you ofc, nice guide. I am using focus macros for long time

  8. #8
    Edge's Avatar Member
    Reputation
    -254
    Join Date
    Jan 2008
    Posts
    549
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  9. #9
    Altf4's Avatar Member
    Reputation
    3
    Join Date
    Dec 2006
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quite a nice guide, thanks

  10. #10
    aleeg91's Avatar Member
    Reputation
    2
    Join Date
    Jan 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Some rep there for ya Boomerr

  11. #11
    Boomerr's Avatar Active Member
    Reputation
    65
    Join Date
    Feb 2007
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by moonitions View Post
    I didn't even realize there WAS a UI and Macro section. Thanks for pointing that out.

    Mods: if you feel it should be moved, feel free.

  12. #12
    xkillerb's Avatar Member
    Reputation
    6
    Join Date
    Sep 2006
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice.. +rep for you..

  13. #13
    raddo's Avatar Member
    Reputation
    3
    Join Date
    Jan 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice .....

  14. #14
    o0o0o0's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    great and useful guide +rep

  15. #15
    Ferag's Avatar Contributor
    Reputation
    263
    Join Date
    Jul 2007
    Posts
    1,437
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good guide. You got my 2 rep.

Page 1 of 2 12 LastLast

Similar Threads

  1. Raktipannan's Guide to PvP addons
    By raktipannan in forum World of Warcraft Guides
    Replies: 12
    Last Post: 09-17-2008, 07:25 PM
  2. Warlock PVP Macros/Addons Guide
    By kittikat in forum WoW PvP & Battlegrounds
    Replies: 0
    Last Post: 03-19-2008, 12:38 AM
  3. Shin's PvP Warlock Guide to Macros and Addons
    By Nemonik in forum WoW UI, Macros and Talent Specs
    Replies: 8
    Last Post: 03-02-2008, 08:23 AM
  4. [Shaman] Basic Elemental PvP/PvE Guide
    By Solemn1234 in forum World of Warcraft Guides
    Replies: 0
    Last Post: 12-25-2007, 04:03 AM
  5. 2 great PvP addons (for botting too)
    By ayadew in forum World of Warcraft General
    Replies: 8
    Last Post: 04-22-2007, 05:08 PM
All times are GMT -5. The time now is 12:09 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search