is it posible to make a macro that will cast absorb-str, absorb-agi, absorb-vit, and absorb-dex, in one macro?
Announcement
Collapse
No announcement yet.
Absorb macro
Collapse
X
-
Re: Absorb macro
Between the needed wait statements, the most you'll get in would be 3 spells in on macro.
- Thanks 0
Comment
-
Re: Absorb macro
/ma "Absorb Str" <t>
/wait 5
/ma "Absorb Dex" <t>
/wait 5
/ma "Absorb Mnd" <t>
*****macro hax on google*****
/wait 5
/ma "Absorb Agi" <t>75 Mnk Sam | 70 Drk | 40 Blm | 37 Nin Rng Thf War
Woodworking 91.9+2
ZM:Complete CoP:Complete ToAU:27
- Thanks 0
Comment
-
Re: Absorb macro
If you don't mind your macro keeping you from using any other macros/commands until you're done with it (and if you're trying to do this to begin with, I doubt you do):
/ma "Absorb-STR" <stnpc>
/ma "Absorb-DEX" <stnpc>
/ma "Absorb-MND" <stnpc>
/ma "Absorb-AGI" <stnpc>
Hit Enter/Confirm for STR to cast, wait until it's done, hit Enter/Confirm to start DEX, etc.Ellipses on Fenrir
There is no rush. If you're not willing to take your time, don't be surprised when no one wants to give you much of theirs.
,
. . .
- Thanks 0
Comment
-
Re: Absorb macro
Originally posted by Ellipses View Post
/ma "Absorb-STR" <stnpc>
/ma "Absorb-DEX" <stnpc>
/ma "Absorb-MND" <stnpc>
/ma "Absorb-AGI" <stnpc>
Hit Enter/Confirm for STR to cast, wait until it's done, hit Enter/Confirm to start DEX, etc.FFXIV Balmung Server
Tenro Matashi
PLD|GLD - MIN|BOT - ALC|ARM|BSM|CRP|GSM|LTW|WVR
- Thanks 0
Comment
-
Re: Absorb macro
No, it works. You can put up to 6 JA/MA/WS commands in a macro that way if you so wished, assuming you waited the appropriate amount of time before you selected the next spell's target. Basically, you do the /waits manually.
- Thanks 0
Comment
-
Re: Absorb macro
Yep, just have to do the waits manually. This is how I roll with Protectra/Shellra (since <stpc> defaults to self if you have an NPC or nothing targeted).
/p (Gather together.) (Protectra) / (Shellra)
/ma "Protectra" <stpc> (Manually wait for party to actually gather, then hit enter.)
/ma "Protectra" <stpc> (Manually wait for Protectra to finish, then hit enter to start Shellra.)
For the absorbs, I'd assume you'd already be auto-attacking or at least /ta <bt> so you don't need to worry about finding the right target.Ellipses on Fenrir
There is no rush. If you're not willing to take your time, don't be surprised when no one wants to give you much of theirs.
,
. . .
- Thanks 0
Comment
-
Re: Absorb macro
I'd also like to point out that while hitting (Cancel) while the game asks you for a target will cancel the rest of the macro, you can "skip" a spell by attempting to cast it while you're already mid-spell or before the 3 second wait between spells is over, or by choosing an invalid target (for JAs you have to choose invalid targets since they're instant.)
- Thanks 0
Comment
Comment