1. #1
    Deleted

    Affli Macro Soul swap - Help

    Hello,

    Please help me about this: I have a macro that change the main target, cast Soul swap, and continue with the main target. The macro works, except in the end because it can no come back to the main target.

    Can you help me?

    thx

  2. #2
    Well i use this (found it on the internet somewhere cant remember)

    Code:
    /console Sound_EnableSFX 0
    /focus [@mouseover]
    /cast [@target] soul swap
    /cast [@focus] soul swap
    /script UIErrorsFrame:Clear()
    /console Sound_EnableSFX 1
    /clearfocus [@focus,dead]
    It works like this:
    You target your main target while applying all DoTs you then move your mouse over the other Target you want and while you have your mouse over him you spam you Macro Key.

    This will Focus you secondary target , Inhale from Main target and swap to your MouseOver target while you remain on the Main target DPS'ing.
    When secondary target dies it will clear Focus

    Hope it helps
    Last edited by cyphex; 2011-05-09 at 09:47 AM. Reason: small correction

Posting Permissions

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