test content
What is the Arc Client?
Install Arc

Binding mouse button to multiple skills

SystemSystem Member, NoReporting Posts: 178,019 Arc User
edited January 2011 in Controls and User Interface
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.

this is what i have been typing in.

/bind mouse button 5 "+trayexecbytray 1 0 $$ +TrayExecByTray 1 1 $$ +TrayExecByTray 1 2 $$ +TrayExecByTray 1 3"
Post edited by Unknown User on

Comments

  • Archived PostArchived Post Member Posts: 2,264,498 Arc User
    edited January 2011
    uwantjesse wrote:
    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.

    this is what i have been typing in.

    /bind mouse button 5 "+trayexecbytray 1 0 $$ +TrayExecByTray 1 1 $$ +TrayExecByTray 1 2 $$ +TrayExecByTray 1 3"

    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"
  • Archived PostArchived Post Member Posts: 2,264,498 Arc User
    edited January 2011
    thanks for the help after i messed around with it a bit i found out it actualy

    /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
Sign In or Register to comment.