Looking For 2 Scripts

nInnIn Join Date: 2004-09-20 Member: 31826Members
Hi I was looking for 2 scripts. The first one is the _special script for bhop as a skulk. I have one question on this. Can you still bite, leap, para while the script is active?

The second script is the fast marine script. The one were you run really fast.

Thanks in advance.

Comments

  • taintedbeeftaintedbeef Join Date: 2003-12-05 Member: 23972Members, Constellation
    there is not "bhop script" most of it is done manually, the script you may want is the auto jump script, which is just "+jump;-jump" on your _special, and yes you can do all that

    the fast marine script is jsut strafing left and right on you _special

    i'll let you write them yuourself
    glhf
  • nInnIn Join Date: 2004-09-20 Member: 31826Members
    well that kinda helps. I'm not good at writing scripts, so it doesnt really help me. You answered some of my questions. Looking for the auto jump script and the marine fast walk script. If you have these scripts please post them here.
  • tjosantjosan Join Date: 2003-05-16 Member: 16374Members, Constellation
    Hm... _special scripts will be totally blocked in b6, so I'd suggest you practice using methods that will stay unblocked (everything else?)...
  • Krazy_GlueKrazy_Glue Join Date: 2003-05-16 Member: 16393Members
    here are the two scripts you wanted

    <!--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-->//_special bhop
    alias omgh4x "-attack2; w; +jump; w; -jump; +attack2;"
    alias +vroom "alias _special omgh4x; +attack2;"
    alias -vroom "alias _special; -attack2;"
    bind <key> "+vroom"

    //_special walk faster
    alias specialrun "-attack2; +moveleft; wait; -moveleft; +moveright; wait; -moveright; +attack2;"
    alias +run "alias _special specialrun; +attack2;"
    alias -run "alias _special; -attack2;"
    bind <key> "+run"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

    however i do agree with getting used to the non _special scripts (3jump, and normal wigglewalk)
    i used _special bhop, and now im terrible at bhopping normaly <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html/emoticons/sad-fix.gif' border='0' style='vertical-align:middle' alt='sad-fix.gif' /><!--endemo-->

    <!--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-->//bhop script
    alias j "+jump; w; -jump"
    alias +bhop "+moveup; j;j;j;j;j"
    alias -bhop "-moveup"
    bind <key> "+bhop"

    //walk faster
    alias move "+moveleft; w; -moveleft; +moveright; w; -moveright"
    alias speedup "move; move; move; move; move"
    alias slider "speedup; speedup; speedup; speedup"
    bind <key> "slider"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

    (just a side note, i cleaned up the wigglewalk script to make it more readable)
  • UrdUrd Join Date: 2003-05-25 Member: 16696Members, Constellation
    edited February 2005
    It will work faster if you use an alias switch in the _special loop to avoid using a wait.

    <!--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-->//_special bhop
    alias omgh4x "omgh4x=; wait; special"
    alias omgh4x= "omgh4x+"
    alias omgh4x+ "+jump; alias omgh4x= omgh4x-"
    alias omgh4x- "-jump; alias omgh4x= omgh4x+"
    alias +vroom "alias _special omgh4x; omgh4x"
    alias -vroom "alias _special; omgh4x-"
    bind <key> "+vroom"

    //_special walk faster
    alias specialrun "specialrun=; wait; special"
    alias specialrun= "specialrun+r"
    alias specialrun+r "+moveright; alias specialrun= specialrun-r"
    alias specialrun-r "-moveright; alias specialrun= specialrun+l"
    alias specialrun+l "+moveleft; alias specialrun= specialrun-l"
    alias specialrun-l "-moveleft; alias specialrun= specialrun+r"
    alias +run "alias _special specialrun; specialrun"
    alias -run "alias _special; specialrun-l; specialrun-r"
    bind <key> "+run"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
  • nInnIn Join Date: 2004-09-20 Member: 31826Members
  • c4tc4t Join Date: 2003-09-06 Member: 20619Members
    as the posters said above i highly suggest you use a 2jump script boudn to mwheeldown and bhop that way. i made the transition back to that when i found out _special was gon e b6.


    as for wiggle walk you should probably just doit yourself because it is possible to get caught off guard and not be able to fire or move the th elft or right right away.
  • ReKReK Join Date: 2004-08-30 Member: 31058Members, Constellation, Reinforced - Shadow, WC 2013 - Silver
    will _special only be blocked only when mp_bs is 1, or even when it's 0?
  • c4tc4t Join Date: 2003-09-06 Member: 20619Members
    <!--QuoteBegin-ReK+Feb 8 2005, 01:24 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (ReK @ Feb 8 2005, 01:24 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> will _special only be blocked only when mp_bs is 1, or even when it's 0? <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    _special is owned. as in i dont think the server will accept that command.
  • gameraffiliategameraffiliate Join Date: 2004-04-26 Member: 28204Members, Constellation
    don't use _special for bhopping, its to n00b-i just get used to a 3jump on space bar or mousewheel.
  • ReKReK Join Date: 2004-08-30 Member: 31058Members, Constellation, Reinforced - Shadow, WC 2013 - Silver
    i never have, and looks like i never will, use _special scripts, but I was wondering.

    I do have a 3jump
  • i2avi2av Join Date: 2003-12-09 Member: 24190Members
    bind mwheelup +jump - then getskills.
  • ReKReK Join Date: 2004-08-30 Member: 31058Members, Constellation, Reinforced - Shadow, WC 2013 - Silver
    Or:
    bind "SPACE" "+3jumps" - then getskills.

    Just because I press a button instead of flicking a wheel doesn't mean I have any less skill than you. I'm tired of you anti-scripting zealots. If you hate scripting so much, why don't you just not enter this forum?
  • xxxacexxxxxxacexxx Join Date: 2004-11-13 Member: 32765Members, Constellation
    haha thats true <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin-fix.gif' border='0' style='vertical-align:middle' alt='biggrin-fix.gif' /><!--endemo--> _special its not gonna be allowed forever <!--emo&::marine::--><img src='http://www.unknownworlds.com/forums/html/emoticons/marine.gif' border='0' style='vertical-align:middle' alt='marine.gif' /><!--endemo-->
  • morphzmorphz Join Date: 2003-04-19 Member: 15640Members, Constellation
    or just bind mouse2 +jump and miss a few jumps now and again <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin-fix.gif' border='0' style='vertical-align:middle' alt='biggrin-fix.gif' /><!--endemo-->
  • ReKReK Join Date: 2004-08-30 Member: 31058Members, Constellation, Reinforced - Shadow, WC 2013 - Silver
Sign In or Register to comment.