Jump to content

auto click macro?


Recommended Posts

COH allows us to alt-click on 1 power, allowing that power to automatically restart when its recharge timer is reset.

Is there any way to put a 2nd power on a auto restart? Macro? slash command?

 

 

Edited by Karl
clarity
Link to comment
Share on other sites

  • 2 weeks later
On 6/6/2021 at 5:21 AM, Karl said:

COH allows us to alt-click on 1 power, allowing that power to automatically restart when its recharge timer is reset.

Is there any way to put a 2nd power on a auto restart? Macro? slash command?

 

 

I don't know if you are still trying to figure this out, as it has been a while since you asked, but the answer is no I'm afraid.

 

There are things you can try, like adding powexec_auto haste on to a bind for a power you already use very regularly, like an attack or a targeting bind and another like powexec_auto practiced brawler on to another regularly used bind and you will cycle them. It's not perfect though, as if you hit the same one twice in a row it turns off the auto toggle, so you need to pay attention and make sure you keep checking if one of them is toggled on, and also that it's on the one you need is up next.

 

As an example on one of my /SR alts I use:

/bind E "target_enemy_near$$powexec_auto hasten"

/bind Q "target_custom_next enemy alive$$powexec_auto practiced brawler"

Bopper: "resistance resists resistible resistance debuffs"

Link to comment
Share on other sites

Actually the answer is yes with caveats.  It takes a rotating keybind to make it happen.  The following four files are stored in C:\Games\Homecoming\settings\Live.   They switch between setting Hasten and Accelerate Metabolism as the Auto power as keys are pressed.  Works well enough that I can keep Phantom Army perma without much hassle, I'm lazy and don't like to keep watching my tray for when the powers are up.  

 

 

RH1.txt

w "+forward$$bindloadfilesilent RH2.txt"
a "+left$$bindloadfilesilent RH2.txt"
s "+backward$$bindloadfilesilent RH2.txt"
d "+right$$bindloadfilesilent RH2.txt"
0 "powexecslot 10$$bindloadfilesilent RH2.txt"
1 "powexecslot 1$$bindloadfilesilent RH2.txt"
2 "powexecslot 2$$bindloadfilesilent RH2.txt"
3 "powexecslot 3$$bindloadfilesilent RH2.txt"
4 "powexecslot 4$$bindloadfilesilent RH2.txt"
5 "powexecslot 5$$bindloadfilesilent RH2.txt"
6 "powexecslot 6$$bindloadfilesilent RH2.txt"
7 "powexecslot 7$$bindloadfilesilent RH2.txt"
8 "powexecslot 8$$bindloadfilesilent RH2.txt"
9 "powexecslot 9$$bindloadfilesilent RH2.txt"

 

RH2.txt

w "+forward$$powexecauto hasten$$bindloadfilesilent RH3.txt"
a "+left$$powexecauto hasten$$bindloadfilesilent RH3.txt"
s "+backward$$powexecauto hasten$$bindloadfilesilent RH3.txt"
d "+right$$powexecauto hasten$$bindloadfilesilent RH3.txt"
0 "powexecslot 10$$powexecauto hasten$$bindloadfilesilent RH3.txt"
1 "powexecslot 1$$powexecauto hasten$$bindloadfilesilent RH3.txt"
2 "powexecslot 2$$powexecauto hasten$$bindloadfilesilent RH3.txt"
3 "powexecslot 3$$powexecauto hasten$$bindloadfilesilent RH3.txt"
4 "powexecslot 4$$powexecauto hasten$$bindloadfilesilent RH3.txt"
5 "powexecslot 5$$powexecauto hasten$$bindloadfilesilent RH3.txt"
6 "powexecslot 6$$powexecauto hasten$$bindloadfilesilent RH3.txt"
7 "powexecslot 7$$powexecauto hasten$$bindloadfilesilent RH3.txt"
8 "powexecslot 8$$powexecauto hasten$$bindloadfilesilent RH3.txt"
9 "powexecslot 9$$powexecauto hasten$$bindloadfilesilent RH3.txt"

 

RH3.txt

w "+forward$$bindloadfilesilent RH4.txt"
a "+left$$bindloadfilesilent RH4.txt"
s "+backward$$bindloadfilesilent RH4.txt"
d "+right$$bindloadfilesilent RH4.txt"
0 "powexecslot 10$$bindloadfilesilent RH4.txt"
1 "powexecslot 1$$bindloadfilesilent RH4.txt"
2 "powexecslot 2$$bindloadfilesilent RH4.txt"
3 "powexecslot 3$$bindloadfilesilent RH4.txt"
4 "powexecslot 4$$bindloadfilesilent RH4.txt"
5 "powexecslot 5$$bindloadfilesilent RH4.txt"
6 "powexecslot 6$$bindloadfilesilent RH4.txt"
7 "powexecslot 7$$bindloadfilesilent RH4.txt"
8 "powexecslot 8$$bindloadfilesilent RH4.txt"
9 "powexecslot 9$$bindloadfilesilent RH4.txt"

 

RH4.txt

w "+forward$$powexecauto Accelerate Metabolism$$bindloadfilesilent RH1.txt"
a "+left$$powexecauto Accelerate Metabolism$$bindloadfilesilent RH1.txt"
s "+backward$$powexecauto Accelerate Metabolism$$bindloadfilesilent RH1.txt"
d "+right$$powexecauto Accelerate Metabolism$$bindloadfilesilent RH1.txt"
0 "powexecslot 10$$powexecauto Accelerate Metabolism$$bindloadfilesilent RH1.txt"
1 "powexecslot 1$$powexecauto Accelerate Metabolism$$bindloadfilesilent RH1.txt"
2 "powexecslot 2$$powexecauto Accelerate Metabolism$$bindloadfilesilent RH1.txt"
3 "powexecslot 3$$powexecauto Accelerate Metabolism$$bindloadfilesilent RH1.txt"
4 "powexecslot 4$$powexecauto Accelerate Metabolism$$bindloadfilesilent RH1.txt"
5 "powexecslot 5$$powexecauto Accelerate Metabolism$$bindloadfilesilent RH1.txt"
6 "powexecslot 6$$powexecauto Accelerate Metabolism$$bindloadfilesilent RH1.txt"
7 "powexecslot 7$$powexecauto Accelerate Metabolism$$bindloadfilesilent RH1.txt"
8 "powexecslot 8$$powexecauto Accelerate Metabolism$$bindloadfilesilent RH1.txt"
9 "powexecslot 9$$powexecauto Accelerate Metabolism$$bindloadfilesilent RH1.txt"

Edited by Ura Hero
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...