
Originally Posted by
CKNovel
I don't use macros because they're frustrating to use.
BUT, there is 2 macros to help me manage my hotbar for SAM.
AoE:
/micon Ôka
/hotbar action "Fûga" 1 1
/hotbar action "Mangetsu" 1 2
/hotbar action "Ôka" 1 3
Single Target
/micon Hakaze
/hotbar action "Hakaze" 1 1
/hotbar action "Jinpû" 1 2
/hotbar action "Gekkô" 1 3
Those two change your 1 2 3 between aoe and single target.
I find it usefull since you barely use your AoE GCD anyway and since it's instant, there is no downside.
This macro can switch you between two different bar sets for any job or class, so you can have, e.g., an AoE barset and a single target barset.
Code:
/mlock
/hotbar copy current 1 share 1
/hotbar copy current 7 current 1
/hotbar copy share 1 current 7
/hotbar copy current 2 share 1
/hotbar copy current 8 current 2
/hotbar copy share 1 current 8
/hotbar copy current 3 share 1
/hotbar copy current 9 current 3
/hotbar copy share 1 current 9
It requires bars 1,2,3 are not shared; bars 7,8,9 are shared. The one macro will switch back and forth between the two barsets, hiding the inactive set under your shared bars.