Buy script question

Started by Sn00ks, September 09, 2004, 07:58:57 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Sn00ks

How do you set up buy scripts with RzEs helper?
I've got it installed but only use the buy all ammo and duck jump.
Do I need to edit any particular file or what?
Examples I can plagarise would be welcome. :D
I do exactly what the little voices tell me to.

PC Specs:- Black box with some fans that go whirrr, a few lights, things inside that get warm, headphones, keyboard (a clicky one), mouse (with buttons and no squeak), disks (2-off SSD and HDD) and a monitor of sufficient proportions.

Anonymous

Here's my effort. I bound the Function keys to the various options thus a full loadout takes one keypress. I bound F1 to ezReload so I can quickly buy all the stuff I used if I didn't die

//*********************************************************
// Script by -=[dMw]=-BlueBall for RzE's CS Helper
// RzE's CS Helper by rizzuh visit:
// http://csnation.counter-strike.net/rze/aliases/
//*********************************************************

//Wait Aliases ********************************************
alias w1 "wait"
alias w2 "w1; w1; w1"
alias w3 "w2; w2; w2"

//Menu Aliases ********************************************
alias clm "w3; slot10; w3; slot10"

//Loadouts ************************************************
alias ezReload "defuser; wepitems; rze_helm; hegren; pistitems_2clip; flash; sgren; flash; clm"
alias ezPistols "deagle; ezReload; pistitems; clm"
alias ezSMG "rze_mp5; ezReload; clm"
alias ezCheapRifle "rze_team-cheap-rifle; ezReload; clm"
alias ezLightRifle "rze_team-light-rifle; ezReload; clm"
alias ezHeavyRifle "rze_team-heavy-rifle; ezReload; clm"
alias ezSniper "scout; ezReload; clm"
alias ezTeamSniper "rze_team-sniper-rifle; ezReload; clm"

Dr Sadako

You can bind all you like from the options menu within CS or CZ. :)
-=[dMw]=-Dr "Doc" Sadako

"Gravitation is not responsible for people falling in love." Albert Einstein

DuVeL

Watch out with the duck jump and walk slowly buttons. My twinbrother is sometimes stuck because of them and then he has to jump a few times to unwalk again.
Survivor of LAN V, VI, VIII, IX, X, XII, XIV, XVI, XVIII, XX, XXIV, XXX, XXXII, XXXIV and XXXVI so far...
[QUOTE]Lionheart; Grolsch to DuVeL is like spinache to Popeye [/QUOTE]
[QUOTE]Cheesepuff...A cyborg is sent from the future on a deadly mission. He has to kill Ninja_Freak, a young Man whose life will have a great significance in years to come.Ninja has only one protector - DuVeL - also sent from the future. The Terminator uses his exceptional intelligence and strength to find Ninja_Freak & attempt to terminate him.
[/QUOTE]

Anonymous

Might have a solution for your brother.

I created the following so that ducking turns of walking and walking turns off ducking. ducking or walking twice cancels itself too.

I added the following to the helper.cfg file in the RZE folder and bound keys to BBwalk and BBduck instead of walk and duck

alias BBduck "BBduck_on"
alias BBduck_on "alias BBduck BBduck_off; +rze_duck; alias BBwalk BBwalk_on; -speed"
alias BBduck_off "alias BBduck BBduck_on; -rze_duck"

alias BBwalk "BBwalk_on"
alias BBwalk_on "alias BBwalk BBwalk_off; +speed; alias BBduck BBduck_on; -rze_duck"
alias BBwalk_off "alias BBwalk BBwalk_on; -speed"

DuVeL

Can I just copy and past it in the file?
Or does it has to stand on a certain spot?

