Medic Archive
Thread: A little macro help...
CompguyRG wrote:
ok, I attempted a macro yesterday that can make my missions a lot quicker but I couldn't get it to work, maybe someone here can help me out. This is what I ran, tell me whats wrong with it:
/loot;
/ui action cycletargetoutwards;
/attack;
/pause 2;
/ui action toolbarSlotxx
This is it exactly, so please feel free to critique away! Thanks in advance!
Wypro Starshot
The /ui action commands are case sensetive. I think it's /ui action cycleTargetOutwards
LOL
Making your missions quicker
Tell that to your Grandma...wanting to AFK-Loot the Meatlumps, don't you??
Hopefully this krap stops soon.................
CompguyRG wrote:
ok, I attempted a macro yesterday that can make my missions a lot quicker but I couldn't get it to work, maybe someone here can help me out. This is what I ran, tell me whats wrong with it:
/loot;
/ui action cycletargetoutwards;
/attack;
/pause 2;
/ui action toolbarSlotxx
This is it exactly, so please feel free to critique away! Thanks in advance!
Wypro Starshot
Well, if you're going to use this to make you're missions go quicker then you don't need to do this but if you're doing something else (aka - afk xp harvesting :-) then you should add in a
/target self;
before you do the cycleTargetOutward. If you don't then you could end up targeting a creature >65meters while you've got a ton of others in range.
Also use ctrl+shift+S to get the 360 degree scrolling.
ElijahDProphet wrote:
I have a macro for crafting I'm working on but no matter what number i puton the line
/select DraftSchematic??;
It always seems to bring up the schematic for an Action Wound Medpack A
any help in fixing this would be appreciated.
It's actually "/selectDraftSchematic XX;" Note the lack of space between "select" and "DraftSchematic", as well as the space between the number and "/selectDraftSchematic". The command parser probably just interprets "/select" as "/selectDraftSchematic 00".