test content
What is the Arc Client?
Install Arc
Options

Spambar Troubles

khayuungkhayuung Member Posts: 1,876 Arc User
edited October 2013 in Controls and User Interface
I'm not sure if its my non-existent programming skills, but I seem to have broken my spambar.

I built a bindfile that when loaded would bind this to Spacebar:

Space "GenSendMessage HUD_Root FireAll$$+trayExecBytray 6 0$$+trayexecbytray 6 1$$+trayexecbytray 6 2$$+trayexecbytray 6 3$$+trayexecbytray 6 4$$+trayexecbytray 6 5$$+trayexecbytray 6 6$$+trayexecbytray 6 7$$+trayexecbytray 6 8$$+trayexecbytray 6 9$$+trayExecBytray 7 0$$+trayExecBytray 7 1$$+trayExecBytray 7 2$$+trayExecBytray 7 3$$+trayExecBytray 7 4$$+trayExecBytray 7 5$$+trayExecBytray 7 6$$+trayExecBytray 7 7$$+trayExecBytray 7 8$$+trayExecBytray 7 9$$+power_exec Distribute_Shields"

However, I've not seen any of my Row 8 skills fire off (row 7 and weapons fire as normal). And I think the spacebar stopped distributing shields too.

Is there something wrong with my coding?


"Last Engage! Magical Girl Origami-san" is in print! Now with three times more rainbows.

Support the "Armored Unicorn" vehicle initiative today!

Thanks for Harajuku. Now let's get a real "Magical Girl" costume!
Post edited by khayuung on

Comments

  • Options
    adamkafeiadamkafei Member Posts: 6,539 Arc User
    edited October 2013
    Try:

    Space "GenSendMessage HUD_Root FireAll $$ +trayExecBytray 6 0 $$ +trayexecbytray 6 1 $$ +trayexecbytray 6 2 $$ +trayexecbytray 6 3 $$ +trayexecbytray 6 4 $$ +trayexecbytray 6 5 $$ +trayexecbytray 6 6 $$ +trayexecbytray 6 7 $$ +trayexecbytray 6 8 $$ +trayexecbytray 6 9 $$ +trayExecBytray 7 0 $$ +trayExecBytray 7 1 $$ +trayExecBytray 7 2 $$ +trayExecBytray 7 3 $$ +trayExecBytray 7 4 $$ +trayExecBytray 7 5 $$ +trayExecBytray 7 6 $$ +trayExecBytray 7 7 $$ +trayExecBytray 7 8 $$ +trayExecBytray 7 9 $$ +power_exec Distribute_Shields"

    With the spaces it should work, you should also be aware that excessively long binds like this take a few seconds to activate and are liable to missing skills within them, I try not to bind more than one row of my action bar along with my weapons and shield distro.
    ZiOfChe.png?1
  • Options
    allen78j20stoallen78j20sto Member Posts: 41 Arc User
    edited October 2013
    I had the same troubles and ended up using a keybind program from Federation Emergency Services:

    http://www.ifes.us/ <
    main site

    http://www.ifes.us/index.php/sto-utilities/sto-pvp/2013-03-21-13-23-43 <
    download

    It has a tutorial video built in to the program. VERY customizable. Makes it easy.
  • Options
    khayuungkhayuung Member Posts: 1,876 Arc User
    edited October 2013
    Wow, thanks guys!

    I decided to cut down to 15 executetrays as well as add the spaces. Seems to be working fine now. :D


    "Last Engage! Magical Girl Origami-san" is in print! Now with three times more rainbows.

    Support the "Armored Unicorn" vehicle initiative today!

    Thanks for Harajuku. Now let's get a real "Magical Girl" costume!
Sign In or Register to comment.