1. #1

    New SS macro help!

    Hi!
    I was wondering if someone could help me out with a SS focus macro.
    What i want it to do is to First of all SS inhale my current target, then change to my focus and exhale on that target. after that i want it to change back to my original target.

    Since SS is on GCD, is there anyway this is possible to do? is it possible to use [@Focus] casting as a condition in a cast sequence?

    Not sure how to do

    Something like
    #showtooltip
    /cast Soul Swap
    /cast [@Focus] Soul Swap

    #showtooltip
    /castsequence Reset=target Soul Swap, [@focus] Soul Swap;


    Or maybe a ugly solution with a actionbar change (Setting up actionbar 1 and 2 exactly the same)
    on actionbar 1
    #showtooltip
    /cast Soul swap
    /changeactionbar 2


    on actonbar 2
    #showtooltip
    /cast [@focus] Soul swap
    /changeactionbar 1

    as you can see, i need help
    Quote Originally Posted by fizzbob7
    your macro.....***ness

    your inability to just shut up and drink instead of telling us you're gonna drink then 5 seconds later drinking, is also ***ness"....."
    it's as annoying as the tank who asks READY? after every trash pull.

    Just as annoying as these threads? AmIright?
    ~Bahumut5

  2. #2
    Deleted
    Would a modifier do it?

    #showtooltip
    /cast [nomod] Soul Swap
    /cast [mod:shift][@focus] Soul Swap

    not sure if it will or not, cant test at the moment

  3. #3
    Deleted
    Am I the only one who's having trouble with his Soulburn + Soulswap macro?

    I used to use the simple
    Code:
    /cast Soulburn
    /cast Soul Swap
    version which worked fine 97% of the time, but now if I do a fast opener of Haunt, SB:SS, CoE, SB:SS (to extend the dots and apply UVLS) rather than casting the last Soul Swap it just uses Soul Burn. This is 'cause the SB is off GCD but SS isn't, but before it used to just que the SS to be casted once GCD was up again. Now it just hangs.

    Tried using
    Code:
    /castsequence reset=2/target Soulburn,a
    /castsequence reset=2/target Soul Swap,a
    , but with this most of the time nothing happens after the CoE. Works wonders if you're SB:SSing multiple targets, but since you're not supposed to be doing that anymore...

    Any idea how to fix my problem?

  4. #4
    Someone has a soul swap mouse over macro working?

    Im trying /cast [nomod]soul swap
    /cast [target=mouseover, exists, harm] soul swap; soul swap

    But it's not working
    Any tip?
    Ghostcrawler is gone, time to celebrate!

  5. #5
    Deleted
    #showtooltip
    /cast [mod:alt] Soulburn
    /cast [target=mouseover,harm]Soul Swap;[harm]Soul Swap;Soul Swap

    There you go

  6. #6
    Deleted
    Could someone post a Soulswap Mouseover Macro without a modifier ?

  7. #7
    Quote Originally Posted by Crueltism View Post
    Could someone post a Soulswap Mouseover Macro without a modifier ?
    Quote Originally Posted by FeuerFrei View Post
    #showtooltip
    /cast [mod:alt] Soulburn
    /cast [target=mouseover,harm]Soul Swap;[harm]Soul Swap;Soul Swap
    #showtooltip
    /cast [target=mouseover,harm]Soul Swap;[harm]Soul Swap;Soul Swap

  8. #8
    Deleted
    Quote Originally Posted by openair View Post
    #showtooltip
    /cast [target=mouseover,harm]Soul Swap;[harm]Soul Swap;Soul Swap
    This macro won´t work for me. I am using a German Client and when I change the Abilityname Soul Swap with Seelentausch it won´t work.

Posting Permissions

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