Game Guides Archive
Thread: ARE YOU A MACRO STUD? I NEED SOME HELP PLEASE......
Fortunate wrote:
I think your problem might be is that you have an attack command right after you switch weapons. You aren't factoring in the weapons delay. It shoudl be.
/ui action toolbarSlot00;
/pause 5;
/attack;
My thoughts exactly.
I think you need to put a pause after switching weapons.
Also, to the original poster: /attack; /attack; /attack is the same thing as like /sit; /sit; /sit.
You only need to put /attack once in your macro to have your character start shooting non-special attacks. Just put a /pause after the first /attack and you will be ok.
Special attacks are a different story. /bodyshot2 will only shoot once, then afterwards, you start shooting non-specials.
Personally, I would advise you to set up different macros for different weapons. It will take up more slots on your toolbar, but you can customize your attacks depending on your opponent.A quick CTRL+TAB should be easy enough to press while you're shooting anyway.
Example:
macro 1 = switch toSTUN damage pistol and shoot bodyshot1 and 2.
macro2 = switch toHEAT damage pistol and shoot bodyshot1 and 2.
macro3 = switch toENERGY damage carbine and shoot actionshot1 and 2.
macro4 = switch toBLAST damage rifle and shoot mindshot1 and 2.