Author Topic: Ummmmmmmmm, Binding![SOLVED] THANKS KIWI!!!!  (Read 11377 times)

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: Ummmmmmmmm, Binding!
« Reply #30 on: January 16, 2010, 03:24:47 am »
 ;) great idea and concept, but name spam protection stops that in its tracks :/
you could easily make it so you have to confirm your name befor you change it, with enter perhaps.

Warm Regards,
Kiwi

StevenM

  • Posts: 292
  • Turrets: +40/-33
Re: Ummmmmmmmm, Binding!
« Reply #31 on: January 16, 2010, 04:16:23 am »
thats pretty much how it works kiwi. O cycles through, I selects the name. So i can cycle through as many names as i need and when i eventually reach the 1 i want, i simply hit I and it will rename to that alias.

im just giving him some of my scripts/binds to look at from another perspective, too see if he can figure out his problem.

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: Ummmmmmmmm, Binding!
« Reply #32 on: January 16, 2010, 04:25:48 am »
Ok, sorry.  I didn't quite read thew them :-\ my bad.

But I think I found your problem.  I fixed your autoexec.cfg and posted it bellow(http://pastebin.com/fa10e8ea):
Code: [Select]
set talk1 "say "^2H^7e^2l^7l^2o""
set talk2 "say "^2G^7o^2o^7d^2b^7y^2e""
set talk3 "say "^1My generic yes bind""
set talk4 "say "^1My generic no bind""
set talk5 "say "^3My generic ''You have just been owned'' bind""
set talk6 "say "^3My generic ''I fail more that your mom last night'' bind""
set talk7 "say "^5:)""
set talk8 "say "^5:(""
set talk9 "say "^2<^7(^2^^6_^2^^7)^2>""
set talk0 "say "^7<^2(^7-^2_^6-^2)^7>""
set talk "bind 1 "vstr talk1"; bind 2 "vstr talk2"; bind3 "vstr talk3"; bind4 "vstr talk4"; bind 5 "vstr talk5"; bind 6 "vstr talk6"; bind 7 "vstr talk7"; bind 8 "vstr talk8"; bind 9 "vstr talk9"; bind 0 "vstr talk0""

set name1 "name "^2Reapd ^1IS AFK"; say "^4I'll be back.......""
set name2 "name "^2Reapd ^3IS EATING"; say "^1I'm eating, ^5NOM NOM NOM NOM""
set name3 "name "^2Reapd^7[EBSF-C]""
set name "bind 1 "vstr name1"; bind 2 "vstr name2"; bind 3 "vstr name3""

set admin1 "!listplayers"
set admin2 "!allready"
set admin3 "!lock a"
set admin4 "!lock h"
set admin5 "!pause"
set admin6 "!unpause"
set admin "bind 1 "vstr admin1"; bind 2 "vstr admin2"; bind 3 "vstr admin3"; bind 4 "vstr admin4"; bind 5 "vstr admin5"; bind 6 "vstr admin6""

set alien1 "class builderupg; class builder"
set alien2 "class level0"
set alien3 "class level1"
set alien4 "class level1upg"
set alien5 "class level2"
set alien6 "class level2upg"
set alien7 "class level3"
set alien8 "class level3upg"
set alien9 "class level4"
set alien "bind 1 "vstr alien1"; bind 2 "vstr alien2"; bind 3 "vstr alien3"; bind 4 "vstr alien4"; bind 5 "vstr alien5"; bind 6 "vstr alien6"; bind 7 "vstr alien7"; bind 8 "vstr alien8"; bind 9 "vstr alien9""
set human1 "class ackit; class ckit; sell weapons; sell battpack; buy ackit; buy ckit"
set human2 "class rifle; sell weapons; sell upgrades; sell battpack; buy rifle"
set human3 "sell weapons; sell battpack; buy shotgun; buy rifle"
set human4 "sell weapons; buy lgun; buy battpack; buy rifle"
set human5 "sell weapons; buy mdriver; buy battpack; buy rifle"
set human6 "sell weapons; sell battpack; buy chaingun; buy rifle"
set human7 "sell weapons; buy prifle; buy battpack; buy rifle"
set human8 "sell weapons; buy lcannon; buy battpack; buy rifle"
set human9 "sell bsuit; buy helmet; buy larmour"
set human0 "sell upgrades; buy bsuit; buy helmet; buy larmour"
set human "bind 1 "vstr human1"; bind 2 "vstr human2"; bind 3 "vstr human3"; bind 4 "vstr human4"; bind 5 "vstr human5"; bind 6 "vstr human6"; bind 7 "vstr human7"; bind 8 "vstr human8"; bind 9 "vstr human9"; bind 0 "vstr human0""

set unbind "unbind 1; unbind 2; unbind 3; unbind 4; unbind 5; unbind 6; unbind 7; unbind 8; unbind 9; unbind 0"

bind k "echo "Talk Binds:; vstr unbind; vstr talk""
bind l "echo "Name Binds:; vstr unbind; vstr names""
bind SEMICOLON "echo "Admin Commands:; vstr unbind; vstr admin""
bind . "echo "Alien Commands:; vstr unbind; vstr alien""
bind , "echo "Human Commands:; vstr unbind; vstr human""

Hope this helps,
Kiwi

Also I know I didn't need to put the pastebin and post the data, but I figured I should for when pastebin expires.

Reapd**[Contra]

  • Guest
Re: Ummmmmmmmm, Binding!
« Reply #33 on: January 16, 2010, 04:35:06 am »
OK!!!!!!! Well, the binds work now, but the cvars still don't exist, probably because of the unknown cmd s message i keep getting.
Thanks for all the help guys!!!
~Reapd

StevenM

  • Posts: 292
  • Turrets: +40/-33
Re: Ummmmmmmmm, Binding!
« Reply #34 on: January 16, 2010, 09:58:03 pm »
you should try stripping down your autoexec to the bare minimum and keep adding in different lines to see where the problem is. just glancing at it i cant see where the unknown cvar is. I would try just look at it a bind at a time, should narrow it down to a section of your binds or even a single line which should be an easy fix.

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: Ummmmmmmmm, Binding!
« Reply #35 on: January 17, 2010, 01:06:51 am »
Quote
bind k "echo "Talk Binds:; vstr unbind; vstr talk""
bind l "echo "Name Binds:; vstr unbind; vstr names""
bind SEMICOLON "echo "Admin Commands:; vstr unbind; vstr admin""
bind . "echo "Alien Commands:; vstr unbind; vstr alien""
bind , "echo "Human Commands:; vstr unbind; vstr human""
should be
Quote
bind k "echo "Talk Binds:"; vstr unbind; vstr talk"
bind l "echo "Name Binds:"; vstr unbind; vstr names"
bind SEMICOLON "echo "Admin Commands:"; vstr unbind; vstr admin"
bind . "echo "Alien Commands:"; vstr unbind; vstr alien"
bind , "echo "Human Commands:"; vstr unbind; vstr human"
you only want to quote what your echoing.

Warm Regards,
Kiwi

Also, you were talking about your building binds, and you can find them here.  You should change the highlighted line to use another key instead of f6 because your on a mac.

Reapd**[Contra]

  • Guest
Re: Ummmmmmmmm, Binding!
« Reply #36 on: January 17, 2010, 04:55:03 am »
Thanks for all the help guys! Kiwi and I got it to work, but if it wasn't for you guys we wouldn't have actually gotten it!! And thanks for the binds Kiwi but I wrote my own, thanks. :)

