Currently for my SCH, I have the following macro setup for both Aldo and Physick:

/ac Physick <mo>
/ac Physick <tt>
/ac Physick <t>
/ac Physick <me>

The order is the priority I'd like to have for the targetting. However, I'm running into the issue that when I actually SELECT a target to heal (for example, I click someone not in my party), it seems to "skip" the <t> priority and I end up healing myself.

I tried to flip the <t> and <tt> lines so it looked like this:

/ac Physick <mo>
/ac Physick <t>
/ac Physick <tt>
/ac Physick <me>

That fixed the targetting issue, but then it seemed to not want to execute the <tt> line. I would just heal myself if I had a mob targetted (even though the mob was targetting someone else).

There seems to be something fundamentally wrong that I'm missing. any help/insight would be appreciated.