Thread: Need macro help

  1. #1
    Deleted

    Need macro help

    My macro:

    Code:
    #showtooltip
    /cast [mod:alt] Soulburn
    /cast [nomod, target=mouseover,harm]Soul Swap;[harm]Soul Swap;Soul Swap
    Now the issue I'm having is that on the first exhale of soulswap (with soulburn) on a mouseover target, is that the mouseover isn't set as my target only when I mouseover inhale the dots again.

    I tried fixing it with
    Code:
    /target [@mouseover, harm, exists]
    but I want the first target to stay my target frame when mousover swapping.

    So I'm looking for a condition that sets the mouseover as target only if I dont have a current target.

  2. #2
    /tar [noexists]mouseover

  3. #3
    Code:
    #showtooltip
    /tar [noexists,dead] mouseover
    /cast [mod:alt]Soulburn
    /cast [nomod, @mouseover, harm, nodead, exists] Soul Swap; [harm,nodead,exists] Soul Swap; Soul Swap


    If no current target Then
    • Set mouseover as target

    If [mod:Alt] then
    • Soulburn + Soul Swap : Current target

    If [nomod], but mouseover(is harmful, not dead, exists) then
    • Soul Swap : Mouseover

    If no modifications; no mouseover Then
    • Soul Swap : Current target


    Not 100% this will work. Not in game currently, damn work!

  4. #4
    Deleted
    Yes works thanks ... had the mouseover as conditional lol. Just had to change dead to nodead tough.

Posting Permissions

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