So I'm still very new to macros and was trying one out in M1N.
https://youtu.be/ebS7LZc7cs4
So the macro I'm using is:
/micon "Fast Blade"
/ac "Fast Blade"
/hotbar copy PLD 1 GLA 1
/hotbar set "Fast Blade" 1 1 <wait.1>
/hotbar set "Riot Blade" 1 1 <wait.3>
/hotbar set "Royal Authority" 1 1 <wait.3>
/hotbar copy GLA 1 PLD 1
Essentially this cycles between all of my 1-2-3 combo actions and ends back on the 1st. I personally find it nice to be able to have all of that on one button, it's less to think about mid-fight and potentially could reduce the actions on my hotbar. Oh and it's worth noting the actions cycling around on my bar are technically not macros themselves, so I get a larger queue window compared to other macros.
There are two things to look out for when using a macro like this:
1) If the boss becomes untargetable it can potentially mess up the combo.
2) Simply with how PLD's combo structure works there will be times where higher priority actions should be pressed first, which will lead to the macro resetting to Fast Blade even though I haven't finished the 1-2-3 combo.
So how useful this type of macro is definitely depends on the type of content you're doing and what your job's rotation is like.
It was fun giving this a go. I made a few rotation mistakes and had some issues with clipping with my oGCDs, but those were all on normal actions, had nothing to do with the macro. And even with those mistakes I was still the highest performing person in the party by a large margin.
There is a lot of talk about optimization in this thread, but this fight is another reminder to me that the most important aspects to dealing high damage are:
1) Not dying (aka doing mechanics correctly)
2) Having good gear
Doesn't really matter how tight your rotation is if your gear is worse or you're dying throughout the fight cus you got snapshotted going for some uptime positional.
Edit: Oh! That also reminds me. Another issue is building the correct muscle memory. I'm so accustomed to my rotation being on particular keybinds that using macros to do something new does take time to adapt to and improve at. I'm likely gonna try out different macros in the future so it'll be a lot of learning as I go.