Results 1 to 3 of 3

Thread: Help with Macro

  1. #1
    Player
    ATOdinson's Avatar
    Join Date
    Dec 2018
    Posts
    1
    Character
    R'shtari Shiko
    World
    Exodus
    Main Class
    Ninja Lv 42

    Help with Macro

    So I am looking to make a macro that will use thrown dagger if I am out of melee range of my target or spinning edge if I am in melee range. I tried a few different combinations and so far nothing has worked. Any help would be appreciated.
    (0)

  2. #2
    Player
    Niwashi's Avatar
    Join Date
    Aug 2013
    Posts
    5,248
    Character
    Y'kayah Tia
    World
    Coeurl
    Main Class
    Ninja Lv 50
    I think:

    /ac "Spinning Edge" <t>
    /ac "Throwing Dagger" <t>

    should work. If you're in melee range, Spinning Edge should activate, and Throwing Dagger would fail because you're busy with the Spinning Edge attack. If you're out of range, Spinning Edge would fail, so Throwing Dagger should activate.

    (Keep in mind the usual limitations of macros for combat actions. They cannot be queued in advance, so create a momentary gap between your previous action and the macroed action. Though if you're intending this as a way to initially begin a fight, that wouldn't matter.)
    (0)

  3. #3
    Player
    Raldo's Avatar
    Join Date
    Jul 2011
    Posts
    2,563
    Character
    Raldo Volca
    World
    Coeurl
    Main Class
    Marauder Lv 80
    Combat macros like this one are terrible, for the reasons mentioned above. I highly suggest not doing this.
    (0)