RE: Post your Macros! - Ilwe'ran - 05-05-2015
All my healers attack skills can be used while keeping the tank in target.
Scholar :
/ft = Facetarget, useful for T7.
<tt> = Target of my target.
<f> = Focus target (I often focus target on tank during EDR)
/macroerror off = Turns off the error message if the still is not available
Code: /macroerror off
/micon "Virus"
/ft
/ac "Virus" <tt>
/ac "Virus" <t>
Code: /macroerror off
/micon "Bane"
/ac "Bane" <t>
/ac "Bane" <tt>
Code: /macroerror off
/micon "Energy Drain"
/ft
/ac "Energy Drain" <tt>
/ac "Energy Drain" <t>
Code: /macroerror off
/micon "Ruin"
/ac "Ruin" <t>
/ac "Ruin" <tt>
Code: /macroerror off
/micon "Bio II"
/ac "Bio II" <tt>
/ac "Bio II" <t>
Code: /macroerror off
/micon "Bio"
/ac "Bio" <tt>
/ac "Bio" <t>
Code: /macroerror off
/micon "Miasma
/ac "Miasma" <t>
/ac "Miasma" <tt>
Healing macros (Fairy control) :
Code: /macroerror off
/micon "Rouse"
/ac "Rouse" <me>
/pac "Whispering Dawn" <me>
Code: /macroerror off
/micon "Physick"
/pac "embrace" <t>
/ac "Physick" <t>
Code: /macroerror off
/micon "Adloquium"
/pac "embrace" <t>
/ac "Adloquium" <t>
Code: /macroerror off
/micon "Succor"
/pac "Fey Illumination" <me>
/Pac "embrace" <me>
/ac "Succor" <me>
Code: /macroerror off
/micon "Sustain"
/pac "embrace" <pet>
/ac "Sustain" <me>
Others :
Code: /macroerror off
/micon "Eye for an Eye"
/ac "Eye for an Eye" <t>
/ac "Eye for an Eye" <f>
/p Eye for an Eye - 30 sec <se.9>
Code: /macroerror off
/micon "Resurrection"
/ac "Swiftcast" <me>
/ac "Resurrection" <t>
/wait 0.5
/ac "Resurrection" <t>
/p casting Resurrection on <t> !!! <se.2>
White Mage :
Code: /macroerror off
/micon "Aero"
/ac "Aero" <t>
/ac "Aero" <tt>
Code: /macroerror off
/micon "Aero II"
/ac "Aero II" <t>
/ac "Aero II" <tt>
Code: /macroerror off
/micon "Stone"
/ac "Stone II" <t>
/ac "Stone II" <tt>
/wait 0.1
/ac "Stone" <t>
/ac "Stone" <tt>
Code: /macroerror off
/micon "Fluid Aura"
/ac "Fluid Aura" <t>
/ac "Fluid Aura" <tt>
Code: /macroerror off
/micon "Cure III"
/ac "Cure III" <me>
Fisher :
Because I'm really lazy when I fish.
Code: /micon "Cast"
/ac "Hook"
/ac "Mooch"
/ac "Cast"
Miner / Botanist :
Code: /ac "Byregot's Ward" <me>
/ac "Nald'thal's Ward" <me>
/ac "Thaliak's Ward" <me>
/ac "Nophica's Ward" <me>
/ac "Llymlaen's Ward" <me>
/ac "Menphina's Ward" <me>
Mount macro :
This one is from far my favorite, it was the first thing I did when we finally could macro the mount. It does 3 things :
- If you have your chocobo up for battle or in stable, you will mount your chocobo, if not, you will mount another mount.
- Before you will mount, you will set your summon in steady mode. Which mean that your summon won't go and attack the first mob you will aggro then disappear.
- When you will dismount it will set back the summon on guard mode to protect you if a monster attack you.
Code: /macroerror off
/micon "Cavalry Drake" mount
/pac "Steady"
/mount "Cavalry Drake"
/mount "Company Chocobo"
/wait 1
/pac "Guard"
if you're playing SMN, you will probably like it as much as I do.
RE: Post your Macros! - Temmi - 05-05-2015
(05-05-2015, 09:07 AM)-snip- Wrote: OTHER IMPORTANT NOTE! (Because I find it really important to say)
Please for the love of all that is good (or bad if that's your style), DO NOT put your fancy text before your actions. Why? Because when one spams their macro hotkey/button/etc as one is wont to do, it floods the chat. Add a sound effect and I can promise there's a person who get horrible eye twitching from the following.
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
*thing actually happens now that the skill goes off*
Alternatively, try a macro like this:
/ac "thing" <target>
/party I JUST DID A THING <SE.1>
Then, spam away. It won't actually go through until your skill does, AND you can get fancy text!
I'm not entirely sure that this is accurate. My CC macros look like this:
/micon "Repose"
/mk off
/action "Repose" <t>
/party "Repose" on <t>!
/wait 1
/mk bind1 <t>
The shoutout goes through to my party as soon as I press the button, even though the shoutout is after the command text. I tend to be pretty precise with my skill-usage, so I rarely spam party chat, but it has happened. Not sure how your example is different than mine, though.
RE: Post your Macros! - Ilwe'ran - 05-05-2015
What he means (and he's right for that) is if you have your text first, the action can not go (happened to me since then I changed).
RE: Post your Macros! - Meena - 05-05-2015
._. as a healer, I only macro Mouse over things.
Mouse over means I never have to click anyone's name ever. I can just ohover over thei nameplate on the enemy/ally/party list and click mah button and it targets them.
Code: /micon "Succor"
/ac "Succor" <mo>
....Like so on and so fourth.
RE: Post your Macros! - Unnamed Mercenary - 05-05-2015
(05-05-2015, 01:32 PM)Temariah Wrote: (05-05-2015, 09:07 AM)-snip- Wrote: OTHER IMPORTANT NOTE! (Because I find it really important to say)
Please for the love of all that is good (or bad if that's your style), DO NOT put your fancy text before your actions. Why? Because when one spams their macro hotkey/button/etc as one is wont to do, it floods the chat. Add a sound effect and I can promise there's a person who get horrible eye twitching from the following.
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
*thing actually happens now that the skill goes off*
Alternatively, try a macro like this:
/ac "thing" <target>
/party I JUST DID A THING <SE.1>
Then, spam away. It won't actually go through until your skill does, AND you can get fancy text!
I'm not entirely sure that this is accurate. My CC macros look like this:
/micon "Repose"
/mk off
/action "Repose" <t>
/party "Repose" on <t>!
/wait 1
/mk bind1 <t>
The shoutout goes through to my party as soon as I press the button, even though the shoutout is after the command text. I tend to be pretty precise with my skill-usage, so I rarely spam party chat, but it has happened. Not sure how your example is different than mine, though.
I didn't show an improper macro.
The offending one that'd create my example would be:
/party I JUST DID A THING <SE.1>
/ac "thing" <target>
In the above, spamming the button does the text before the action. ...so if the action isn't ready, it will only do the text, and nothing else. It's particularly with trigger-happy button-mashers (like me), which is why I don't really macro anything that will end up in a text box.
RE: Post your Macros! - OverlordOutpost - 05-06-2015
I avoid Combat Macros like the plague, since they screw up skill queuing and lower response times.
The few macros I do use are generally <mo> (mouse over) macros for healing spells where time is of the absolute essence, and a text macro for when I resurrect someone so the other healer knows I handled it or Provoke for similar reasons.
I have a HUGE dislike of "RP" Macros for skills and any ASCII art-spam macros. Â If your skill is important enough that it's going to ping up in the chat, it better be crucial to the encounter to some degree. Â I've had people that've macro'd skills like Rage of Halone and Energy Drain and others, which goes off multiple times an encounter and just serves to spam the chat.
---
RP-wise, I have a bunch of Macros that let me use expressions and keep them up for a minute or so, as well as a Menu-System macro that let's me open up little sub-menus and quickly switch classes and access tools without having to do anything.
/hotbar copy <class> <number> <toclass> <tonumber> is utterly amazing in that regard.
RE: Post your Macros! - KitKat - 05-07-2015
I only have a handful of macros I use in combat.
Raise/Resurrection have a sound attached and a party message saying I'm raising someone.
I had mouseover Stoneskin for Turn 10, but I removed that.
I have a metric ton of crafting macros. I've got my super easy 40 durability ones, medium difficulty 40 durability ones, my 100% 2 star HQ one, my 2.5 star recipe item ones, my sub-1 star 80 durability HQ one, and so on.
RE: Post your Macros! - Menelwen - 05-07-2015
Show Content
Scholar Macros
Code: /macroicon "Ruin II"
/ac "Ruin II" <tt>
/ac "Ruin II"
Code: /macroicon "Bane"
/ac "Bane" <tt>
/ac "Bane"
Code: /macroicon "Bio II"
/ac "Bio II" <tt>
/ac "Bio II"
Code: /macroicon "Miasma"
/ac "Miasma" <tt>
/ac "Miasma"
Code: /macroicon "Bio"
/ac "Bio" <tt>
/ac "Bio"
Code: /macroicon "Ruin"
/ac "Ruin" <tt>
/ac "Ruin"
Code: /macroicon "Energy Drain"
/ac "Energy Drain" <tt>
/ac "Energy Drain"
Code: /macroicon "Eye for an Eye"
/ac "Eye for an Eye"
/p "Eye for an Eye on <t>!" <se.6>
/wait 60
/wait 60
/echo "Eye for an Eye is up!"
Code: /macroicon "Virus"
/ac "Virus" <tt>
/ac "Virus"
Code: /p <se.8> Mana song, please! Low on mana.
Code: /macroicon "Swiftcast"
/ac "Swiftcast"
/wait 2
/ac "Raise"
/p Rezzing <t>.
/a Rezzing <t>.
/p <se.9>
/wait 60
/echo Quick Rez is up!
Fun-Summons.
Code: /macroicon "Summon"
/ac "Swiftcast"
/wait 1
/ac "Summon"
/blowkiss
/wait 4
/battlemode
Code: /macroicon "Summon II"
/ac "Swiftcast"
/wait 1
/ac "Summon II"
/happy motion
/wait 4
/battlemode
Show Content
Ninja Macros
Just got Ninja to fifty today. Still figuring out what I need to add.
Code: /macroicon "Trick Attack"
/ac "Trick Attack"
/wait 20
/echo "Trick Attack/Sneak Attack available in 40 seconds."
/wait 20
/echo "Trick Attack/Sneak Attack available in 20 seconds."
/wait 10
/echo "Trick Attack/Sneak Attack available in 10 seconds."
/wait 10
/echo "Trick Attack/Sneak Attack available!"
Code: /macroicon "Sneak Attack"
/wait 20
/echo "Trick Attack/Sneak Attack available in 40 seconds."
/wait 20
/echo "Trick Attack/Sneak Attack available in 20 seconds."
/wait 10
/echo "Trick Attack/Sneak Attack available in 10 seconds."
/wait 10
/echo "Trick Attack/Sneak Attack available!"
Code: /macroicon "Kassatsu"
/ac "Kassatsu"
/wait 60
/echo "Kassatsu will be available in one minute."
/wait 30
/echo "Kassatsu will be available in 30 seconds."
/wait 20
/echo "Kassatsu will be available in 10 seconds."
/wait 10
/echo "Kassatsu is available!"
Code: /macroicon "Goad"
/ac "Goad" <tt>
/p "Goad used on <tt>! 3 Minute CD. <se.7> "
/wait 60
/wait 60
/wait 60
/p "Goad is up!
Show Content
Warrior
Code: /macroicon "Berserk"
/ac "Berserk"
/wait 18
/p Beserk ending in 2 seconds! Esuna please! <se.6>
Code: /macroicon "Mantra"
/ac "Mantra"
/p <se.10> "Mantra is up. Healing increased by 5% for 15 seconds!"
/wait 15
/p "Mantra is down."
Show Content
Monk
Code: /macroicon "Mantra"
/ac "Mantra"
/p <se.10> "Mantra is up. Healing increased by 20% for 15 seconds!"
/wait 15
/p "Mantra is down."
Show Content
Other. Not for the weak of heart.
Code: /fc <flag> S RANK
/l1 <flag> S RANK
/l2 <flag> S RANK
/l3 <flag> S RANK
/l4 <flag> S RANK
/l5 <flag> S RANK
/l6 <flag> S RANK
/l7 <flag> S RANK
/l8 <flag> S RANK
Code: /p ∧_∧
/p    ( ・ω〔::二二〔o〕      ...:;:"´''::;:,,,
/p    ノ ã¤ã€”三三三:〔[二二二二[〔O〕   ,,;;;;´."'''
/p  ⊂⌒__⊂ソ /A\ /A     '' '''''::;;::''"´
/p ――――――――――――――――――――――
/p ★ BAM! ONESHOT! ★
Code: /p       /゙ï¾ãƒ½ï½¤,,___,,ï¼ï¾žãƒ½
/p       i ノ   å·ã€€ï½€ãƒ½'
/p / ` ・  . ・  i、
/p    彡,   ミ(_,人_)彡ミ
/p ∩,  / ヽ、,      ノ
/p 丶ニ|    '"''''''''"´ ノ
/p   ∪ ⌒ ∪"  ̄ ̄ ∪
/p We win!
Code: /p   ___  __  __
/p      ))。Iï¼:: :: ï¼¼ |I。(
/p      \ ï¼¼::_::_:: ï¼ ï¼
/p      ,/::ï¼¼_((⌒) ï¼ãƒ½
/p     ï¼,ï¼¼=ニニ二二ニ=ï¼,ヽ
/p      \ / ・  . ・  ヽï¼
/p    ï¼//  ミ(_,人_)彡 I
/p  ∩/三//ヽ、,      ノ
/p      ∪⌒∪" ̄ ̄∪
/p YOU DISHONER FAMIRY
RE: Post your Macros! - SunTzu7 - 05-07-2015
I macro the hell out of everything. Since I play on PS4, and since swapping between hotbars always makes hilarious doom (Example: Warrior had Defiance on Hotbar 2 on the same spot as Heavy Swing. Number of times Defiance got turned off doing a combo - Far, far too many.), I have all my classes down to sixteen buttons.
But I think my best Macros are my Bard ones.
/micon 'Mage's Ballad'
/ac 'Mage's Ballad'
/party "There once was a healer who ran out of MP. They had so little MP, everyone died excruciating, agonizing deaths. The end. Anyway, the moral is, Mage's Ballad up."
/wait 4
/ac 'Battle Voice'
/micon 'Foe's Requiem'
/ac 'Foe's Requiem'
/party "As I play a song for thy souls, hark, thy fate sucketh. Foe's Requiem live."
/wait 4
/ac 'Battle Voice'
/micon 'Army's Paeon'
/ac 'Army's Paeon'
/party "I sing up thy skills, for the payment of many bills. Army's Paeon on."
/wait 4
/ac 'Battle Voice'
RE: Post your Macros! - Gegenji - 05-07-2015
(05-05-2015, 12:41 PM)Graeham Ridgefield Wrote: I don't actually have any at the moment. I won't rule out the possibility of using them in the future - especially when additional abilities are added - but currently I don't really struggle to use the stuff on my action bars effectively.
I did use a lot back in WoW but that was mostly because I felt that the game's combat wasn't nearly as smooth and efficient as FFXIV's is. It helps that FFXIV doesn't completely change how a class works with each new major content patch.
That's more or less how I have it. I don't use macros because I do just fine without them. I actually had to be badgered into using macros in WoW when we were pushing endgame content in order to maximize my Hunter DPS. I have no need (nor desire) to maximize in FFXIV, so I have no combat macros.
I might make some RP macros, but I'm content enough just writing out the emotes and such myself, and I can't quite think of anything that I use that is used frequently enough that I can't just type out myself. The only one I have is a little "joke" transformation macro where I can switch from Red Rabbit armor to White Rabbit under the graphics of an Oath change.
... In short, I effectively gave Chachan a joke "Trance" ability.
RE: Post your Macros! - OverlordOutpost - 05-07-2015
(05-07-2015, 01:07 PM)Gegenji Wrote: I actually had to be badgered into using macros in WoW when we were pushing endgame content in order to maximize my Hunter DPS. I have no need (nor desire) to maximize in FFXIV, so I have no combat macros.
That thankfully may never be a case, at present; Combat Macros for DPS purposes only lower your DPS because of delays and queuing.
RE: Post your Macros! - Qhora Bajihri - 05-07-2015
I have a macro for Eos, because she's so incredibly stupid I have to use her on Obey to prevent her from being stupid. Even with the macro, she ends up being stupid and not finishing it for whatever reasons she decides, but at least it's all on one hotkey I can mash.
Everything else, I do manually.
I have on occasion had macros for crafting, but they change so often, I just stopped. If it's important, I'll do it by hand. If it's not, I'll quicksynth or Steady Hand II/Rapid Synth. If it's a big deal, I'll head to google to find someone else's macro.
RE: Post your Macros! - Temmi - 05-07-2015
(05-05-2015, 06:58 PM)Unnamed Mercenary Wrote: (05-05-2015, 01:32 PM)Temariah Wrote: (05-05-2015, 09:07 AM)Unnamed Mercenary Wrote: OTHER IMPORTANT NOTE! (Because I find it really important to say)
Please for the love of all that is good (or bad if that's your style), DO NOT put your fancy text before your actions. Why? Because when one spams their macro hotkey/button/etc as one is wont to do, it floods the chat. Add a sound effect and I can promise there's a person who get horrible eye twitching from the following.
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
*thing actually happens now that the skill goes off*
Alternatively, try a macro like this:
/ac "thing" <target>
/party I JUST DID A THING <SE.1>
Then, spam away. It won't actually go through until your skill does, AND you can get fancy text!
I'm not entirely sure that this is accurate. My CC macros look like this:
/micon "Repose"
/mk off
/action "Repose" <t>
/party "Repose" on <t>!
/wait 1
/mk bind1 <t>
The shoutout goes through to my party as soon as I press the button, even though the shoutout is after the command text. I tend to be pretty precise with my skill-usage, so I rarely spam party chat, but it has happened. Not sure how your example is different than mine, though.
I didn't show an improper macro.
The offending one that'd create my example would be:
/party I JUST DID A THING <SE.1>
/ac "thing" <target>
In the above, spamming the button does the text before the action. ...so if the action isn't ready, it will only do the text, and nothing else. It's particularly with trigger-happy button-mashers (like me), which is why I don't really macro anything that will end up in a text box.
I think I'm still confused. The offensive macro you posted and mine are the same, functionally. If you mash either button for either of these macros, the text will go off in party chat regardless of if the ability is off CD or not.
Are you just saying that people should be more precise with their macros that also include text, or are you saying that macros that include text should simply not be used?
RE: Post your Macros! - Gegenji - 05-07-2015
(05-07-2015, 02:22 PM)Temariah Wrote: (05-05-2015, 06:58 PM)Unnamed Mercenary Wrote: (05-05-2015, 01:32 PM)Temariah Wrote: (05-05-2015, 09:07 AM)Unnamed Mercenary Wrote: OTHER IMPORTANT NOTE! (Because I find it really important to say)
Please for the love of all that is good (or bad if that's your style), DO NOT put your fancy text before your actions. Why? Because when one spams their macro hotkey/button/etc as one is wont to do, it floods the chat. Add a sound effect and I can promise there's a person who get horrible eye twitching from the following.
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
I JUST DID A THING <SE.1>
*thing actually happens now that the skill goes off*
Alternatively, try a macro like this:
/ac "thing" <target>
/party I JUST DID A THING <SE.1>
Then, spam away. It won't actually go through until your skill does, AND you can get fancy text!
I'm not entirely sure that this is accurate. My CC macros look like this:
/micon "Repose"
/mk off
/action "Repose" <t>
/party "Repose" on <t>!
/wait 1
/mk bind1 <t>
The shoutout goes through to my party as soon as I press the button, even though the shoutout is after the command text. I tend to be pretty precise with my skill-usage, so I rarely spam party chat, but it has happened. Not sure how your example is different than mine, though.
I didn't show an improper macro.
The offending one that'd create my example would be:
/party I JUST DID A THING <SE.1>
/ac "thing" <target>
In the above, spamming the button does the text before the action. ...so if the action isn't ready, it will only do the text, and nothing else. It's particularly with trigger-happy button-mashers (like me), which is why I don't really macro anything that will end up in a text box.
I think I'm still confused. The offensive macro you posted and mine are the same, functionally. If you mash either button for either of these macros, the text will go off in party chat regardless of if the ability is off CD or not.
Are you just saying that people should be more precise with their macros that also include text, or are you saying that macros that include text should simply not be used?
I think the implication is that it is good for people using macros with text like how both of you presented it - with the text AFTER the action and not before. That way, the text won't appear until the action completes successfully, avoiding a wall of text if you're mashing that Swiftcast/Rez macro to get it off as soon as it's off cooldown.
RE: Post your Macros! - Temmi - 05-07-2015
(05-07-2015, 03:05 PM)Gegenji Wrote: (05-07-2015, 02:22 PM)Temariah Wrote: -snip-
I think the implication is that it is good for people using macros with text like how both of you presented it - with the text AFTER the action and not before. That way, the text won't appear until the action completes successfully, avoiding a wall of text if you're mashing that Swiftcast/Rez macro to get it off as soon as it's off cooldown.
But that's not true. In my macro, with the text coming after the command, it still displays the text regardless of whether my action goes off or not.
In a recent dungeon, I was being glomped by particularly friendly mobs and tried to sleep them. In my haste, I did double tap my Repose macro within about a half-second, and despite Repose only triggering once, my alert text happened twice.
Would putting in a /wait before the text remove this issue?
Hmm... will be testing a bit when I get in game.
|