Author Topic: Tourney Probloms.  (Read 1892 times)

Offline occ_Undertaker_VA

  • Full Member
  • ***
  • Posts: 123
  • Dont Make Me WHACK you!
    • View Profile
  • Rated:
Tourney Probloms.
« on: August 29, 2006, 06:04:41 PM »
Hey guys i  just gota know how on tourney do i say my location and health and stuff? :please: :help:
  • Insightful
    Informative
    Funny
    Nice Job / Good Work
    Rock On
    Flawless Logic
    Well-Reasoned Argument and/or Conclusion
    Demonstrates Exceptional Knowlege of the Game
    Appears Not to Comprehend Game Fundamentals
    Frag of the Week
    Frag Hall of Fame
    Jump of the Week
    Jump Hall of Fame
    Best Solution
    Wins The Internet
    Whoosh! You done missed the joke thar Cletus!
    Obvious Troll Is Obvious
    DO YOU EVEN LIFT?
    DEMO OR STFU
    Offtopic
    Flamebait
    Redundant
    Factually Challenged
    Preposterously Irrational Arguments
    Blindingly Obvious Logical Fallacies
    Absurd Misconstrual of Scientific Principles or Evidence
    Amazing Conspiracy Theory Bro
    Racist Ignoramus
THIS IS SO SUPER CEREAL :biggungrin:

Remedy

  • Guest
Re: Tourney Probloms.
« Reply #1 on: August 29, 2006, 10:01:09 PM »
thats a serious problom
  • Insightful
    Informative
    Funny
    Nice Job / Good Work
    Rock On
    Flawless Logic
    Well-Reasoned Argument and/or Conclusion
    Demonstrates Exceptional Knowlege of the Game
    Appears Not to Comprehend Game Fundamentals
    Frag of the Week
    Frag Hall of Fame
    Jump of the Week
    Jump Hall of Fame
    Best Solution
    Wins The Internet
    Whoosh! You done missed the joke thar Cletus!
    Obvious Troll Is Obvious
    DO YOU EVEN LIFT?
    DEMO OR STFU
    Offtopic
    Flamebait
    Redundant
    Factually Challenged
    Preposterously Irrational Arguments
    Blindingly Obvious Logical Fallacies
    Absurd Misconstrual of Scientific Principles or Evidence
    Amazing Conspiracy Theory Bro
    Racist Ignoramus

Offline UUD-40

  • Carpal Tunnel Member
  • ******
  • Posts: 1220
    • View Profile
  • Rated:
Re: Tourney Probloms.
« Reply #2 on: August 29, 2006, 10:48:48 PM »
Would it matter? Aren't you muted?  :lolsign:






Not sure about the health and stuff... but heres how I do locations:
Code: [Select]
bind n say_team "I'm @ ${$loc_here}"
bind b say_team "Enemy @ ${$loc_there}"

