You will need the FFXI Windower for this.
Step 1
Go to your FFXI Directory after installing the windower and look for a folder called "scripts". Open it up and make a new folder for the job your making the macro's for. Once you create that folder, for example RDM. Make a new .txt file and call it "spell/equipment name" for whatever it is. (E.G. Poison.txt, Hexa Strike.txt).
Step 2
To make a macro line type "input /" then the command like its ingame.
Example:
(!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))):
input /ma Stoneskin <me>
input /equip Neck"Enhancing torque";
input /equip Legs"Errant slops";
input /equip Body"Errant houppelande";
input /equip Ring1"Aquamarine Ring";
input /equip Ring2"Aquamarine Ring";
input /equip Back"Rainbow Cape";
input /equip Waist"Steppe rope";
input /equip Feet"Errant pigaches";
input /equip Hands"Wise gloves";
P.S. for wait commands just put in wait.
Example:
(!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))):
input /ma Stoneskin <me>
wait 5;
input /equip Neck"Enhancing torque";
input /equip Legs"Errant slops";
input /equip Body"Errant houppelande";
input /equip Ring1"Aquamarine Ring";
input /equip Ring2"Aquamarine Ring";
input /equip Back"Rainbow Cape";
input /equip Waist"Steppe rope";
input /equip Feet"Errant pigaches";
input /equip Hands"Wise gloves";
Save the text file and your done the text file part.
Step 3
Now you have the text files showing everything you want in it. How do you get it ingame now you wonder? Go to make your macros and instead of putting in all this put in this one simple line.
Line 1 - /console exec "[Folder]\[File Name].txt
Have fun^^
Premium material?
