The recent patch in FFXIV finally implemented Macros. For those that don't know what that is, it's basically a script in-game to perform a specific action.
I was a huge macro fan, extending macro usage from the basic 6 line, to some "advanced" macros provided "elsewhere". I've used some WoW macros too and I have to say, mastering macros is an important aspect of being able to play the game efficiently.
Eorzeapedia already got an article on intro to FFXIV macros. Well here, I'm just showing my way of putting it to practical use. (and yes lol, I'm quite late into posting about macros :x, hard when you spend more time playing than writing)
So I'm a Thaumaturge, a Miner and a Goldsmither. While I'm adventuring/"beta testing", I constantly need to swap between Miner and Thaumaturge and going through the menu is just tedious, so let's make a few macros!
Keep in mind that macros below can be copied and pasted :P If it fits your profile. AND!!! If you already have a good understanding of macros, then here's the usage of macros from Wiki.
So first to access macros, it's under (quite hidden lol).
You then click on an empty box where you want your macros to be. Now keep in mind which tab that you've clicked on at the top left. If you are on the Ctrl page, then your macro is initiated by pressing the Ctrl+where-ever you place your macros. For tutorial purposes, we'll leave it at Ctrl.
I'll start by creating a macro to swap back to my Thaumaturge.
- Select an empty box and click enter twice.
- Give your macro a name
- Press the arrow down key to navigate to the bottom box.
- Put in your desired commands. Now keep in mind order is important. You cannot equip actions unless you are on the correct discipline, therefore weapon should go first, follow by everything else.
/equip main "Weathered Scepter"
/equipaction 2 "Scourge" main
/equipaction 3 "Banish" main
/equipaction 4 "Poison" main
/equipaction 9 "Gravity" main
It should look something like the SS above. Press escape and it will auto save. Now try it out! - Now I'll create one for mining. I will put it on the 2nd box to the right. That way when I see a node, I can quickly swap and start mining by pressing Ctrl+2
/equip main "Weathered Pickaxe"
/equip sub "Bronze Sledgehammer"
/equipaction 2 "Lay of the Land"
/equipaction 3 "Prospect"
/equipaction 4 "Lay of the Land II"
Note: /eaction is the same as /equipaction, I used /equipaction to make things clear.
Here's my goldsmithing one. Yes, I'm just too lazy to hop into the menu and change stuff. Macros make life easier :P
Now if for some reason, you need to "clear" out your action bar to load another set of spells, you can use the following: (The macro below broke after today's update, maybe removed?)
- /eaction 2
/eaction 3
/eaction 4
/eaction 5
/eaction 6
/eaction 7
/eaction 8
/eaction 9
/eaction 10
Unlike FFXI, macros also don't need wait anymore. It seems like the algorithm runs it slowly, but ensures the action/task is completed before progressing to the next line, which is a big improvement from before, now they just need to make it faster :P
Macros swap slowly, give yourself some time before mining at the node! Have fun beta testing :D! I'll keep updating the post with more creative use of macros!
If you play FFXIV in Windowed mode, you can simply copy and paste any macro from a browser to FFXIV.

Reply
