Results -9 to 0 of 8

Threaded View

  1. #1
    Player
    Krovoc-The-Destroyer's Avatar
    Join Date
    Sep 2016
    Posts
    48
    Character
    Eira Rosynwhyr
    World
    Hyperion
    Main Class
    Dark Knight Lv 70

    [solved] Macros not working and it isn't the quotations

    edit2: Solution given at the bottom.

    So, healing without macros is a real chore. So I make some. Namely I create, by hand, typing them out.
    /macroicon cure
    /action "cure" <t> /action "cure" <tt>
    I get into a Guildhest, and it doesn't work. Nor do my similar DPS macros (stone and aero also typed out by hand).
    I windle it down, trying to figure out what is wrong, first by removing the last line. Eventually all I have is
    /macroicon stone
    /action "stone"
    This still doesn't work. I then try casting via the chat window. I type /action "stone" <t> and hit enter. That works, as does /action stone, /action "stone", /action stone <t>. I then went through a similar process with /action "cure" <me> with the same result. I've also tried executing the macros directly, without assigning them to a hot bar.

    edit: I did try capitalizing the first letter of Cure. So now it's /action "Cure" <me> which also doesn't work.

    solution: I had an extra line bettwen /macroicon and /action. so instead of

    Code:
    /macroicon ability
    
    /action ability < ___ >
    I have


    Code:
    /macroicon ability
    /action ability < ___ >
    (0)
    Last edited by Krovoc-The-Destroyer; 09-19-2016 at 12:32 PM. Reason: Solution found

Tags for this Thread