Page 1 of 1
double keypress keybindings?
Posted: Tue Sep 04, 2012 8:14 am
by goothulhu99
I want to assign on my hotbar 4 special keybindings that only 4 chars will recognize when i use a /bca
So my plan is to /bca commands to them instead of using /bct, reason being to many lines of commands for one button for 4 toons. so /bca helps me get all the commands on one button, but i need to make keybindings only these 4 chars will recognize, was going to use Alt1 alt2 alt3 ect ect.. for the 10 hotkeys on their hotbar.
My question is, how do I type that out in a /bca //keypress alt1 ??
Thanks for any help

Goothulhu
Re: double keypress keybindings?
Posted: Tue Sep 04, 2012 8:47 am
by Argonas
I think you're looking for /altkey /keypress 1,
could also use the /custombind system,
or the /notify system.
Re: double keypress keybindings?
Posted: Tue Sep 04, 2012 9:10 am
by loqusiste
/keypress alt+1 should work too
Re: double keypress keybindings?
Posted: Tue Sep 04, 2012 9:35 am
by Stickybuds
i think you can make channels to send commands to as well, like a melee channel and caster channel, then send the command to that channel and only the toons in the channel will receive that command. I don't box many toons so i haven't messed around with it. Don't know much else about it.
Re: double keypress keybindings?
Posted: Tue Sep 04, 2012 10:01 am
by xilbup
/bca //dosocial
?
Re: double keypress keybindings?
Posted: Tue Sep 04, 2012 12:02 pm
by goothulhu99
IM a super newb to this stuff, and i may be going about it in a sloopy way, was wondering if sending out to many /bca would slow my guys down, or delay recations from chars, hehe
Dont know anything about channels
and im not sure about /custom bind system or /notify
I will try the command line //keypress alt+1 and see if it works

Goothulhu
Re: double keypress keybindings?
Posted: Wed Sep 05, 2012 12:37 am
by Glicknib
Doing to many bca (etc) commands to fast will cause some commands to be dropped. Only one macro at a time can send bca commands to the server. Keep that in mind as you design macros.
Re: double keypress keybindings?
Posted: Wed Sep 19, 2012 2:58 am
by kscombs093
Channels work great,
To set up channels ...
1. Go to each alt toon and type the appropriate channel... for melee toons... /bccmd channels assist and for casters it would be /bccmd channels cast
Now you can change all your command keys from /bca to the appropriate /bct channel.
*** Caster code ***
This tells everyone in channel "cast" to target your target, send in their pets and cast spell
/bct cast //target ID ${Target.ID}
/bct cast //casting 112900 -kill
/bct cast //pet attack
hope this helps