Part 2

When I first got into FF macros I had to facepalm every time I learned how a vital feature of the WoW macro system was missing:

1 - Macros won't even show the proper icons for skills that are up/next. Nor display the actual tooltip, only the custom macro name.

2 - I hate the idea of having to hit tab or left click every time I want to target something. Sure you can use a /tenemy macro but it's awkward, and always keeps selecting new targets.
Super annoying when I got my leaden fist raptor form bootshine combo crit built up for a boss, and then it gets wasted on some trash mob that runs slightly into my view field.
Can't you add a option to toggle "auto target when using skill" on/off? What do you think I want to do when I'm facing a mob and press my attack skills/spells?
YES, YES I want engage... let's go?? Why do I need to press tab or left click the mob first??

3 - Autochain or no chain. Why no middle ground like WoW? Let the player decide the internal wait time/activation timer?
Why only a option to instantly fire the next skills, and with a system that only accepts rounded up seconds, which inherently goes against the games 2.5 sec global cd??
I have no words how mind blowingly bad this design decision was.

I mean out of all the things you borrowed from WoW, this was THE thing you should have copied 1:1, but you didn't? Biggest fail ever.
So we got proper tooltip display, autotargeting, and custom reaction required trigger wait timers. Macro score WoW:3 vs FF:0.


Let's look at this monk example: Form shift. Feels super forced.
Basically FS:dragonkick to gain opoform:lead fist, then FS: bootshine to get opoform:crits behind.
You can "break the game" by getting enough speed on your monk to push the skill cd down to 2.00 from 2.50,
then you hit this baby one time, fits perfectly into the 15 row macro limit:

/ac "form shift"
/wait 2
/ac "dragon kick"
/wait 2
/ac "form shift"
/wait 2
/ac "bootshine"
/wait 2
/ac "form shift"
/wait 2
/ac "dragon kick"
/wait 2
/ac "form shift"
/wait 2
/ac "bootshine"

And there you go optimised 4 attacks, 2 behind, 100% crit mega dmg with only 1 button over 8 sec.
Now what's the real issue here? Did you figure out the 15 line macro limit yet btw?
Exactly. If there was no limit, you would have people pressing one button and roll out a 5 minute fight with perfect rotation and 100 moves like a bot.