Super Speed + Super Jump Macro?


all_hell

 

Posted

I apologize if this question has been asked and answered already. I looked but couldn't find an answer, but I admit my search-fu can be weak.

I have Super Speed and Super Jump. I happily use both but I want to make a bind that will activate them together. I use Shift+G for my travel powers, and have tried

/bind shift+g "powexec_name super jump$$powexec_name super speed"

but it just plain doesn't work. It will fire off Super Jump, but not Super Speed.

Now, as I understand it, this is because the bind fires off both commands simultaneously, and since the game can't do that, it only fires off the first command.

Is there a way I can get both of these commands on one keybind? There is no "pause" that I know of or have been told of.

Thanks for the help! =)


 

Posted

You can get them on one keybind, but not one key press. You can use

/bind shift+g "PowExecToggleOn super jump$$PowExecToggleOn super speed"

Press Shift+G once, one power will toggle on. Press it again, the other power will turn on.


Global @StarGeek
ParagonWiki.com-The original is still the best!
My Hero Merit rolls
Accuracy needed for 95% ToHit spreadsheet
Forum font change stripper for Firefox/Opera/Chrome. No more dealing with poor color choices, weird fonts or microscopic text
Search Wiki Patch notes, add site:ParagonWiki.com inurl:patch_notes to your Google Search

 

Posted

Well, you can "kind of" bind to one keypress.

/bind shift+g "+down$$powexectoggleon super jump$$powexectoggleon super speed"

Assuming neither toggle is active, pressing shift+g will activate super speed. Releasing shift+g will then toggle on super jump.

Just don't press/release TOO fast, or only super speed will activate.

Also, if you're flying for some reason, you'll descend while using this bind.


 

Posted

Quote:
Originally Posted by Korith View Post
Well, you can "kind of" bind to one keypress.

/bind shift+g "+down$$powexectoggleon super jump$$powexectoggleon super speed"

Why do you have the down in there? Pretty sure it'll work with just +$$xxx.


 

Posted

Quote:
Originally Posted by Diggis View Post
Why do you have the down in there? Pretty sure it'll work with just +$$xxx.
It's worth a try that way...I thought there had been issues with +$$ in the past, though.


 

Posted

Quote:
Originally Posted by Korith View Post
It's worth a try that way...I thought there had been issues with +$$ in the past, though.
no telling if the issue will crop up again, but it's been fixed for a while. Though I haven't changed my binds back either.


 

Posted

Quote:
Originally Posted by Korith View Post
Well, you can "kind of" bind to one keypress.

/bind shift+g "+down$$powexectoggleon super jump$$powexectoggleon super speed"

Assuming neither toggle is active, pressing shift+g will activate super speed. Releasing shift+g will then toggle on super jump.

Just don't press/release TOO fast, or only super speed will activate.

Also, if you're flying for some reason, you'll descend while using this bind.
This worked! I just have to remember to hold the Shift+G down for a full second to get it to work.

(Thank You)^100!! =D