~Reapd

Here's my building binds, I have separate ones for A and H:
Code: [Select]
seta abuild1 "build overmind; say_team ^1One OM coming up!!"
seta abuild2 "build eggpod; say_team ^1One Egg coming up!!"
seta abuild3 "build acid_tube; say_team ^1One Acid coming up!!"
seta abuild4 "build barricade; say_team ^1One Cade coming up!!"
seta abuild5 "build booster; say_team ^1One Booster coming up!!"
seta abuild6 "build trapper; say_team ^1One Trapper coming up!!"
seta abuild7 "build hive; say_team ^1One useless Hive coming up!!"
set abuild "bind 1 vstr abuild1; bind 2 vstr abuild2; bind 3 vstr abuild3; bind 4 vstr abuild4; bind 5 vstr abuild5; bind 6 vstr abuild6; bind 7 vstr abuild7"

seta hbuild1 "build rc; say_team ^4One RC coming up!!"
seta hbuild2 "build telenode; say_team ^4One Node coming up!!"
seta hbuild3 "build mgturret; say_team ^4One Ret coming up!!"
seta hbuild4 "build medistat; say_team ^4One Medi coming up!!"
seta hbuild5 "build arm; say_team ^4One Armoury coming up!!"
seta hbuild6 "build dcc; say_team ^4One DC coming up!!"
seta hbuild7 "build tesla; say_team ^4One Tesla coming up!!"
seta hbuild8 "build repeater; say_team ^4One Repeater coming up!!"
set hbuild "bind 1 vstr hbuild1; bind 2 vstr hbuild2; bind 3 vstr hbuild3; bind 4 vstr hbuild4; bind 5 vstr hbuild5; bind 6 vstr hbuild6; bind 7 vstr hbuild 7; bind 8 vstr hbuild8"
« Last Edit: January 17, 2010, 05:10:12 am by Reapd**[Contra] »

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: Ummmmmmmmm, Binding![SOLVED] THANKS KIWI!!!!
« Reply #37 on: January 17, 2010, 04:51:50 pm »
Cool, I was just giving you an example for you to use if you needed a reference, I didn't expect you to use them word for word. :p

Warm Regards,
Kiwi