Lerk

BeeefybongBeeefybong Join Date: 2005-05-31 Member: 52895Members
edited June 2005 in Scripting Discussion
<div class="IPBDescription">self explanitory</div> Does anybody have any lerk scripts they would like to share? I've been practicing lerk lately but I need better manuevering, so yeah, is there anything out there that may help me? Not only help maneuvering but anything else could be helpful. Thanks in advance.

Feel free to PM to if you want, and if there is anything wrong with this thread admins, go ahead and get rid of it, I don't know whats going too far and whats not.

Comments

  • kalimxskalimxs Join Date: 2005-04-30 Member: 50543Members
    alias gas "+attack;wait;exec 4.cfg;-attack"
    bind c gas

    4.cfg
    <!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->speak "five _comma _comma _comma four _comma _comma _comma three _comma _comma _comma two _comma _comma _comma one _comma _comma _comma zero"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

    however this doesn't work very well, for some reason the speak command cuts off randomly for me

    anyway, a gas cloud lasts around 5 seconds, so roughly around when you here zero, your last gas cloud stopped damaging marines in that area.
  • digzdigz be still, maggot Join Date: 2002-05-07 Member: 588Members, NS1 Playtester, Forum Moderators, Constellation
    edited June 2005
    <!--QuoteBegin-kalimxs+Jun 1 2005, 10:18 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (kalimxs @ Jun 1 2005, 10:18 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> alias gas "+attack;wait;exec 4.cfg;-attack"
    bind c gas

    4.cfg
    <!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->speak "five _comma _comma _comma four _comma _comma _comma three _comma _comma _comma two _comma _comma _comma one _comma _comma _comma zero"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

    however this doesn't work very well, for some reason the speak command cuts off randomly for me

    anyway, a gas cloud lasts around 5 seconds, so roughly around when you here zero, your last gas cloud stopped damaging marines in that area. <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    That....... IS FREAKING COOL.

    How does the speak command work (do you HAVE to exec it in another file?)... are there any other similar commands that can be used for the same purpose?

    Also, does this tie up your controls untill the script finishes? If not, then wouldnt a team_say be about the same (omg so many nub questions).
  • kalimxskalimxs Join Date: 2005-04-30 Member: 50543Members
    edited June 2005
    <!--QuoteBegin-digz+Jun 2 2005, 12:44 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (digz @ Jun 2 2005, 12:44 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> <!--QuoteBegin-kalimxs+Jun 1 2005, 10:18 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (kalimxs @ Jun 1 2005, 10:18 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> alias gas "+attack;wait;exec 4.cfg;-attack"
    bind c gas

    4.cfg
    <!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->speak "five _comma _comma _comma four _comma _comma _comma three _comma _comma _comma two _comma _comma _comma one _comma _comma _comma zero"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

    however this doesn't work very well, for some reason the speak command cuts off randomly for me

    anyway, a gas cloud lasts around 5 seconds, so roughly around when you here zero, your last gas cloud stopped damaging marines in that area. <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    That....... IS FREAKING COOL.

    How does the speak command work (do you HAVE to exec it in another file?)... are there any other similar commands that can be used for the same purpose?

    Also, does this tie up your controls untill the script finishes? If not, then wouldnt a team_say be about the same (omg so many nub questions). <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    speak command has to be in its own config, because you can't add "-attack;speak "five _comma..."" or it will only say "five".

    it will not lock you up, it's only a client-side timer for you.

    to be honest there might be more accurate ones, especially considiering the gas might actally end a little bit after zero.. it's five seconds + gas travel time in the air.
  • BeeefybongBeeefybong Join Date: 2005-05-31 Member: 52895Members
    Interesting script kalimxs, I'll have to give it a whirl, thanks <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink-fix.gif' border='0' style='vertical-align:middle' alt='wink-fix.gif' /><!--endemo-->
Sign In or Register to comment.