ok i am trying to create a macro for my mouse button 5 so that it makes 2 tap skills 1-5 go off at once when i click mouse button 5. i keep setting it up but it dose nothing i can set it up to do just one skill using the binding option in the setup. but not by typing it up.
ok i am trying to create a macro for my mouse button 5 so that it makes 2 tap skills 1-5 go off at once when i click mouse button 5. i keep setting it up but it dose nothing i can set it up to do just one skill using the binding option in the setup. but not by typing it up.
Comments
STO uses "button #" for your mouse buttons. So, use this
/bind button 5 "+TrayExecByTray 1 0 $$ +TrayExecByTray 1 1 $$ +TrayExecByTray 1 2 $$ +TrayExecByTray 1 3"
/bind button5 "+TrayExecByTray 1 0 $$ +TrayExecByTray 1 1 $$ +TrayExecByTray 1 2 $$ +TrayExecByTray 1 3"
with no space between button and 5
thanks again for the help