Combat Medic Archive
Thread: CM Stacking Macro?
Thanks for your reply. I am familiar with the crafting macro listed in the FAQ (grinded the crafting side of combat medic using it), but I am more thinking along the lines of setting a macro up so when I use my pet to tank I can stach the mind poisons up before attacking with my rifle. I am thinking that hopefully my pet's health will be enough to be able to hold the NS Elder/Krayt/DJM off for long enough to get the poison's applied and then I can start to heal the pet.
So, if I was to put the macro on the F1 then the poisons on F2-F7 (Area Mind ABC, Mind ABC) it should hopefully work using the below:
Target your prey....
/ui action toolbarSlot01;
/pause 2;
/ui action toolbarSlot02;
/pause 2;
/ui action toolbarSlot03;
/pause 2;
/ui action toolbarSlot04;
/pause 2;
/ui action toolbarSlot05;
/pause 2;
/ui action toolbarSlot06;
/pause 2;
/ui action toolbarSlot07;
/pause 2;
/ui action toolbarSlot00;
I think I might of answered my own question lol, but I am at work so I can not try it.
Thanks for your reply. I am familiar with the crafting macro listed in the FAQ (grinded the crafting side of combat medic using it), but I am more thinking along the lines of setting a macro up so when I use my pet to tank I can stach the mind poisons up before attacking with my rifle. I am thinking that hopefully my pet's health will be enough to be able to hold the NS Elder/Krayt/DJM off for long enough to get the poison's applied and then I can start to heal the pet.
So, if I was to put the macro on the F1 then the poisons on F2-F7 (Area Mind ABC, Mind ABC) it should hopefully work using the below:
Target your prey....
/ui action toolbarSlot01;
/pause 2;
/ui action toolbarSlot02;
/pause 2;
/ui action toolbarSlot03;
/pause 2;
/ui action toolbarSlot04;
/pause 2;
/ui action toolbarSlot05;
/pause 2;
/ui action toolbarSlot06;
/pause 2;
/ui action toolbarSlot07;
/pause 2;
/ui action toolbarSlot00;
I think I might of answered my own question lol, but I am at work so I can not try it.
I'd also have to say you'd be better applying the manually. In the case of a resist you always want to get the heavy hitters on first.
If you decide to use the macro you can get out of it by using /dump if you needed to though.
Good points... Forget the looping, that really is not necesscary as stated as once they are applied then they should not need to be re-applied (must of looped it out of habit for all that grinding I have done over the months). I was taking a 2 second pause based on using halva.
Thanks for the comments.