Thanks alot m8, now he's going to kill even more  ;) .
Survivor of LAN V, VI, VIII, IX, X, XII, XIV, XVI, XVIII, XX, XXIV, XXX, XXXII, XXXIV and XXXVI so far...
[QUOTE]Lionheart; Grolsch to DuVeL is like spinache to Popeye [/QUOTE]
[QUOTE]Cheesepuff...A cyborg is sent from the future on a deadly mission. He has to kill Ninja_Freak, a young Man whose life will have a great significance in years to come.Ninja has only one protector - DuVeL - also sent from the future. The Terminator uses his exceptional intelligence and strength to find Ninja_Freak & attempt to terminate him.
[/QUOTE]

Anonymous

I put it just after the walk and duck scripts like so:

alias duck_t "duck_on"
alias duck_on "alias duck_t duck_off; +rze_duck"
alias duck_off "alias duck_t duck_on; -rze_duck"

alias walk_t "walk_on"
alias walk_on "alias walk_t walk_off; +speed"
alias walk_off "alias walk_t walk_on; -speed"

alias BBduck "BBduck_on"
alias BBduck_on "alias BBduck BBduck_off; +rze_duck; alias BBwalk BBwalk_on; -speed"
alias BBduck_off "alias BBduck BBduck_on; -rze_duck"

alias BBwalk "BBwalk_on"
alias BBwalk_on "alias BBwalk BBwalk_off; +speed; alias BBduck BBduck_on; -rze_duck"
alias BBwalk_off "alias BBwalk BBwalk_on; -speed"

JB

Here's a neat solution, when you want to stop walking release the walk key, and when you want to stop ducking release the duck key.   :D

Ahh modern technology, simply marvelous.

 
 

DarkAngel

Why not do it the old fashion way and buy manually?


OldBloke

QuoteOriginally posted by DarkAngel@Sep 11 2004, 08:43 AM
Why not do it the old fashion way and buy manually?
I can't believe you said that :blink:
"War without end. Well, what was history if not that? And how would having the stars change anything?" - James S. A. Corey

Anonymous

QuoteOriginally posted by JB@Sep 11 2004, 08:40 AM
Here's a neat solution, when you want to stop walking release the walk key, and when you want to stop ducking release the duck key.   :D

Ahh modern technology, simply marvelous.
But I don't want to have to hold a key down - I prefer using a toggle it suits my dainty little fingers. Aaah JB you can only dream ;)

DuVeL

QuoteOriginally posted by JB@Sep 11 2004, 07:40 AM
Here's a neat solution, when you want to stop walking release the walk key, and when you want to stop ducking release the duck key.   :D

Ahh modern technology, simply marvelous.
Me and my bro just want to press the button to walk and release and then stay walking and with a quick press on the button run again. Much better then holding your finger on a button all the time.  ;)
Survivor of LAN V, VI, VIII, IX, X, XII, XIV, XVI, XVIII, XX, XXIV, XXX, XXXII, XXXIV and XXXVI so far...
[QUOTE]Lionheart; Grolsch to DuVeL is like spinache to Popeye [/QUOTE]
[QUOTE]Cheesepuff...A cyborg is sent from the future on a deadly mission. He has to kill Ninja_Freak, a young Man whose life will have a great significance in years to come.Ninja has only one protector - DuVeL - also sent from the future. The Terminator uses his exceptional intelligence and strength to find Ninja_Freak & attempt to terminate him.
[/QUOTE]

Phog

I buy manually and can be finished with normally 1 second to spare while freezetime is on. Practice makes perfect ;)

except when i buy a damn scout instead of a colt  :whistle:  :lmfao:
Phog

Dr Sadako

QuoteOriginally posted by Phog@Sep 11 2004, 06:00 PM
I buy manually and can be finished with normally 1 second to spare while freezetime is on. Practice makes perfect ;)

except when i buy a damn scout instead of a colt  :whistle:  :lmfao:
I think it is time we set the freeze time to zero ...  :devil:
-=[dMw]=-Dr "Doc" Sadako

"Gravitation is not responsible for people falling in love." Albert Einstein