So I can't get my macros to work properly anyone had any luck.
At the moment I have.
http://img190.imageshack.us/img190/7436/macroea.jpg
Any help would be appreciated :P
Printable View
So I can't get my macros to work properly anyone had any luck.
At the moment I have.
http://img190.imageshack.us/img190/7436/macroea.jpg
Any help would be appreciated :P
It looks like you need to change "/job" to "/job on" if I'm reading the patch notes right.
I know it says the toggle thing, but I'm wondering if the toggle is broken.Quote:
/job [subcommand] → Toggle the job associated with your current class.
>> Subcommands:
on – Activate the associated job.
off - Deactivate the associated job.
Toggle between on and off when no subcommand is specified.
Hmm I tried that and /job on doesn't work, yet /job toggles it on and off.
Edit:- ahh hah they fixed it.
thanks :)
Wow, seriously; that's how you change jobs with a macro? Talk about an oversight. If they ever intend to have more jobs per class, then that's not going to be sufficient. I don't know why they didn't just make it /job WHM.
~_~ maybe a lack of wait after the Jade Crook is causing the macro to misfire and skip that step? That's incredibly stupid, but it's the best I got atm.
LOL, so /job on works, however it won't recognise any of the AF gear after that it will equip the neck and waist but nothing else.
Yet if i make a separate macro weapon and job change and then one for gear change it will work.
SE please fix this lol !
i got it working
weapon
wait 2
job
wait 3
gear
works perfect
I did
MH
Job
Wait 1
Gear
Works perfectly every time...
i did it that way the first time... it wouldn't work
I'm wonder if its because I'm EU, latency may be messing it up, I had no problem with Macros until Yoshi-p changed them so their was no wait between lines.
I'll try what Cascade suggested although then I don't have enough lines.
Mannequin's can't come soon enough.
ill help a bit^~^
This is my BLM macro for all 5 AF pieces, if you don't have an off hand you can put whatever in that slot.
http://i99.photobucket.com/albums/l3...e/BLMmacro.jpg
Works reliably for me^~^
and i am in EU as well.
What the OP wrote initially works fine. The main problem is this game's habit of skipping macro lines. It's rage inducing.
Greetings,
The issue of other text commands in a macro not activating after using “/job” will be addressed in patch 1.22. With this change, players will be able to use other text commands after using “/job”.
I apologize for the inconvenience, but please bear with us a bit longer as we fix this issue.
WAR:
/equip mh "Ifrit's Battleaxe"
/wait 2
/job on
/wait 3
/equip head "Fighter's Burgeonet"
/equip body "Fighter's Cuirass"
/equip legs "Fighter's Breeches"
/equip hands "Fighter's Gauntlets"
/equip feet "Fighter's Jackboots"
BLM:
/equip mh "Maleficent Mogstaff"
/wait 2
/job
/wait 3
/equip head "Wizard's Petasos"
/equip body "Wizard's Coat"
/equip legs "Wizard's Tonban"
/equip hands "Wizard's Gloves"
/equip feet "Wizard's Crakows"
WHM:
/equip mh "Malevolent Mogwand"
/wait 2
/job on
/wait 3
/equip head "Healer's Circlet"
/equip body "Healer's Robe"
/equip legs "Healer's Culottes"
/equip hands "Healer's Gloves"
/equip feet "Healer's Boots"
/equip oh "whatever shield you use"
BRD:
/equip mh "ifrit's Bow"
/wait 2
/job on
/wait 3
/equip head "Choral Chapeau"
/equip body "Choral Shirt"
/equip legs "Choral Tights"
/equip hands "Choral Ringband"
/equip feet "Choral Sandals"
MNK
/equip mh "Ifrit's Claws"
/wait 2
/job on
/wait 3
/equip head "Temple Circlet"
/equip body "Temple Cyclas"
/equip legs "Temple Gaskins"
/equip hands "Temple Gloves"
/equip feet "Temple Boots"
DRG:
/equip mh "Ifrit's Harpoon"
/wait 2
/job on
/wait 3
/equip head "Drachen Armet"
/equip body "Drachen Mail"
/equip legs "Drachen Breeches"
/equip hands "Drachen Gauntlets"
/equip feet "Drachen Greaves"
PLD:
/equip mh "Ifrit's Blade"
/wait 2
/job on
/wait 3
/equip head "Gallant Coronet"
/equip body "Gallant Surcoat"
/equip legs "Gallant Cuisses"
/equip hands "Gallant Gauntlets"
/equip feet "Gallant Sollerets"
/equip oh "whatever shield you use"
Now, I'm not sure if your client isn't working, but these work for me.
DM FTW! Nice macros for us to use Mog thanks! ;)
I use /wait 9 after the job stone is equipped. I can't stand to see the animation get interrupted when switching gear. I like to wait for the cool animation to end before changing to the AF gear.
It's good that you used some of your time to put these in here. I had to struggle with these for a while too. Just that in my case, I need to put /wait 2 after each line :( But I guess that can work better on someone elses PC.
They could maybe split the macro machine to two so that we europeans/NA get rid of /wait lines. Slower armor macro and nowadays fighting macro. Not many lines code.
stealing! ty ty for typing that out
Replace "/job" with "/job on" to ensure that if you re-use the macro (say for example it didn't fully execute, as happens from time to time in busy areas) it doesn't remove the job stone as a consequence.