Thread: Macro question

  1. #1

    Macro question

    Well i'm kind of bad at making macros other then /chat channel and /cast so i was wondering how to make a macro to equip a 2h weapon to a 1h and a shield (2 separate macros pleas)

  2. #2
    /equipslot 16 WeaponName
    Use this for your two hander
    /equipslot 16 WeaponName
    /equipslot 17 WeaponName
    Use for your primary and shield
    You maybe able to make the button sequence like
    the /castsequence so if you click for your twohander
    the button will switch to sword and board
    Not 100% on that though

  3. #3
    From my own macro experience I would've said the same of Tahvo. But I am no expert so their may be something working better or such than that. But otherwise that should be great.

  4. #4
    Just use equipment manager imo, way easier and you can make it more than weapons

  5. #5
    Deleted
    Quote Originally Posted by Sepharim View Post
    Just use equipment manager imo, way easier and you can make it more than weapons
    But in fight, you still can only swap weapons, and that is easily done by this macro.

  6. #6
    Quote Originally Posted by TahvoTroll View Post
    /equipslot 16 WeaponName
    Use this for your two hander
    /equipslot 16 WeaponName
    /equipslot 17 WeaponName
    Use for your primary and shield
    You maybe able to make the button sequence like
    the /castsequence so if you click for your twohander
    the button will switch to sword and board
    Not 100% on that though
    Maybe it will work:

    /equipslot 16 [button:1] TwoHanderWeaponName
    /equipslot 16 [button:2] OneHanderWeaponName
    /equipslot 17 [button:2] ShieldName

    Not sure if the [button] part works with esquipslot and if it is in the right position.

    If the code above doesnt work try this:

    /equipslot [button:1] 16 TwoHanderWeaponName
    /equipslot [button:2] 16 OneHanderWeaponName
    /equipslot [button:2] 17 ShieldName

    Please post results in this thread. (I can't test it right now)

    Well if it works it should equip the two hander if you clicked with left button, then change to 1h+shield if you click with right button.

    EDIT:
    Just saw this macro:
    Code:
    /equipslot [equipped:Shields] 17 Merciless Gladiator's Cleaver; 17 Crest of the Sha'tar
    So I guess the second option i posted is right.
    Last edited by darkbreaker; 2010-08-28 at 12:14 AM.
    Quote Originally Posted by Simbert
    You gain 4 additional girlfriends once you stop playing WoW. It is statistically proven that WoW equals 4 girlfriends. No one exactly know where they come from, but WoW is the only thing that prevents the world from being flooded with insane amounts of girls.

    Actually, that is the sole reason we even play WoW. We simply could not stand all those girlfriends jumping at you at every corner of the street if we didn´t.

  7. #7
    Keyboard Turner
    10+ Year Old Account
    Join Date
    Jun 2010
    Location
    Norway
    Posts
    7
    /equipslot 16 NameOf1-HandWeapon
    /equipslot 17 NameOfShield
    /equipslot 16 NameOf2-HandWeapon
    This should work, just pick a name and an icon for it.

  8. #8
    Thanks going for se but im ms tank so it helps

Posting Permissions

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