Results 1 to 7 of 7
  1. #1
    0rbital's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    California
    Posts
    9
    Reputation
    10
    Thanks
    1

    Angry multiple commands bound to one key

    Code:
    bind u "+attack;+attack;+attack;+smash;cc_spawn_golden_ball 15 9999999"
    What is trying to be done is make him regular attack 3 times and smash, a combo move, and lastly spawn the balls as the character does the finishing move(that doesn't even make sense).

    When I do this manually (left click,left click,left click,right click,spawn balls) Its a 1hko with the Lann guy. So I'm lazy and want to bind this to one key.

    Testing this bind, don't know if it's even possible. I've been searching the forum for hours. After "u" is bound to this and is pressed, the character does a little jerk movement and the balls come out (that sounded wrong). but it doesn't work.

    Wondering if this is possible, or do I have the bind wrong or idk..

  2. #2
    DanK's Avatar
    Join Date
    Aug 2006
    Gender
    male
    Location
    Arizona
    Posts
    2,892
    Reputation
    100
    Thanks
    3,632
    My Mood
    Devilish
    It doesn't seem like it would work how you intend it to.. Since all 3 attacks/smash would process instantly before the first attack animation had a chance to do anything.

    You would have better luck doing this with a script set to use the attacks with proper timing on a hotkey press. (autoit or something similar)
    PLAYING RIFT!

  3. The Following User Says Thank You to DanK For This Useful Post:

    0rbital (06-22-2011)

  4. #3
    0rbital's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    California
    Posts
    9
    Reputation
    10
    Thanks
    1
    thanks, going to bed.

  5. #4
    Nico's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Germany :D
    Posts
    15,918
    Reputation
    1121
    Thanks
    8,617
    You could also try to use the "wait"-command. But im not sure if it works in this old version of the Source Engine.

  6. The Following 2 Users Say Thank You to Nico For This Useful Post:

    DanK (06-22-2011),sejend (06-22-2011)

  7. #5
    sejend's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Germany :D
    Posts
    156
    Reputation
    9
    Thanks
    43
    My Mood
    Innocent
    Also:
    +command gets triggered when the key is pressed
    -command gets triggered when the key is released

    So, in case you want repeat a +command you need to "release" the key first
    +attack and -attack afterwards
    Mainly here for Vindictus and Rotmg
    Source Engine ftw


     


     



  8. #6
    0rbital's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    California
    Posts
    9
    Reputation
    10
    Thanks
    1
    I tried the "wait" command, I don't think it works. 1 wait = 1 frame from what i remember of the CS days. I also added the -attack.
    The console has a character limit, so can't add to many waits. :P

    Oh well, thanks for the help.

  9. #7
    sejend's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Germany :D
    Posts
    156
    Reputation
    9
    Thanks
    43
    My Mood
    Innocent
    Quote Originally Posted by 0rbital View Post
    The console has a character limit, so can't add to many waits. :P
    Use alias for the wait

    example:
    alias wait2 "wait;wait;"
    Mainly here for Vindictus and Rotmg
    Source Engine ftw


     


     



Tags for this Thread