Quote Originally Posted by Mikoko_Miko View Post
Because it takes 0.05-0.1 sec between Physick and Embrace in your macro (16.7-33.3 ms/line). I suppose the following is better.
/pac "Embrace" <t>
/ac "Physick" <t>
/pac "Embrace" <me>
/ac "Physick" <me>
/micon "Physick"

Basically <t> and <tt> can't be combined on the same macro.
Putting "/micon" on the first line is nothing but a waste of time.
Combining <t> and <me> in one macro seems pointless for me.
To my understanding you usually macro <t> to stop the fallback on <me>, which happens automatically if you don't add any target variable.

/pac "Embrace"
/ac "Physick"

will do just the same thing in 2 lines, won't it?

<t> and <tt> can be combined on damage spells, E4E etc. just fine, where as <t> on a healing spell defaults to <me> if an enemy is targeted.

This is the first time I hear of /micon and other macro-lines adding macro time and I don't believe thats how it works at all.