Jump to content

Whats wrong with this bind?


Chuckun

Recommended Posts

Ok firstly I want to say that I don't approve of Adrenaline. I have realised that on an adrenaline server, unless you use it, you are instantly at a disadvantage.. So I want to get into the habit of using adren on adren servers..

 

Now, I NEVER remember to do 7, click, 3 to shoot myself up with adren.. So I decided I'd make a bind to one key instead.. I use the arrow keys, not WASD so using the number keys takes longer for me..

 

I thought this would work but it doesn't seem to work..

 

set adrenhit "weaponbank 7; wait 100; +attack; wait 30; -attack; wait 100; weaponbank 3;"
bind a "vstr adrenhit"

 

What should happen: pull out adren on weaponbank 7, inject self, then change back to smg..

 

What happens instead: pull out adren, switch back to smg..

 

Can anyone point out whats wrong with this? I dont see a problem..

Link to comment
Share on other sites

try

 

bind a "+vstr adren_a adren_b"

set adren_a "weaponbank 7; wait 2; +attack"

set adren_b "-attack; weaponbank 3"

 

what happend

pull out adren on weaponbank 7, inject self, then change back to weaponbank 3

 

should be work

is a (modified) part of my cfg

 

btw. you realy use arows ? (left handed?)

how you can handle it ? all the other keys are miles away :blink:

Link to comment
Share on other sites

try

 

bind a "+vstr adren_a adren_b"

set adren_a "weaponbank 7; wait 2; +attack"

set adren_b "-attack; weaponbank 3"

 

what happend

pull out adren on weaponbank 7, inject self, then change back to weaponbank 3

 

should be work

is a (modified) part of my cfg

 

btw. you realy use arows ? (left handed?)

how you can handle it ? all the other keys are miles away :blink:

 

Thanks dude :) I'll give that a try when I go back on W:ET :)

 

I'm right handed but I have a totally custom key setup so I have crouch as the right-hand ctrl key etc.. I have prone as /, and activate, reload, and a few others are on my mousekeys..

 

The only struggle I have with my setup is weaponbanks.. But I'm considering getting a USB number pad for my laptop so that I can use those keys for weapons..

Link to comment
Share on other sites

Thanks alot for that!

Also with using different classes with 1 click, is that only for Etpro or can it work for jaymod?

I got these but dont work on jaymod. Is there a different type of way to make it work?

bind RIGHTARROW "vstr med; vstr med1"

bind LEFTARROW "vstr eng; vstr eng1"

bind DOWNARROW "vstr covertop; vstr covertop1"

bind UPARROW "vstr fieldop; vstr fieldop1"

 

Also how do you bind a key to open a cfg? Like bind i say /exec 1.cfg Or something? that doesnt work

Edited by +GoD+Prone
Link to comment
Share on other sites

Thanks alot for that!

Also with using different classes with 1 click, is that only for Etpro or can it work for jaymod?

I got these but dont work on jaymod. Is there a different type of way to make it work?

bind RIGHTARROW "vstr med; vstr med1"

bind LEFTARROW "vstr eng; vstr eng1"

bind DOWNARROW "vstr covertop; vstr covertop1"

bind UPARROW "vstr fieldop; vstr fieldop1"

 

Also how do you bind a key to open a cfg? Like bind i say /exec 1.cfg Or something? that doesnt work

 

Just do the following:

 

bind a "exec 1.cfg"

 

:)

Link to comment
Share on other sites

try

 

bind a "+vstr adren_a adren_b"

set adren_a "weaponbank 7; wait 2; +attack"

set adren_b "-attack; weaponbank 3"

 

 

 

Hmm, this seems to do the following:

 

press a once: pull out adren.. Wait ages, nothing happens..

so press a again, and now i inject myself..

 

then occasionally after 1-2 minutes, it'll change back to weapon 3.. Now i'm totally confused. Help! xD

 

EDIT:

 

I made this before for being a field op, but i've changed it for adren..

 

bind a "vstr adrentoggle"
set adrentoggle "vstr adren_a"
set adren_b "set adrentoggle vstr adren_a; weaponbank 3"
set adren_a "set adrentoggle vstr adren_b; weaponbank 7"

 

It's a simple toggle between bank 3 and 7 I'll just stick with the toggle and click mouse1 in between :) Easy enough.. I just needed something easier than numbers, as I dont have to look at the keyboard to type, but numbers I do..

Link to comment
Share on other sites

With that command i binded it mouse2. You gotta hold the button for the duration of the adre injection so its easy with mouse2. Hold it down in the process of it and see if it words then.

 

I tried that o.0 I'll give it another go shortly :)

Link to comment
Share on other sites

I just tested this, so it should work:

 

bind [key] "weaponbank 7; wait 100; +attack; wait 50; -attack; weaponbank 3"

 

Nope, that just makes me pull adren out then switch back to SMG really quick.

Link to comment
Share on other sites

I just tried it on both Jaymod and ETPro, and it works. :S

 

Are you moving while you try to do it? Try using it while standing still.

 

Nope, stood still.. On Jay..

 

I'm on 2.55 so maybe that's something to do with it.. I don't see how though.

Link to comment
Share on other sites

Hmm, this seems to do the following:

 

press a once: pull out adren.. Wait ages, nothing happens..

so press a again, and now i inject myself..

 

then occasionally after 1-2 minutes, it'll change back to weapon 3.. Now i'm totally confused. Help! xD

 

EDIT:

 

I made this before for being a field op, but i've changed it for adren..

 

bind a "vstr adrentoggle"
set adrentoggle "vstr adren_a"
set adren_b "set adrentoggle vstr adren_a; weaponbank 3"
set adren_a "set adrentoggle vstr adren_b; weaponbank 7"

 

It's a simple toggle between bank 3 and 7 I'll just stick with the toggle and click mouse1 in between :) Easy enough.. I just needed something easier than numbers, as I dont have to look at the keyboard to type, but numbers I do..

 

 

impossible :(

try to hold the button down :)

 

it works fine for me.

and it makes no difference whether I stand or walk

Edited by stabak
Link to comment
Share on other sites

Just tried it out with holding it :)

 

On Jay 2 it works as expected; only it needs an extra -attack at the end because it kept firing when it went back to SMG..

 

However, on Jay 3 where you have two weapons on slot 3, it doesn't work.. it simply pulls out adren, switches back to smg, then keeps alternating between MP40 and Tompson.. So cant use it there..

 

Anyways, thanks guys :) I'm ok now :D

 

Chuck

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.