Asking for help with a bind: Spirnt & Ninja Run
There isn't a way to activate and deactivate BOTH with one button without using bind files.
Create a text file. Place the following contents in (replace KEYNAME with a key, like L or SHIFT+Z, whatever)
KEYNAME "+$$powexectoggleon Sprint$$powexectoggleon Ninja Run$$bindloadfilesilent C:\Path\To\File1.txt"
Create a second text file.
KEYNAME "powexectoggleoff Sprint$$powexectoggleoff Ninja Run$$bindloadfilesilent C:\Path\To\File2.txt"
Paragon Wiki: http://www.paragonwiki.com
City Info Terminal: http://cit.cohtitan.com
Mids Hero Designer: http://www.cohplanner.com
Good enough.
Oh, and thank you.
^_^
Tried it just now. It's not working. It swaps between the two, not turning them both on and off at the same time.
This is how I have my binds set up. As you found out, you can't turn on 2 powers at once, but you can turn off as many as you want. So I use separate key presses.
This is what I use for a character with just Ninja Run for travel:
F "powexecname Ninja Run" SHIFT+F "powexecname Sprint" lalt+F "powexectoggleoff Sprint$$powexectoggleoff Ninja Run" |
There is one thing you can try to get both on at once, but I am not sure it will work.
<key> "powexecname Sprint$$powexectoggleon Ninja Run"
That may turn them both on, although I don't think so. And it can only turn off Sprint, since the Ninja Run command is only for turning on. And if Sprint is already on, it would turn it off as Ninja Run was turned on.
Justice Blues, Tech/Tank, Inv/SS
----------------------
Fighting The Future Trilogy
----------------------

Oh well then.
I have the two bound to separate buttons. I was hoping I could reduce it to just one, but I can live without.
This is what I do for my SR toggles:
/bind g "powexec_toggleon Evasion$$powexec_toggleon Focused Senses$$powexec_toggleon Focused Fighting" /bind shift+c "powexec_toggleoff Evasion$$powexec_toggleoff Focused Senses$$powexec_toggleoff Focused Fighting
I recommend you do the following:
/bind KEY "powexec_toggleon Ninja Run$$powexec_toggleon Sprint"
/bind shift+KEY "powexec_toggleoff Ninja Run$$powexec_toggleoff Sprint"
Press your chosen key twice to turn them both on, then hold shift and press it again to turn them both off.

((When using a chaining bind like this, remember that they activate from the right-most command and work their way left.))
Main Hero: Chad Gulzow-Man (Victory) 50, 1396 Badges
Main Villain: Evil Gulzow-Man (Victory) 50, 1193 Badges
Mission Architect arcs: Doctor Brainstorm's An Experiment Gone Awry, Arc ID 2093
-----
You *CAN* execute two powers with one push, by utilizing keypress/key release just like I said. I just had the grouping wrong (the toggles need to be separated to function properly). Four files, one press to turn on, one press to turn off. I tried to make it so that toggleoff was one file but it kept hiccuping if I held the button too long - separating those out made the cycle much smoother.
Originally Posted by sprint-on.txt
P "+$$powexectoggleon Sprint$$bindloadfilesilent G:\City\ninjarun-on.txt"
|
Originally Posted by ninjarun-on.txt
P "+$$powexectoggleon Ninja Run$$bindloadfilesilent G:\City\sprint-off.txt"
|
Originally Posted by sprint-off.txt
P "+$$powexectoggleoff Sprint$$bindloadfilesilent G:\City\ninjarun-off.txt"
|
Originally Posted by ninjarun-off.txt
P "+$$powexectoggleoff Ninja Run$$bindloadfilesilent G:\City\sprint-on.txt"
|
Originally Posted by reset.txt
SHIFT+P "powexectoggleoff Ninja Run$$powexectoggleoff Sprint$$bindloadfile G:\City\sprint-on.txt"
|
Paragon Wiki: http://www.paragonwiki.com
City Info Terminal: http://cit.cohtitan.com
Mids Hero Designer: http://www.cohplanner.com
Make sure to push and release the key somewhat slowly, so that the bind doesn't hiccup. The powexecs and bindload happen at the same time so if you press it too fast, it might skip one or the other, which screws up the order. A good idea to create a reset key to start it all over again - something to either turn everything off and load up sprint-on, the beginning of the loop:
|
Justice Blues, Tech/Tank, Inv/SS
----------------------
Fighting The Future Trilogy
----------------------

Not a bind expert, so hoping someone can help. I'm trying make a bind for Button 5 to activate and deactivate Sprint and Ninja Run with a single button. I made a few attempts, but hasn't worked.
Help?