Results 1 to 3 of 3

Hybrid View

  1. #1
    Player
    Siff's Avatar
    Join Date
    Mar 2014
    Posts
    1
    Character
    Joe Siff
    World
    Odin
    Main Class
    Archer Lv 35

    Macro issue (t>tt)

    It seems that before patch, the following macro would function as intended:

    /macroicon cure
    /ac cure <t>
    /ac cure <tt>

    whereas, the macro will attempt to cast cure on current target if valid, when invalid, it'll try to cast it on the target's current target instead.

    however, this isn't happening anymore.
    if the target's invalid, it'll completely ignore the second line and heals me instead. Is the macro wrong? Am I missing something?

    Thanks

    Best,
    Siff
    (0)

  2. #2
    Player
    Mytenia's Avatar
    Join Date
    Feb 2014
    Posts
    14
    Character
    O'mytenia Artyl
    World
    Gilgamesh
    Main Class
    Pugilist Lv 50
    The macro is working just as it should do according to the use of the spell.

    It first try to heal you're target and work if it is friendly,however if it is not friendly a heal automatically default to heal yourself,so it skip the last line since it don't reach it.



    A way around is to use the focus setting or under certain condition if you are using a mouse to play with the mousehover settings

    to set a focus do shift+F or make a macro with /focustarget

    /Macroicon cure
    /ac cure <f>
    /ac cure <t>
    (Will cast cure on focus,if none is set will cast on target if friendly or on you if unfriendly)

    /Macroicon cure
    /ac cure <mo>
    /ac cure <t>
    (will cast cure on current mousehover if friendly or on you if unfriendly,if no mousehover will cast on target if friendly or on you if unfriendly)

    /Macroicon cure
    /ac cure <mo>
    /ac cure <f>
    /ac cure <t>
    (will cast cure on current mousehover if friendly or on you if unfriendly,if no mousehover will cast on focus,if none is set will cast on target if friendly or on you if unfriendly)
    (0)

  3. #3
    Player Ed_N_Ants's Avatar
    Join Date
    Aug 2013
    Location
    Leviathan
    Posts
    395
    Character
    Saika Rose
    World
    Leviathan
    Main Class
    Conjurer Lv 50
    If your curing the current targets target you are trying to heal an enemy which in turn forces the heal to be used on yourself so that the cast is to wasted... of course im assuming your targeting the tank...
    (0)