Thread: Charge Macro

  1. #1

    Charge Macro

    So I currently have a macro, and this is how it is

    #showtooltip Charge
    /use [nomodifier] Charge
    /use [modifier:shift, target=focus] Charge
    /cast Battle Shout
    /cancelaura Bladestorm

    Here's the problem, is they anyway so also when I shift charge, that it will also target my focus so I don't have to click him after i charge, because it is very annoying when I charge and I'm still trying to attack my old target. Anyone know the line I cause use?

  2. #2
    Can you fit /tar focus in there somewhere?

  3. #3
    Quote Originally Posted by mootlix View Post
    Can you fit /tar focus in there somewhere?
    what would /tar focus do exactly?

  4. #4
    Code:
    #showtooltip
    /cancelaura Bladestorm
    /cast [mod:shift,@focus][]Charge
    /tar [mod:shift]focus
    /cast Battle Shout
    /startattack

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  5. #5
    Quote Originally Posted by Eclipseop View Post
    what would /tar focus do exactly?
    target your focus... /facepalm

  6. #6
    Quote Originally Posted by Mimp View Post
    target your focus... /facepalm
    Im so sorry that i didnt know?

    ---------- Post added 2012-01-01 at 08:42 AM ----------

    Thanks, i wasnt aware of /tar

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •