1. You can do more things with castsequence. Such as multitarget sequence

    /castsequence [@party2] reset=target/mod/5 0, Blessing of Kings
    /castsequence [@party1] reset=target/mod/5 Blessing of Kings,n

    /castsequence [@arena2] reset=target/mod/5/combat 0, Corruption
    /castsequence [@arena1] reset=target/mod/5/combat Corruption,n

    Using spell 'Auto Attack' can change your target in castsequence

  2. Needed this one for Wotlk. And thanks, equip by bag slot works perfectly :P
    np! happy to help :)

  3. /castsequence [@arena2] reset=target/mod/5/combat 0, Corruption
    /castsequence [@arena1] reset=target/mod/5/combat Corruption,n
    Using spell 'Auto Attack' can change your target in castsequence
    This is pretty interesting! I was working with the following macro till now :D

    /target [@focus]
    /targetlasttarget
    /focus
    /targetlasttarget

    Basically it swaps between focus and target. Useful for 2s since that's what i do most of the time :P
    However I will check out your method. The only problem I see with this is that my macros have too many spells in each button and adding those conditions will make the macros too complex :D

First 12

Posting Permissions

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