Well I dinged 37 SCH tonight and making a new macro set for whm/sch. I cannot figure out what I'm doing wrong w/ windower macros when I have this:
input /equip Main "Pluto's staff";
input /equip Neck "Enfeebling torque";
input /ja "Dark Arts" <me>;
input /wait 1;
input /ja "Addendum: Black" <me>;
input /wait 1;
input /ma "Sleep" <t>;
input /recast "Sleep";
I keep getting a command error with Addendum: Black, and even when I have Addendum: Black up it doesn't cast sleep (though the recast part shows). Any ideas what I'm doing wrong?
*Edit* Ok After experimenting, I found a ghetto way to make this work
I made a script called schsleep.txt which is:
input /equip Main "Pluto's staff";
input /equip Neck "Enfeebling torque";
input /ja "Dark Arts" <me>;
input /wait 1;
Then in my FFXI macro I have this:
/console exec schsleep.txt
/wait 1
/ja "Addendum: Black" <me>
/wait 1
/ma "Sleep" <t>
/recast "Sleep"
This works, I just can't figure out what I'm doing wrong with the first macro I made
XI Wiki



