03-27-2007, 04:26 PM | #16 (permalink) | | Pai Pai Lackey Super Moderator Join Date: Feb 2003 Posts: 5,242 Style: Light - Version 6 Thanks: 4 Thanked 29x in 24 Posts Gil: 40,301 Bank: 0 Total Gil: 40,301 Donate | Re: Advanced macros? Originally Posted by Lasareth | The idea of having two currently selected target has a lot of utility, especially in beseiged (where people and npcs mysteriously disappear from time to time). However, how would someone swap in mnd equipment into that type of macro? If you want to paralyna someone, you want mp over mnd, and if you want to paralyze something you want mnd over mp (unless you're talking a huge amount of mp loss from swapping).
The only ways you can equip swap with those types of macros are:
/equip
/ma "paralyze" <stnpc>
/ma "paralyna" <stpc>
Consequence: Lose mp if you equip past max
/ma "paralyze" <stnpc>
/equip
/ma "paralyna" <stpc>
or
/ma "paralyze" <stnpc>
/ma "paralyna" <stpc>
/equip
Consequence- you're never in your mp set upon casting paralyna.
/ma "paralyna" <stpc>
/ma "paralyze" <stnpc>
/equip
Consequence- You always paralyna someone before you can paralyze an enemy.
It's just not practical and forces you to make another macro to swap to a mnd set, which is contradictory to the idea of having a single consolidated macro. That's not to say mnd macros are bad... but there's a world of problems that comes from every possible permutation of what you guys are wanting, which I think only overcomplicates things, not simplifies them. | Well my macro's I had for my BLM were of this concept:
Holder 1:
/target <st>
/echo Second <st>
Holder 2:
/paralyze <t>
/equip
Holder 3:
/paralyna <lastst>
/equip
Then I just use Holder 1 at start, the /target will hard target your first object the one that <t> will effect. The echo'd second will soft target your second object and will be the one that <lastst> will effect.
That way I can use Holder 2 to paralyze a mob that I'm hard targeting while Holder 3 will target someone like the tank that I want to keep in good shape. Yeah though I'm not that huge on rolling two contradicting things into one. I keep offensive as Offensive and defensive as Defensive.
For my RNG out of the fact that I can sometimes burn through arrows really quick I made macros of:
/equip ammo "Demon Arrow"
/equip ammo "Wind Arrow"
/equip ammo "Bodkin Arrow"
/equip ammo "Scorpion Arrow"
/ra <t>
This way he pulls whatever arrow of that group are left and uses that. Sometimes I'll pair arrows by effects and damage. | | ::Quote Selected:: | | 03-27-2007, 05:43 PM | #17 (permalink) | | Member Join Date: Aug 2005 Posts: 813 Style: Light - Version 6 Thanks: 44 Thanked 18x in 13 Posts Gil: 4,701 Bank: 0 Total Gil: 4,701 Donate | Re: Advanced macros? Hmmm... I wonder if we should ask SE if they'll increase macro lines >.> 
Yay, Ty for this Eohmer~
Quit Since August '07 Good Luck Everyone | | ::Quote Selected:: | | 03-27-2007, 06:51 PM | #18 (permalink) | | Junior Member Join Date: May 2006 Location: Bastok Posts: 371 Style: Light - Version 4 Thanks: 65 Thanked 27x in 21 Posts Gil: 1,771 Bank: 0 Total Gil: 1,771 Donate | Re: Advanced macros? Originally Posted by Alshandra | I don't know if this is the right place to ask this question, but how exactly does <lastst> <stnpc> <stpc> etc work? What exactly is it targeting? I have only really ever used <t>, it might sound newbish, but the F keys work for me, I have never had an issue with targeting mobs/party members/etc.
I worked out what /echo does from a thread where someone posted a good Provoke macro, but what does /recast do? | <t> = your target
<st> = a blue sub-target arrow which you can Tab around until you get the PC or NPC/mob you want. F-keys will also work. Then press Enter. This won't interfere with your regular target.
<stpc> = sub-target that only allows Tab-ing among PCs.
<stnpc> = sub-target that only allows Tab-ing among NPCs/mobs.
<lastst> = the command is initiated on the last <st>, <stpc>, or <stnpc> you selected
/recast "spell or ability"
gives the amount of time left before you can re-use the spell or ability | Originally Posted by Macht | | /echo Second <st> | It's a neat concept. Unfortunately, you can't use <st> in /echo.  They that can give up essential liberty to purchase a little temporary safety, deserve neither liberty nor safety. - Benjamin Franklin | | ::Quote Selected:: | | The following user says "Thank You" to Nakti for above post: | | | 03-27-2007, 11:28 PM | #19 (permalink) | | Pink Mage Brain of Knowledge Join Date: May 2006 Location: Bastok/Illinois Posts: 1,579 Style: Light - Version 6 Thanks: 154 Thanked 182x in 120 Posts Gil: 20,390 Bank: 93,879 Total Gil: 114,269 Donate | Re: Advanced macros? A further note on /recast:
/recast is not terribly useful with Job Abilities as they automatically tell you the next time you can use them if you merely attempt to use them. Spells, however, will not--they just notify you that you cannot use them at the current time which is the same message you get if they are otherwise locked out, for instance, trying to cast too quickly after using a medicine with a long usage time such as a Hi-Ether. Therefore, /recast is most frequently used with spells. | | ::Quote Selected:: | | 03-28-2007, 12:42 AM | #20 (permalink) | | That other one Join Date: Jun 2006 Location: South Australia Posts: 141 Style: Light - Version 6 My Mood: Thanks: 17 Thanked 7x in 7 Posts Gil: 3,049 Bank: 0 Total Gil: 3,049 Donate | Re: Advanced macros? Originally Posted by Sabaron | A further note on /recast:
Spells, however, will not--they just notify you that you cannot use them at the current time which is the same message you get if they are otherwise locked out, for instance, trying to cast too quickly after using a medicine with a long usage time such as a Hi-Ether. Therefore, /recast is most frequently used with spells. | Ohhhhh I see, that makes sense.
so you would use for example:
/recast "Haste"
/ma "Haste" <t>
and it would either cast the spell, or if the timer is not up, it will tell you when it is next ready? What if you put in the third line (/p Casting Haste on <t>)? Would that line still trigger if the timer is not up?
This is something I'll test out tonight after work!
Thanks  http:// cerberusatemycookies.blogspot.com | | ::Quote Selected:: | | 03-28-2007, 04:44 AM | #21 (permalink) | | Junior Member Join Date: May 2006 Location: Bastok Posts: 371 Style: Light - Version 4 Thanks: 65 Thanked 27x in 21 Posts Gil: 1,771 Bank: 0 Total Gil: 1,771 Donate | Re: Advanced macros? Originally Posted by Alshandra | so you would use for example:
/recast "Haste"
/ma "Haste" <t>
/p {Casting spell} {Haste} >> <t>
and it would either cast the spell, or if the timer is not up, it will tell you when it is next ready? What if you put in the third line (/p Casting Haste on <t>)? Would that line still trigger if the timer is not up? | If Haste is ready, you'll see
[Haste] 00:00
You start casting Haste.
{Casting spell} {Haste} >> <name>
If Haste still has 20 seconds to go, you'll see
[Haste] 00:20
Cannot cast spell at this time.
{Casting spell} {Haste} >> <name>
The /p line will display whether or not you were able to cast the spell.
(For some reason I can't remember the exact syntax of the lines right now.)
If you use <stpc> instead of <t>, ...
/recast Haste
/ma Haste <stpc>
/p {Casting spell} {Haste} >> <lastst>
If Haste isn't ready, you can ESC from the macro when you get the blue sub-target arrow. Then the /p line won't show. If Haste *is* ready, you can select your sub-target using F-keys or Tab, hit Enter, and the spell will cast and your party will know who you're Hasting. They that can give up essential liberty to purchase a little temporary safety, deserve neither liberty nor safety. - Benjamin Franklin | | ::Quote Selected:: | | The following user says "Thank You" to Nakti for above post: | | | 03-28-2007, 06:56 AM | #22 (permalink) | | Member Join Date: Jan 2004 Posts: 983 Style: Light - Version 6 My Mood: Thanks: 7 Thanked 54x in 30 Posts Gil: 3,076 Bank: 20,437 Total Gil: 23,513 Donate | Re: Advanced macros? I'm fairly certain (although not 100%) that if you put two equip macros right after the other, when you use that macro it'll swap between the two. For example
/equip body "Noble's Tunic"
/equip body "Blessed Briault"
If you're wearing Noble's, then it'll equip the Blessed Briault, but if you're already wearing Blessed Briault then it'll equip the Noble's. If someone could test this out then it may come in handy for some people.
Also, one of the most useful macros I've used as a WHM is this one:
/target <stnpc>
/assist <t>
It'll let you tab around all NPCs until you get the monster you're fighting then once you select it, it'll change the target to the player which the mob currently has hate on. It's really useful for Dynamis or other situations where there's heaps of people fighting and it's difficult to see who exactly is being hit by that big bad NM you're fighting. | | ::Quote Selected:: | | 03-29-2007, 07:02 AM | #23 (permalink) | | Junior Member Join Date: May 2006 Location: Bastok Posts: 371 Style: Light - Version 4 Thanks: 65 Thanked 27x in 21 Posts Gil: 1,771 Bank: 0 Total Gil: 1,771 Donate | Re: Advanced macros? My husband and I were curious about Macht's <st> idea and did a little testing...
While you can't use /echo to set the sub-target, you can use a fictitious /ma or /ja line.
/ma "Non-existent spell" <st>
/echo Sub-target = <lastst>
You'll get an error for the non-existent spell, but the sub-target gets set.
You can then refer to <lastst> in other macros.
btw, The sub-target info is erased when you zone.
*************************** | Originally Posted by Feenicks | I'm fairly certain (although not 100%) that if you put two equip macros right after the other, when you use that macro it'll swap between the two. For example
/equip body "Noble's Tunic"
/equip body "Blessed Briault" | I remember swapping between bait and lures this way in the past. I believe it still holds true. They that can give up essential liberty to purchase a little temporary safety, deserve neither liberty nor safety. - Benjamin Franklin | | ::Quote Selected:: | | 03-29-2007, 07:09 AM | #24 (permalink) | | Psycho Join Date: Jul 2006 Location: UK, Wales Posts: 414 Style: Dark - Version 6 My Mood: Thanks: 8 Thanked 14x in 14 Posts Gil: 3 Bank: 32,562 Total Gil: 32,565 Donate | Re: Advanced macros? Haste -
/recast "Haste"
/ma "Haste" <stpc>
Refresh -
/recast "Refresh"
/ma "Refresh" <stpc>
are what i use so i can see the casting time and it wont cast until you select a target ^^  Death shall seek you out, If death fails, I promise you, i wont. | | ::Quote Selected:: | | The following user says "Thank You" to Srxjo for above post: | | | 03-29-2007, 10:11 AM | #25 (permalink) | | Pai Pai Lackey Super Moderator Join Date: Feb 2003 Posts: 5,242 Style: Light - Version 6 Thanks: 4 Thanked 29x in 24 Posts Gil: 40,301 Bank: 0 Total Gil: 40,301 Donate | Re: Advanced macros? Originally Posted by Nakti | My husband and I were curious about Macht's <st> idea and did a little testing...
While you can't use /echo to set the sub-target, you can use a fictitious /ma or /ja line.
/ma "Non-existent spell" <st>
/echo Sub-target = <lastst>
You'll get an error for the non-existent spell, but the sub-target gets set.
You can then refer to <lastst> in other macros.
btw, The sub-target info is erased when you zone.
***************************
I remember swapping between bait and lures this way in the past. I believe it still holds true. | Hmm, intresting that echo doesn't work with it. Was that a change? That or I'm forgeting how I set that up. I'll have to check my BLM macro's again it seems.
But yeah, the sub-target is erased just as the main target would. So zoning, or when sub-target no longer exists, I can't remember exactly but I think it even happens when the sub-target does something that would cause main-target to loose focus such as changing equipment related to visual display (headgear, weapon, body, gloves, feet, legs, ranged, ammo, and sub weapon) Last edited by Macht : 03-29-2007 at 10:28 AM. | | ::Quote Selected:: | | 03-30-2007, 07:58 PM | #26 (permalink) | | That other one Join Date: Jun 2006 Location: South Australia Posts: 141 Style: Light - Version 6 My Mood: Thanks: 17 Thanked 7x in 7 Posts Gil: 3,049 Bank: 0 Total Gil: 3,049 Donate | Re: Advanced macros? Wow thank you for that, I tested the /recast and its very handy!!!
75 levels of white mage... and I never knew about it... *sheds a tear*
oh well. now i know~ and will also test the <stpc> also thanks so much for your help on this! http:// cerberusatemycookies.blogspot.com | | ::Quote Selected:: | | | Thread Tools | | | | Display Modes | Linear Mode | Posting Rules | You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -8. The time now is 12:22 PM. | | |