Asura.Kaitaru said:
Is there a reason you have a /wait 1 script In each of your scripts prior to the last item? Also I see your mixing FFXI commands with your Scripts and not including casted skill in your scripts, is that because it doesnt work well?
I figured delays would be needed due to lag but I just can seem to get a full chain affinity script going right, can i get an example?
Reason I use wait commands before my headpiece is because In some of my macros I switch to a royal cloak, and if you try to macro straight into a new head and body piece when you've been wearing a hooded cloak it tends to only switch in one piece.
Without having any knowledge on BLU at all I'd assume:
Code
/console exec WS.txt /wait x
/ws "Weapon skill" <t> /wait x
/ja "Chain affinity" <me> /wait x
/console exec otherws.txt /wait x
/ma "Spell" <t>
it's normally good to wait anything from 0.5 to 3 seconds between JA's depending on whether you're changing gear for the JA.
Like for example my MNK WS macro was
Code
/console exec boost.txt /wait 2
/console exec multihit.txt
/ws "Asuran Fists" <t> /wait 1.5
/console exec tp.txt
My boost script was
Code
input /equip hands "Temple Gloves";
input /ja "Boost" <me>;