Close
Showing results 1 to 6 of 6

Threaded View

  1. #2
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    For the problem where it just attacks whatever is around/in front of him: this is a problem (feature?) ot petattack and autoattacks. Any time you use /petattack or /attack or /cast !auto shot, your character will automatically target the nearest enemy and begin attacking. It's always been like this as far as I know.

    Add the following line right before your petattack/autoshot line:
    Code:
    /stopmacro [noharm][dead]
    That will prevent the automatic targeting, forcing you to /assist your main or actually have a valid target before it will attack. Hugely useful in instances especially.

    So, your macros would be (see edited lines in RED):

    2 on Xist:
    /stopmacro [noharm][dead]
    /petattack
    /cast hunter's mark

    2 on Xist:
    /fol Xist
    /[combat] assist Xist
    /stopmacro [noharm][dead]
    /[combat] petattack

    1 on Xist:
    /assist Cat
    /cast hunter's mark

    1 on Xist:
    /fol Xist
    /[combat] assist Xist
    /stopmacro [noharm][dead]
    /[combat] petattack

    and then:

    3 on Xist:
    #showtooltip Steady Shot
    /console Sound_EnableSFX 0
    /cast [target=pettarget,exists] Kill Command
    /console Sound_EnableSFX 1
    /stopmacro [noharm][dead]
    /cast !Auto Shot
    /cast Steady Shot
    /script UIErrorsFrame:Clear()

    3 on Xistt:
    #showtooltip Steady Shot
    /console Sound_EnableSFX 0
    /cast [target=Xist-target,exists] Kill Command
    /console Sound_EnableSFX 1
    /stopmacro [noharm][dead]
    /cast !Auto Shot
    /cast Steady Shot
    /script UIErrorsFrame:Clear()
    Hope that helps.
    Ugh
    Last edited by Ughmahedhurtz : 12-14-2009 at 03:11 PM
    Now playing: WoW (Garona)

Tags for this Thread

Posting Rules

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