Here you can discuss your favourite macros or discuss why (or what) you dislike macros. You can also give tips and suggestions.
_____________________________
Here's a few macros and tips of my own:
Tip 1: If you have been using the pre-selected macro icons, try typing /macroicon "enter skill name here" - this will change the icon to your desired icon instead.
Tip 2: If you use a Swiftcast + Raise macro - make sure you can reach this button easily by knowing where it is, but make sure it's not easily "pressed on accident"
Tip 3: I like to give the party a small piece of information when using macros, especially when Raising or Sleeping.
-----------------------
Swiftcast + Raise/Resurrection
This will notify (mostly for the other healer) that my swiftcast has been used. So they're on the next Swiftcast duty.
-----------------------
Raise / Without Swiftcast
As you can see here, I used a different icon so that I don't get confused on which button to press when I know my Swiftcast is on cooldown. When I'm going to Raise without Swiftcast people in my party should be aware I can not heal them for 8 seconds. My icon shows Resurrection (from the Scholars) so that I don't get confused on which "Raise" to use. Having two "Raise" icons on your hotbar can be a real pain if you're not a 100% familiar with your hotbars.
-----------------------
Repose/Sleep
All my macros (party info wise) play a sound when I hit them, this notifies everyone in the chat I'm doing something. Whenever I sleep a target I've made sure to put an ignore sign over the target's head so that the DPS knows to ignore them.
-----------------------
Mark Hunt Macro
This last one isn't party related. What this does is when I target a Hunt I've found while strolling the cities of Eorzea and hit this macro it will throw out a shout for people that may need this mark. POS will mark the location on their map if they click it. It's really just to help your fellow players out.
____________________________________
These are mine so far, I'm sure I'll make more soon. I'm also working on a countdown one for the main scenario duties. Always useful when we're on the cannons.
So yeah, let's see yours!
_____________________________
Here's a few macros and tips of my own:
Tip 1: If you have been using the pre-selected macro icons, try typing /macroicon "enter skill name here" - this will change the icon to your desired icon instead.
Tip 2: If you use a Swiftcast + Raise macro - make sure you can reach this button easily by knowing where it is, but make sure it's not easily "pressed on accident"
Tip 3: I like to give the party a small piece of information when using macros, especially when Raising or Sleeping.
-----------------------
Swiftcast + Raise/Resurrection
Code:
/macroicon "Raise"
/ac Swiftcast <me>
/wait 1
/ac Raise <t>
/p Swift/Raise used on <t>. Swiftcast cooldown for 60 seconds as of right now. <se.5>
This will notify (mostly for the other healer) that my swiftcast has been used. So they're on the next Swiftcast duty.
-----------------------
Raise / Without Swiftcast
Code:
/macroicon "Resurrection"
/p Raising without Swiftcast. No action for 8 seconds! <se.11>
/ac Raise
As you can see here, I used a different icon so that I don't get confused on which button to press when I know my Swiftcast is on cooldown. When I'm going to Raise without Swiftcast people in my party should be aware I can not heal them for 8 seconds. My icon shows Resurrection (from the Scholars) so that I don't get confused on which "Raise" to use. Having two "Raise" icons on your hotbar can be a real pain if you're not a 100% familiar with your hotbars.
-----------------------
Repose/Sleep
Code:
/macroicon Repose
/p <se.11> Casting sleep on <t>. Please do not attack.
/enemysign ignore1 <t>
/ac Repose <t>
All my macros (party info wise) play a sound when I hit them, this notifies everyone in the chat I'm doing something. Whenever I sleep a target I've made sure to put an ignore sign over the target's head so that the DPS knows to ignore them.
-----------------------
Mark Hunt Macro
Code:
/macroicon Prospect
/shout Hunt found: <t> || <pos>
This last one isn't party related. What this does is when I target a Hunt I've found while strolling the cities of Eorzea and hit this macro it will throw out a shout for people that may need this mark. POS will mark the location on their map if they click it. It's really just to help your fellow players out.
____________________________________
These are mine so far, I'm sure I'll make more soon. I'm also working on a countdown one for the main scenario duties. Always useful when we're on the cannons.
So yeah, let's see yours!