Whether they are useful, pure laziness, or just for fun Macros add a wonderful Quality of life in any MMORPG that supports them.
Lets take the time to make one big Macro Mega thread to show off some of the useful or quirky macros you have created!
I'll start with a few of my own macros, which are mostly targeted in helping Black Mages however I'll add one fun one at the end.
Aetheral Manipulation MacroA very useful Macro for Leviathan EX this macro will help you keep moving during Body slams and keep the fire flowing!
The macro is designed to select the closest Player Character and use the Ability Aetheral Manipulation. After the skill is used and
you successfully teleported it will then select your last enemy target (leviathan). This Macro can also work outside Leviathan but it is
pretty buggy in large raids such as Crystal Tower, since it will teleport you to other alliance members.
----------------------
/macroicon "Aetherial Manipulation"
/targetpc
/action "Aetherial Manipulation"
/wait 1
/targetlastenemy
/wait 29
/echo ☆ Aether Recharge complete ☆
----------------------
Continuous SprintVery handy for Black Mages. Although I don't use this one a lot it is useful when running dungeons like Brayflox where you are always on the move.
The macro will activate sprint and then after 30 seconds reactivate sprint again. You will be using sprint a total of 7 times before having to restart the macro.
again.
----------------------
/ac "Sprint" <me>
/wait 30
/ac "Sprint" <me>
/wait 30
/ac "Sprint" <me>
/wait 30
/ac "Sprint" <me>
/wait 30
/ac "Sprint" <me>
/wait 30
/ac "Sprint" <me>
/wait 30
/ac "Sprint" <me>
/macroicon "sprint"
/echo ☆ Done Sprinting! ☆
----------------------
LibraThis is a macro I rarely use, but its kind of fun. I set it so everytime I use Blizzard III it will report back recast timers for various skills,
My Current HP and MP, and my current target. When the recast timer says (-.-) or (0:00) it means it is ready to be used.
Its a very useful macro to have when you play with your hotbars turned off (like I do)
Blizzard III Libra
----------------------
/macroicon "Blizzard III"
/ac "Blizzard III"
/echo Casting Libra Please wait...
/wait 2
/recast "Convert"
/recast "Swiftcast"
/recast "Surecast"
/recast "Raging Strikes"
/recast "Quelling Strikes"
/echo : <hp>
/echo : <mp>
/echo <t>
----------------------
Stand Alone Libra
----------------------
/echo Casting Libra
/echo ...Please wait...
/wait 2
/recast "Convert"
/recast "Swiftcast"
/recast "Surecast"
/recast "Raging Strikes"
/recast "Quelling Strikes"
/echo : <hp>
/echo : <mp>
/echo <t>
----------------------
Hot-Bar SortingWith these macros you will be able to sort your hotbar with the flick of a button. It is a very useful macro for quick hotbar sorting when entering a low level roulette, or pvp.
Keep in mind the examples below is my set up and it can change from player to player. Before getting into the macro itself i'll give you a break down of the hotbar command.
/hotbar action "skill" #? #?
In bold are commands that always stay the same.
The first thing you will want to do is specify the skill that will
be replaced. The skill goes between the quotations, so for example "Fire III"
The first #? is the hotbar number, so for example #1 is hotbar 1
The second #? is the slot number in the hotbar, so for example #2 is slot 2.
I'll give you some examples below of how my Hot-Bar sorting is like.
Low Level Dungeon Hot-Bar (Low level Roulette)
----------------------
/macroicon "Baby Behemoth" Minion
/hotbar action "Blizzard" #1 #1
/hotbar action "scathe" #1 #4
/hotbar action "thunder" #1 #5
/hotbar action "transpose" #1 #6
/hotbar action "Sleep" #1 #7
/hotbar action "Physick" #1 #8
/hotbar action "Fire II" #2 #1
/hotbar action "thunder II" #2 #3
/hotbar action "Quelling Strikes" #2 #6
----------------------
High Level Dungeon Hot-Bar (Hard/Expert level Roulette, Coil)
----------------------
/macroicon "Behemoth" Mount
/hotbar action "Blizzard III" #1 #1
/hotbar action "thunder II" #1 #5
/hotbar action "transpose" #1 #6
/hotbar action "Sleep" #1 #7
/hotbar action "Physick" #1 #8
/hotbar action "Hawk's Eye" #2 #1
/hotbar action "Aetherial Manipulation" #2 #3
/hotbar action "Quelling Strikes" #2 #6
----------------------
PvP Hot-Bar
----------------------
/macroicon "Wind-up Leader" Minion
/hotbar action "blizzard" #1 #1
/hotbar action "Phantom Dart" #1 #5
/hotbar action "Mana Draw" #1 #6
/hotbar action "Aetheric Burst" #1 #7
/hotbar action "Purify" #1 #8
/hotbar action "Night Wing" #2 #1
/hotbar action "Sleep" #2 #3
/hotbar action "Equanimity" #2 #6
----------------------
The Final Count Down!Use this macro during Crystal Tower vs King Behemoth. When King Behemoth shouts "GWRAAAAAAAAR" use it then!
----------------------
!!CAUTION!!<se.11> [ Meteor Detected ] <se.11>!!CAUTION!!
/wait 5
<se.14> Meteor in [ 5 ]...
/wait 1
<se.14> Meteor in [ 4 ]...
/wait 1
<se.14> Meteor in [ 3 ]...
/wait 1
<se.14> Meteor in [ 2 ]...
/wait 1
<se.14> Meteor in [ 1 ]...
/wait 1
!!IMPACT!! <se.10>
/wait 1
!!IMPACT!! <se.10>
----------------------