Been using a macro like this since I got the skills, been working fine ever since.
Printable View
Been using a macro like this since I got the skills, been working fine ever since.
I get that for some people (expecially keyboard and mouse) it may not be a big deal but for others who are still learning and such this is just another optional resource. I use it and it's helped a bit but to each their own.
I do like the idea someone proposed about replacing Enoch with its pvp counterpart, that would be great now with the changes.
oGCDs can be queued behind hard casts if not macro'ed and if activated near the end of the cast; macroing them is fine, but your cast must be finished before it can be activated.
It's not any kind of game-breaking difference, of course, but it is a consideration.
Yeah, I don't see queuing btl or spamming the macro during cast making much difference in most content
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.