Quote Originally Posted by Saevel View Post
You should reverse the two lines in your macro. I think that'll help your double-tap issue.

/micon "Ley Lines"
/ac "Between the Lines" <me>
/ac "Ley Lines" <me>

Between the Lines is only available when Ley Lines is already active, so only one of the two abilities in the macro can ever chosen in the same time frame. This order will skip the check on whether Ley Lines is off cool-down.
I went back and forth on that for a moment. Wasnt sure if it would add a delay checking if btl could even be activated at that point. And if it did id rather have a mini delay on port back to lines rather than on initial drop of lines in first place.

If it doesn't matter I'll switch to your way. I use the /merror to remove red error texts if ability can't be used.