1. #1

    Weapon slot macro

    I have a macro to swap to my shield for spell reflect and shield wall.

    I have another macro to swap back to my two two-handers, but the macro will only equip my main hand.

    How do I make it so it equips one weapon in the main hand, and the other in the off hand? Both have the same name.

  2. #2

  3. #3
    Tried that, it didn't work.

    edit: thought you meant yours, I'll try it out.

    ---------- Post added 2011-10-03 at 02:37 AM ----------

    It works! Thanks

  4. #4
    you can actually drag the equipment sets onto your bars and keybind them from there. just open your character screen and drag the icon for whatever set.

  5. #5
    Quote Originally Posted by manners View Post
    you can actually drag the equipment sets onto your bars and keybind them from there. just open your character screen and drag the icon for whatever set.
    Didn't know that, but I need it for a macro,

    Like:

    #showtooltip
    /equipset [name]
    /cast [spell]

  6. #6
    Deleted

    Wowapi

    #showtooltip
    /script UseEquipmentSet("lollollolDPSequipmentnameset");
    /cast spell

    should work

  7. #7
    Scarab Lord
    15+ Year Old Account
    Join Date
    Aug 2008
    Location
    Texas
    Posts
    4,040
    stoke99, there's also the /equipset command that works just fine.

    /equipset SetName (case sensitive - must match the capitalization in the Equipment Manager)

Posting Permissions

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