Here are my weapon drop binds:
Code: [Select]
//Weapons
bind BACKSPACE "+adrop"
alias +adrop "set amod 1"
alias -adrop "set amod 0"
set amod 0
bind MOUSE2 "+set_mod"
alias +set_mod "set modifier 1"
alias -set_mod "set modifier 0"
set modifier 0
alias bl "use blaster; sensitivity $normal"
alias g "use grenades; sensitivity $normal"
//
alias sg "sg_$modifier;sga_$amod"
alias sga_1 "drop SHELLS"
alias sga_0 "sg_0"
alias sg_1 "drop SHOTGUN; say_team Dropped SG @ ${$loc_here}"
alias sg_0 "use SHOTGUN; sensitivity $normal"
//
alias ssg "ssg_$modifier;ssga_$amod"
alias ssga_1 "drop SHELLS"
alias ssga_0 "ssg_0"
alias ssg_1 "drop SUPER SHOTGUN;drop SHELLS; say_team Dropped SSG / SHELLS @ ${$loc_here}"
alias ssg_0 "use SUPER SHOTGUN; sensitivity $medium"
//
alias mg "mg_$modifier; mga_$amod"
alias mga_1 "drop BULLETS"
alias mga_0 "mg_0"
alias mg_1 "drop MACHINEGUN;drop BULLETS; say_team Dropped MG / BULLETS @ ${$loc_here}"
alias mg_0 "use MACHINEGUN; sensitivity $normal"
//
alias cg "cg_$modifier;cga_$amod"
alias cga_1 "drop BULLETS"
alias cga_0 "cg_0"
alias cg_1 "drop CHAINGUN;drop BULLETS; say_team Dropped CHAIN / BULLETS @ ${$loc_here}"
alias cg_0 "chainlow"
//
alias gl "gl_$modifier;gla_$amod"
alias gla_1 "drop GRENADES"
alias gla_0 "gl_0"
alias gl_1 "drop GRENADE LAUNCHER;drop GRENADES; say_team Dropped GL / GRENADES @ ${$loc_here}"
alias gl_0 "use GRENADE LAUNCHER; sensitivity $normal"
//
alias rl "rl_$modifier;rla_$amod"
alias rla_1 "drop ROCKETS"
alias rla_0 "rl_0"
alias rl_1 "drop ROCKET LAUNCHER; drop ROCKETS; say_team Dropped RL / ROCKETS @ ${$loc_here}"
alias rl_0 "use ROCKET LAUNCHER; sensitivity $normal"
//
alias hb "hb_$modifier;hba_$amod"
alias hba_1 "drop CELLS"
alias hba_0 "hb_0"
alias hb_1 "drop HYPERBLASTER; say_team Dropped HYPER @ ${$loc_here}"
alias hb_0 "use HYPERBLASTER; sensitivity $normal"
//
alias rg "rg_$modifier;rga_$amod"
alias rga_1 "drop SLUGS"
alias rga_0 "rg_0"
alias rg_1 "drop RAILGUN; say_team Dropped RAIL @ ${$loc_here}"
alias rg_0 "use RAILGUN; sensitivity $normal"
//
alias bfg "bfg_$modifier;bfga_$amod"
alias bfga_1 "drop CELLS"
alias bfga_0 "bfg_0"
alias bfg_1 "drop BFG10K; say_team Dropped BFG @ ${$loc_here}"
alias bfg_0 "use BFG10K; sensitivity $normal"
//
bind 1 "bl"
bind 2 "sg"
bind 3 "ssg"
bind MWHEELDOWN "ssg"
bind 4 "mg"
bind 5 "cg"
bind MWHEELUP "cg"
bind 6 "gl"
bind r "gl"
bind 7 "rl"
bind e "rl"
bind 8 "hb"
bind 9 "rg"
bind w "rg"
bind 0 "bfg"
bind g "g"

« Last Edit: August 29, 2006, 10:51:46 PM by UUD40 »
  • Insightful
    Informative
    Funny
    Nice Job / Good Work
    Rock On
    Flawless Logic
    Well-Reasoned Argument and/or Conclusion
    Demonstrates Exceptional Knowlege of the Game
    Appears Not to Comprehend Game Fundamentals
    Frag of the Week
    Frag Hall of Fame
    Jump of the Week
    Jump Hall of Fame
    Best Solution
    Wins The Internet
    Whoosh! You done missed the joke thar Cletus!
    Obvious Troll Is Obvious
    DO YOU EVEN LIFT?
    DEMO OR STFU
    Offtopic
    Flamebait
    Redundant
    Factually Challenged
    Preposterously Irrational Arguments
    Blindingly Obvious Logical Fallacies
    Absurd Misconstrual of Scientific Principles or Evidence
    Amazing Conspiracy Theory Bro
    Racist Ignoramus

Offline [BTF] Reflex

  • Loquaciously Multiloquent Member
  • ****
  • Posts: 5324
  • !
    • View Profile
  • Rated:
Re: Tourney Probloms.
« Reply #3 on: September 05, 2006, 03:25:58 AM »
good post uud40,  but it may be falling on deaf ears :)

never know..    but undertaker if you wanna practice dm sometime I'm more than happy to play ya some.

