Thread: spec-gear macro

  1. #1

    spec-gear macro

    is there a way to macro spec switch and gear switch into one button just wondering

  2. #2
    Yes as long as you use an outfit manager like Outfitter, etc.

    Code:
    /usetalents [spec:2]1 ;2
    /outfitter [spec:2] wear Set1; wear Set2
    Or if you're a DPS class with just one main outfit and something like PvP gear you can use toggle
    Code:
    /usetalents [spec:2]1 ;2
    /outfitter toggle PvP

    With the Blizzard Equipment manager it's something like this
    Code:
    /usetalents [spec:2]1 ;2
    /equipset [spec:2] Set1; Set2
    Just use the name of your Outfit for the appropriate spec.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  3. #3
    With Default Equipment Manager
    Code:
    #show [spec:1]Backstab;Eviscerate
    /equipset [spec:2]Combat;Mut
    /usetalents [spec:1]2;1
    First line shows spec using spell icons which you can change to reflect your class/spec
    Second line is your equipment set names on the Equipment Manager
    Last edited by Newbie95816; 2012-01-16 at 11:04 AM. Reason: Fix'd :)

  4. #4
    Newbie95816: Though, unless we get three specs someday, the second [spec:X] in each line is unnecessary :P
    But your duty to Azeroth is not yet complete. More is demanded of you... a price the living cannot pay.

Posting Permissions

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