I don't get error message and the power in that tray and slot is triggered.
What am I doing wrong? I am unable to concat powers, I can not bind more than one tray slot to a key. am I doing something wrong or does the keybind system actually doesn't work?
When written it launches only the (0,3) power [cannon rapid fire I]. After that when I press 'p' only triggers the (0,1) power [tactical team] even with multiple keypress the (0,3) power is not triggered again. And those abilities don't share cooldown.
Is so difficult to join two abilities in a single key press? what's wrong?
This is a very useful keybind that I use to rotate between two abilities, such as two Tactical Teams, two cannon abilities, or two attack patterns. It tries to activate the first ability in the keybind (second/third numbers), and if that's still on cooldown, moves to the other (fourth/fifth numbers).
This is a very useful keybind that I use to rotate between two abilities, such as two Tactical Teams, two cannon abilities, or two attack patterns. It tries to activate the first ability in the keybind (second/third numbers), and if that's still on cooldown, moves to the other (fourth/fifth numbers).
I wonder if any other first number (2, 3, etc.) changes the firing sequence?
The first number is a <bin>, so the only options are 1 and 0. I wasn't able to figure out a successful way to chain that command in any keybinds, but multiple keybinds are fine.
The first number is a <bin>, so the only options are 1 and 0. I wasn't able to figure out a successful way to chain that command in any keybinds, but multiple keybinds are fine.
Really? I find this command easy enough to use in a keybind.
What I meant was I couldn't put the same command into a single keybind twice, althought it's been awhile since I last tried it. However, it does work with other commands.
Does not Work:
t "trayexecbytraywithbackup 1 4 0 4 1 $$ trayexecbytraywithbackup 1 4 2 4 3"
Does Work:
t "trayexecbytraywithbackup 1 4 0 4 1"
g "trayexecbytraywithbackup 1 4 2 4 3 $$ +power_exec Distribute_Shields"
Comments
p "+trayexec 0 1 $$ +trayexec 0 3"
STO Resources: <Ship Comparison - All Tiers + Small Craft + Hangar Pets> <Damage Resistance>
<R&D + Upgrade Costs> <Duty Officer Finder> <Suliban Doff Reqs> <Fleet Costs> <Rep Costs>
<Keybind Tour the Galaxy> <Fleet / Armada Management> <Currency Exchange> <Other STO Links>
/bind P "UseTraySlot0 1 $$ UseTraySlot0 3"
Works for me, at least.
No luck. The effect is the error message changes to
"TrayExec" takes 3 argument(s).
TrayExcec <int> <int> <int>
When written it launches only the (0,3) power [cannon rapid fire I]. After that when I press 'p' only triggers the (0,1) power [tactical team] even with multiple keypress the (0,3) power is not triggered again. And those abilities don't share cooldown.
Is so difficult to join two abilities in a single key press? what's wrong?
you almost had it right. change it to: p "+TrayExecByTray 0 1 $$ +TrayExecByTray 0 3" and you should be all set.
p "trayexecbytraywithbackup 1 0 1 0 3"
This is a very useful keybind that I use to rotate between two abilities, such as two Tactical Teams, two cannon abilities, or two attack patterns. It tries to activate the first ability in the keybind (second/third numbers), and if that's still on cooldown, moves to the other (fourth/fifth numbers).
STO Resources: <Ship Comparison - All Tiers + Small Craft + Hangar Pets> <Damage Resistance>
<R&D + Upgrade Costs> <Duty Officer Finder> <Suliban Doff Reqs> <Fleet Costs> <Rep Costs>
<Keybind Tour the Galaxy> <Fleet / Armada Management> <Currency Exchange> <Other STO Links>
:eek: That is!! I was unconsciously writing && instead of $$. Maybe because I program in c++ very often.
Very interesting, I will try it. Thank you.
R.I.P
The first number is a <bin>, so the only options are 1 and 0. I wasn't able to figure out a successful way to chain that command in any keybinds, but multiple keybinds are fine.
STO Resources: <Ship Comparison - All Tiers + Small Craft + Hangar Pets> <Damage Resistance>
<R&D + Upgrade Costs> <Duty Officer Finder> <Suliban Doff Reqs> <Fleet Costs> <Rep Costs>
<Keybind Tour the Galaxy> <Fleet / Armada Management> <Currency Exchange> <Other STO Links>
Really? I find this command easy enough to use in a keybind.
R.I.P
Does not Work:
t "trayexecbytraywithbackup 1 4 0 4 1 $$ trayexecbytraywithbackup 1 4 2 4 3"
Does Work:
t "trayexecbytraywithbackup 1 4 0 4 1"
g "trayexecbytraywithbackup 1 4 2 4 3 $$ +power_exec Distribute_Shields"
STO Resources: <Ship Comparison - All Tiers + Small Craft + Hangar Pets> <Damage Resistance>
<R&D + Upgrade Costs> <Duty Officer Finder> <Suliban Doff Reqs> <Fleet Costs> <Rep Costs>
<Keybind Tour the Galaxy> <Fleet / Armada Management> <Currency Exchange> <Other STO Links>