How do I make turn powers turn on at once?
Unfortunately it can't be done. A macro can deactivate multiple toggles simultaneously but can only turn one on at a time. It's an intentional bit of design that helps to prevent people from creating bots.
Wanna play a Peacebringer? Don't believe the hype. Check out my guide and get the real truth:
PEACEBRINGERS SUCK!!! (Now fully up to date for i21+

Quote:
As you heard you can't exactly do what you want, but I believe you CAN have one key turn both on with two presses... you press it once and sprint activates and a second time and NR activates.
I would like to have ninja run and sprint come on at the same time. I am assuming some kind of macro but I have no idea how to do it. Can anyone give me a hand?
![]() |
This should work, I'll admit I haven't tested it.
/bind r "powexec_toggle_on sprint$$powexec_toggle_on ninja run"
Substitute whatever key you like for "r". I use a similar macro to toggle between combat jumping and super jump or between hover and fly. Press the key once and ninja run activates, press it again and sprint activates. You can have another key to turn both powers off by using something like this:
/bind n "powexec_toggle_off sprint$$powexec_toggle_off ninja run"
Hitting the "n" key will turn off both sprint and ninja run. Again, substitute whatever key you like for "n".
COH has just been murdered by NCSoft. http://www.change.org/petitions/ncso...city-of-heroes
I would like to have ninja run and sprint come on at the same time. I am assuming some kind of macro but I have no idea how to do it. Can anyone give me a hand?