Killing Ifrit - a Final Fantasy community: Macro help - Killing Ifrit - a Final Fantasy community

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Macro help

#1
User is offline   Teliko 

  • Lost in Valkrum
  • Pip
A while ago I saw someone post a reply on using macros to be able to utilize both cure clogs and blessed feet. I can not remeber where I saw it but i'm curious to see how that would be set up. I currently use rostrum pumps full time for the fast cast and mnd but the clogs and -enm would be even better! My apologies if this has been asked before I couldn't find anything about it. If it helps to know I play on a pc and use windowed macros, however I do not use spellcast. Just wondering if it's a wait command or whether it goes inside the script or actually in the macro space. Feel free to be as specific as you can. Thanks very much!
0

#2
User is offline   Pergatory 

  • Greedalox
  • PipPipPipPipPip

View PostTeliko, on 02 September 2009 - 10:22 AM, said:

A while ago I saw someone post a reply on using macros to be able to utilize both cure clogs and blessed feet. I can not remeber where I saw it but i'm curious to see how that would be set up. I currently use rostrum pumps full time for the fast cast and mnd but the clogs and -enm would be even better! My apologies if this has been asked before I couldn't find anything about it. If it helps to know I play on a pc and use windowed macros, however I do not use spellcast. Just wondering if it's a wait command or whether it goes inside the script or actually in the macro space. Feel free to be as specific as you can. Thanks very much!


It's pretty easy, you just need to start the cast in Cure Clogs and finish it in Blessed Pumps, like so:

/equip feet "Cure Clogs"
/ma "Cure III" <stpc>
/wait 1
/equip feet "Blessed Pumps"

The /wait is important, not because you need to swap after the cast starts, but due to how FFXI reads macros. Something like this would work just as well:
/equip feet "Cure Clogs"
/ma "Cure III" <stpc>
/equip body "Noble's Tunic"
/equip feet "Blessed Pumps"

However, this would generally not work:
/equip feet "Cure Clogs"
/ma "Cure III" <stpc>
/equip feet "Blessed Pumps"

The reason is because FFXI would interpret your two foot swaps as a toggle, similar to this:
/equip body "Noble's Tunic"
/equip body "Cleric's Briault"

If you use the above macro while wearing Nobles, it'll equip Clerics. If you use it while wearing Clerics, it'll equip Nobles. Whichever one you aren't wearing, it will equip. This is how it would interpret the very first macro I gave you if you were to remove the /wait.
0

#3
User is offline   Teliko 

  • Lost in Valkrum
  • Pip
Great, thanks for the help! Gonna see if I can do this for that new campaign cure waist piece and my p. rope! : )
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic


Similar Topics Collapse

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users