Raoh said:
question, can i use
equipmant with ffxi running on steam?
I think I asked before but didn't get a response.
I ask because playing as a beastmaster I carry 2 sets of gear, charm gear and attack gear, If I'm feeling bold i may even carry a third set in case I get into a party. So quick swapping is a must and equipmant adds extra lines to your swap command.
Couple things.
Windower works with Steam FFXI, it's how I play. Windower supports the use of macro scripts natively. There is absolutely no reason you would need that program over a basic text editor.
your in game macro line would look like this:
/console exec filename.txt
and the text file would be full of stuff like this:
//input /equip head "pantin taj";
input /equip head "koku. hatsuburi";
input /equip neck "ire torque +1";
input /equip ear2 "kemas earring";
input /equip ear1 "vulcan's earring";
//input /equip body "cirque farsetto +2";
input /equip body "alcd. harness +1";
input /equip hands "cirqu guanti +2";
input /equip ring1 "rajas ring";
input /equip ring2 "spiral ring";
input /equip back "pantin cape";
//input /equip back "potentia cape";
input /equip waist "crudelis belt";
//input /equip legs "cirq. pantaloni +2";
input /equip legs "kokugetsu haidate";
input /equip feet "cirque scarpe +2";
the // lines are commented out so they will not execute, I am still messing with this set.
You can get more complicated than that, add keybinds, and all sorts of stuff, but you don't need anything more than notepad to do this is what I'm getting at, and I don't know how reputable that equipmant program is. The ONLY thing that program is doing (unless it's malware) is spitting out a text file you could easily write yourself.