Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

second wind macro stopped working

svannsvann Member RarePosts: 2,230
I have a second wind macro that used to work but no longer fires the second wind. It always just casts cure instead.

/macroicon "Second Wind"
/ac "Second Wind"
/ac "Cure" <t>
/ac "Cure" <me>

That is a copy/paste from the macro itself so you can see there is no misspelling. I even tried making a new macro

/ac "Second Wind"

It also does not work. Not on my archer, and not on my pugilist either. It doesnt give an error message, it just doesnt do anything. Is anyone else having this problem, know what Im doing wrong, or have a fix?

Comments

  • DilligDillig Member UncommonPosts: 123

    Don't you need <me> after it?

     

  • RidelynnRidelynn Member EpicPosts: 7,383

    Try
    /action "Second Wind" <me>

    Sometimes it gets confused if you don't explicitly tell it the target information. I just threw this in a macro and can verify it works.

    If your trying to use it cross-class, make sure you have the Second Wind ability selected as one of your cross-class abilities. I've made that mistake before (or rather, had it get levelsynced out because I chose it as my second ability rather than my first).

    Also, on that note, make sure you aren't levelsynced down to where you couldn't have the ability - levelsync will lock out abilities you wouldn't have access to at that lower level (until you are out of the levelsync).

    And finally - turn error spam back on, so you can see exactly what error it's throwing.

  • svannsvann Member RarePosts: 2,230
    Thanks that was it - I needed to tell it <me>.  And yea, forgot I had errors turned off.
Sign In or Register to comment.