putting /console exec and // commands in ffxi macros is not the proper way to do windower macros, the keys themselves are normally bound to aliases which are then assigned to text files to execute what gearswaps/spells that you have. so its not going to affect the majority of windower macro users. the few that do put /console exec in their ffxi macros, will just start making key binds
Code:
bind ^1 ctrl1;
bind ^2 ctrl2;
bind ^3 ctrl3;
bind ^4 ctrl4;
bind ^5 ctrl5;
bind ^6 ctrl6;
Code:
alias ctrl1 exec whm/cureiii.txt;
alias ctrl2 exec whm/cureiv.txt;
alias ctrl3 exec whm/curev.txt;
alias ctrl4 exec whm/regenii.txt;
alias ctrl5 exec whm/regeniii.txt;
alias ctrl6 exec whm/erase.txt;
i will expound :D
Code:
input /ma "Cure IV" <t>;
wait 0.1;
lstaff;
enmity;
wait 2.6;
idle;
Code:
alias mana exec whm/mana.txt;
alias mnd exec whm/mnd.txt;
alias mon exec whm/mon.txt;
alias moff exec whm/moff.txt;
alias enmity exec whm/enmity.txt;
alias wde exec whm/wde.txt;
alias div exec whm/div.txt;
alias sdiv exec whm/sdiv.txt;
alias curep exec whm/curep.txt;
alias curevp exec whm/curevp.txt;
Code:
alias astaff input /equip main "Auster's Staff";
alias estaff input /equip main "Earth Staff";
alias dstaff input /equip main "Dark Staff";
alias fstaff input /equip main "Fire Staff";
alias wstaff input /equip main "Water Staff";
alias lstaff input /equip main "Apollo's Staff";
alias istaff input /equip main "Aquilo's Staff";
alias tstaff input /equip main "Thunder Staff";
alias wand input /equip main "Mythic Wand +1";
though akll of this is made obsolete by spellcast ; ;