Close
Showing results 1 to 2 of 2

Hybrid View

  1. #1

    Default Swapping Just the Equipset

    The usual talent, equipment swap is
    Code:
    #show [spec:1] Moonfire; [spec:2] Cat Form
    /equipset [spec:1] balance; [spec:2] feral
    /usetalents [spec:1] 2; [spec:2] 1
    But for my Druids, I am trying swap just the equipment. I have tried variation of these.
    Code:
    /equipset balance; feral
    Code:
    /equipset balance [equipped: feral; feral [equipped: balance]
    Code:
    /equipset balance [Moonkin Form; Caster Form]; feral [Bear Form; Cat Form]
    None of these works. I am not sure what's wrong. I have check on wowpedia and wowwiki.

  2. #2
    Multiboxologist MiRai's Avatar
    Join Date
    Apr 2009
    Location
    Winter Is Coming
    Posts
    6815

    Default

    Might try:
    Code:
    /equipset [noequipped:feral] feral; [noequipped:balance] balance
    Not sure if you can put sets under the noequipped and equipped tags.

    Or perhaps your existing macro shouldn't have spaces (or a missing bracket for that matter):
    Code:
    /equipset [equipped:feral] balance; [equipped:balance] feral

Posting Rules

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