polishing up my ssg just for you :)
  • Insightful
    Informative
    Funny
    Nice Job / Good Work
    Rock On
    Flawless Logic
    Well-Reasoned Argument and/or Conclusion
    Demonstrates Exceptional Knowlege of the Game
    Appears Not to Comprehend Game Fundamentals
    Frag of the Week
    Frag Hall of Fame
    Jump of the Week
    Jump Hall of Fame
    Best Solution
    Wins The Internet
    Whoosh! You done missed the joke thar Cletus!
    Obvious Troll Is Obvious
    DO YOU EVEN LIFT?
    DEMO OR STFU
    Offtopic
    Flamebait
    Redundant
    Factually Challenged
    Preposterously Irrational Arguments
    Blindingly Obvious Logical Fallacies
    Absurd Misconstrual of Scientific Principles or Evidence
    Amazing Conspiracy Theory Bro
    Racist Ignoramus
Sometimes I think it’s a sin when I feel like I’m winnin’ when I’m losin’ again

 

El Box de Shoutamente

Last 10 Shouts:

 

RyU

September 03, 2024, 05:15:49 PM
And wow Derrick is still playing lol
 

RyU

September 03, 2024, 05:15:15 PM
Just know yesterday is gone and soon tomorrow will be gone too  :)
 

Lejionator

August 08, 2024, 07:28:01 PM
It's tiem to QuakeCon!!!  ;)

https://www.youtube.com/watch?v=ThQd_UJaTys
 

ImperiusDamian

July 26, 2024, 09:34:53 PM
In nomine Quake II et Id Software et Spiritus John Carmack, Amen.
 

QuakeDuke

July 26, 2024, 05:10:30 PM
Hey, shout, summertime blues
Jump up and down in you blue suede shoes
Hey, did you rock and roll? Rock on!!  ...QD
 

Yotematoi

July 24, 2024, 01:31:20 PM
Ayer me mato 5 veces para robarme en la vida real hará lo mismo? [img]<iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fzoloyoze.torito%2Fposts%2Fpfbid0wXU2VgS7atesBcSoMz5BWMJCJajeZFVT6GzSU6TtpJGddN9kLTvWNgcZaskkbKFQl&amp;show_text=true&amp;width=500
https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fzoloyoze.torito%2Fposts%2Fpfbid0wXU2VgS7atesBcSoMz5BWMJCJajeZFVT6GzSU6TtpJGddN9kLTvWNgcZaskkbKFQl&show_text=true&width=500" width="500"
 

Yotematoi

July 24, 2024, 01:25:59 PM
hi ya está la basura de Martin, se cambió el nombre es un ladron estupido, asi llegó a 10000[img]<iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fzoloyoze.torito%2Fposts%2Fpfbid03hZrkDUBJPZKCuFgy5hRUy831ekKJYVRzC7ajXaKQbJ6xcPgKftLukUDfovFyEq3l&amp;show_text
https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fzoloyoze.torito%2Fposts%2Fpfbid03hZrkDUBJPZKCuFgy5hRUy831ekKJYVRzC7ajXaKQbJ6xcPgKftLukUDfovFyEq3l&show_text
 

Yotematoi

July 24, 2024, 01:25:59 PM
hi ya está la basura de Martin, se cambió el nombre es un ladron estupido, asi llegó a 10000[img]<iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fzoloyoze.torito%2Fposts%2Fpfbid03hZrkDUBJPZKCuFgy5hRUy831ekKJYVRzC7ajXaKQbJ6xcPgKftLukUDfovFyEq3l&amp;show_text
https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fzoloyoze.torito%2Fposts%2Fpfbid03hZrkDUBJPZKCuFgy5hRUy831ekKJYVRzC7ajXaKQbJ6xcPgKftLukUDfovFyEq3l&show_text
 

-Unh0ly-

July 05, 2024, 05:20:36 AM

Show 50 latest
Welcome, Guest. Please login or register.
September 21, 2024, 02:56:53 AM

Login with username, password and session length