Results -9 to 0 of 1

Threaded View

  1. #1
    Player
    Rikomi's Avatar
    Join Date
    Oct 2013
    Posts
    2
    Character
    Rikomi Sapota
    World
    Famfrit
    Main Class
    Conjurer Lv 25

    [PS3] Macro with <tt> & <t>

    If a Macro has <tt> in it, and the conditions are not met for whatever reason, such as distance or if the <tt> has full health, then it skips whatever command lines may follow and goes straight to <me>.

    For example, a heal macro like this:

    /macroicon "physick"
    /ac "physick"<tt>
    /ac "physick" <t>
    /ac "physick" <me>

    If <tt> conditions aren't met, it skips <t> and heals yourself by default. There doesn't seem to be a "if" command to counter this.

    This makes macros pretty useless on the PS3, since were unable to use <mo> mouseover. It seems to me that we can't have the best of both worlds, we have to choose either:

    /macroicon "physick"
    /ac "physick"<tt>
    /ac "physick" <me>

    or

    the default skill (no macro) which is <t> then <me>

    The first option being really dangerous since the skill won't active unless you have an enemy selected. When a command error happens in healing macros, it needs to just move down a line instead of defaulting to healself.

    I've tried many combinations to try to get <tt> & <t> to work together, but it usually just ends up with me healing myself.

    I hope you understand...
    (0)
    Last edited by Rikomi; 10-22-2013 at 01:46 AM.