Announcement

Collapse
No announcement yet.

CTF hook binds

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • CTF hook binds

    I'm trying to get a hook alias that works for me, what I thought would work apparently doesn't.

    alias +grap "impulse 22"
    alias -grap "bestweapon 7 8 5 6 4 3 2 1"
    bind / "+grap"

    any help how to get this to work, so far it just goes to bestweapon
    My Little Computer
    Intel Core i7 3770K processor 3.5 4 LGA 1155
    ASUS Deluxe Intel Z77 ATX DDR3 2600 LGA 1155 Motherboard P8Z77-V DELUXE
    Corsair Vengeance Blue 16 GB DDR3 SDRAM Dual Channel Memory Kit
    Seasonic PLATINUM-1000 ATX 1000 Power Supply
    Blue-ray DVD burner
    OCZ-Vertex Solid State ATA Hard Drive 30 gigs
    Hitachi ATA Hard Drive 1TB
    Cooler Master HAF X Full Tower
    Windows 7 Ultimate x64
    Sony Surround Sound 5.1
    Cyborg M.M.O.7 Gaming Mouse
    The Razer BlackWidow Ultimate

  • #2
    Your alias will select the hook when you press down, then switch back to your bestweapon when you let off the button.

    On modern ctf mods, you can just use impulse 69 to revert back to your last weapon prior to the hook.

    But honestly, you are disallowing yourself the learning skill of the hook.
    The hook behaves exactly like any other weapon, shotgun etc. impulse X to select +attack to use. This is why I use left and right mouse buttons, mouse1 +attack, mouse2 "impulse 22". My right hand selects aim and deploys the hook. While my left had does all the footwork.

    But for the sake of your post:
    Code:
    alias w5 "wait;wait;wait;wait;wait;"
    alias +grap "impulse 22;w5;w5;w5;+attack;"
    alias -grap "w5;-attack;w5;-attack;w5;w5;impulse 69"
    I added a double -attack there so you wont get stuck in case of lag.
    www.quakeone.com/qrack | www.quakeone.com/cax| http://en.twitch.tv/sputnikutah

    Comment


    • #3
      Originally posted by Harsh24x7 View Post
      I'm trying to get a hook alias that works for me, what I thought would work apparently doesn't.

      alias +grap "impulse 22"
      alias -grap "bestweapon 7 8 5 6 4 3 2 1"
      bind / "+grap"
      Quote the key also:
      bind "/" "+grap"

      sometimes it wont work w/o them.
      WARNING
      May be too intense for some viewers.
      Stress Relief Device
      ....BANG HEAD HERE....
      ---------------------------
      .
      .
      .
      .
      .--------------------------

      Comment

      Working...
      X