How Do I . . . ?
Cpl_Hicks
Join Date: 2003-01-17 Member: 12416Members
Bind different attacks to my mouse buttons? For instance, right now I have my slot 2 assigned to my MOUSE4 button, and my slot 3 weapon assigned to my MOUSE5 button. I press the button, and the weapon selection pane opens up. Id rather it just execute the attack corresponding to that slot, not open up the weapon selection pane. Is there any command that will do this? Ive done a forum search but had no luck. Thanks for any info.
-Cpl. Hicks
-Cpl. Hicks
Comments
and the Weapon changes immeaditly
alias +attack3 "slot3; wait; +attack"
alias -attack3 "-attack"
But with the weapon delay it is unlikely to work in most cases, unfortunately.
Also for that to work you need to bind a key to "+attack3"
Raist's would require two clicks...Stoneburg's would require one...
Just do that, and if you want weapon #, just press that key.
any scripting will either suck hardcore or be nabbed by the anti scripting code
Theres no way to assign an attack to its own key. But it would be cool if you could
I know I'd find that handy <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif'><!--endemo-->
any scripting will either suck hardcore or be nabbed by the anti scripting code
Theres no way to assign an attack to its own key. But it would be cool if you could <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
I beg to differ....
I just set up a .cfg file for my skulk and fade.
With my skulk the RMB leaps and the LMB bites. It works like a charm...
With my fade the RMB blinks and the LMB swipes. again charming....
With hud_fastswitch, it made the delay almost unnoticable and it works great now. Thanks guys!
-Cpl. Hicks
any scripting will either suck hardcore or be nabbed by the anti scripting code
Theres no way to assign an attack to its own key. But it would be cool if you could <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
Anti-scripting code, eh? Care to elaborate?
btw scripts are for losers <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink.gif' border='0' style='vertical-align:middle' alt='wink.gif'><!--endemo-->
/me finds a dead horse and starts beating it.
Live and let live, I say... except in game of course.
Scripts are fun for the whole family!
any scripting will either suck hardcore or be nabbed by the anti scripting code
Theres no way to assign an attack to its own key. But it would be cool if you could <!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
I beg to differ....
I just set up a .cfg file for my skulk and fade.
With my skulk the RMB leaps and the LMB bites. It works like a charm...
With my fade the RMB blinks and the LMB swipes. again charming....
With hud_fastswitch, it made the delay almost unnoticable and it works great now. Thanks guys! <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
bind mouse2 "lastinv"
hey I have an idea, lets over complicate.
-Cpl. Hicks <!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
<!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->alias +blinkswipe "slot2; wait; wait; +attack"
alias -blinkswipe "-attack; wait; wait; slot1"
alias +leapbite "slot3; wait; wait; +attack"
alias -leapbite "-attack; wait; wait; slot1"<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
Works like a charm.
Just bind +blinkswipe to RMB. When you hold the right mouse button, you blink around and when you release it it automaticaly switches back to swipe. Clicking the LMB will cause the current weapon to attack. I found a similar set up useful for the gorge too, RMB heal spray spams and when you release it switches back to spit. You might have to adjust the number of "wait"s to get it to work right on your machine. You must have hud_fastswitch "1" on your machine or it won't work...well it will but it has to be much more complicated.
alias +attack3 "slot3; wait; +attack"
alias -attack3 "-attack"
But with the weapon delay it is unlikely to work in most cases, unfortunately. <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
Yup, stoneburgs got you covered.