1. #1

    Question Equip macros needed

    Could someone share theirs, I'm not sure how to do it with current artifact weapon switches.

    Change spec blood, equip item set tank
    Change spec frost equip item set dps

    Unequip legendary x, equip legendary y. Summon demonic gate @mousever, use demonic gate. Unequip legendary y, equip legendary x.

    Also a question can u still interrupt add without changing your current target like

    cast [@addname] mind freeze. (or smth like that)

  2. #2
    Change spec blood, equip item set tank
    Change spec frost equip item set dps
    doesnt need a macro per se. you can set your equipment sets to automatically change when you spec by clicking the cog on the set in the equipment manager and setting a spec to them.

    if you want a button on your bar to change spec (and thus automatically change your set) then make a macro with this:


    /run SetSpecialization(#)

    with # being 1-4 depending on the spec.

    Also a question can u still interrupt add without changing your current target like

    cast [@addname] mind freeze. (or smth like that)
    if it's during a boss fight, and the add shows up on the boss frames, you can set a macro to [@boss2] or something like that which works, but you can't do a macro that casts a spell on a specific named unit that isnt considered a boss without having the macro first target it.
    Last edited by kheath812; 2017-05-16 at 03:10 AM.

  3. #3
    Some minor things:

    If you use SetSpecialization and want to change equip with the same macro, use /equipset "name" first :
    /equipset Heal
    /run SetSpecialization(2)
    Keep in mind that the artifact is changed automaticly and can't be changed while not in the appropriate spec --> exclude it from your set.
    Although the new function of the equipment manager mentioned by kheath812 can do this too.

    If you want to change certain items, you can use /equip.

    As mentioned by kheath812 @ name doesn't work. You need to use /target.
    /targetexact name
    /cast Kick
    /targetlasttarget

    Although this is prone to bug out some times.

Posting Permissions

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