Close
Showing results 1 to 10 of 16

Hybrid View

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

    Default

    I have a button that swaps my monks from one atg to another and switches from aoe farm spec to dungeon spec and back. My macros do not change and I do not have to reload UI when switching specs. That has been working for me since at least when WoD went on pre-sale.
    Now playing: WoW (Garona)

  2. #2

    Default

    Quote Originally Posted by Ughmahedhurtz View Post
    I have a button that swaps my monks from one atg to another and switches from aoe farm spec to dungeon spec and back. My macros do not change and I do not have to reload UI when switching specs. That has been working for me since at least when WoD went on pre-sale.
    The macro you are talking about (using my way):

    Go PvP:

    Code:
    /equipset [spec:1] PVP
    /usetalents [spec:1] 2
    Go PvE:

    Code:
    /equipset [spec:2] PVE
    /usetalents [spec:2] 1
    The reason I have them separate is due to the fact that one or more of the boxed toons may be in the wrong gear / spec. So ensuring they are all in the same one requires a quick 1 or 2 toggle.

    Fury is the only one so far that has been a bit problematic due to the fact two 2 handers can't be equipped without respeccing first. So I just put this in his Fury-ST macro:

    Code:
    /equipset PVE
    Last edited by MadMilitia : 11-27-2015 at 12:55 AM Reason: Additions - Fury exception

Posting Rules

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