Macro Thread

pew pew pew
Post Reply
VLSmooth
Tenth Dan Procrastinator
Posts: 3055
Joined: Fri Jul 18, 2003 3:02 am
Location: Varies
Contact:

Macro Thread

Post by VLSmooth »

To help others (especially me ^_^; ) feel free to share/comment about FFXI macros in this thread.

Here are a few of mine (or will be soon):

Code: Select all

ALT  01 - Wave
          /wave <t>

ALT  02 - Point
          /point <t>

ALT  03 - Report
          /p <pos> hp:<hp> mp:<mp> tp:<tp>

CTRL 01 - Mstrike
          /ja "Mighty Strikes"

CTRL 02 - Provoke (not sure if this works, might be overridden upon executing another macro)
          /ja "Provoke" <t>
          /p Provoking <t> (30 sec reset)
          /wait 30
          /p Provoke Ready

CTRL 03 - FBlade
          /p <call1> Readying Fast Blade
          /wait 1
          /ws "Fast Blade"

CTRL 04 - Burning Blade
          /p <call1> Readying Burning Blade
          /wait 1
          /ws "Burning Blade"

CTRL 05 - Map
          /map

CTRL 06 - Follow
          /follow

nu
Chump
Posts: 61
Joined: Wed Oct 29, 2003 3:10 am

Post by nu »

Is there any kind of switch to apply that can randomly determine when something goes off? So if I have a macro to cast Fire and a cute little message to go along with it, it wouldn't -always- state the message, just sometimes..

Jonathan
Grand Pooh-Bah
Posts: 6722
Joined: Tue Sep 19, 2006 8:45 pm
Location: Portland, OR
Contact:

Post by Jonathan »

I haven't seen any conditional logic in the macro instruction set.

Post Reply