The Leap Script

2»

Comments

  • BlueNovemberBlueNovember hax Join Date: 2003-02-28 Member: 14137Members, Constellation
    edited May 2004
    <!--QuoteBegin-JUDGE_Deagle+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (JUDGE_Deagle)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->
    Doh!!
    i thought the
    alias "mybutton" "dothat; wait; dothis; wait; dosomethingelse"
    did not work in NS.
    <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->

    It's a server-side setting. Some servers allow "wait;", some servres block it. There are 3 levels of allowed scripts, which, I think, are as follows:
    1) Allow all
    2) Disallow "wait"
    3) Disallow ";"

    <!--QuoteBegin-JUDGE_Deagle+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (JUDGE_Deagle)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->
    PS: as im rather new -> Sig to big? says 75 high in the rules... is it enforced litarally or more of a guideline?
    <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->

    Liberally. Sorry man.


    EDIT: Eye kneed a spell chequer...
  • JUDGE_DeagleJUDGE_Deagle Join Date: 2004-05-28 Member: 28966Members
    Ok thx

    Sig - Pic removed (looking for a appearing-disappearing / fogging skull in the dark in the right size <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo--> )

    The few servers im regular on are of the "no ; allowed" kind than. I already thought i was to stupid to bind <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->

    Regards

    Deagle
  • e_Nadagaste_Nadagast Join Date: 2003-10-30 Member: 22149Members
    edited May 2004
    As far as I know there is a blockscripts variable but it's either never turned on or is broken... cuz my 3lit3 scriptz have never been blocked
  • the_holethe_hole Join Date: 2004-01-03 Member: 25019Members, Constellation
    edited May 2004
    Guys, he wants simple script... geez


    alias +leap "slot3; +attack; wait; slot1"
    alias -leap "+attack"

    bind "q" "+leap"


    Simple as it gets, you hit Q, it changes to slot 3, leaps, and changes to slot 1, you realease q, it bites.


    edit: I don't think mp_blockscripts blocks "wait", because wouldn't you think the HL engine would need it?
  • BlueNovemberBlueNovember hax Join Date: 2003-02-28 Member: 14137Members, Constellation
    <!--QuoteBegin-e.Nadagast+May 28 2004, 04:30 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (e.Nadagast @ May 28 2004, 04:30 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> As far as I know there is a blockscripts variable but it's either never turned on or is broken... cuz my 3lit3 scriptz have never been blocked <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    Agreed. The only script I use often is one which combines the impulse for med pack with "say_team Need health"; That uses a ";" and is never blocked. I think it's only a handful of servers who enforce scripts blocks. It's part of NS really.
  • CabooseCaboose title = name(self, handle) Join Date: 2003-02-15 Member: 13597Members, Constellation
    <!--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-->alias +release "+attack; -attack"
    alias +switch "weapon_leap"
    alias -switch "+release; lastinv"
    bind MOUSE2 +switch<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
    And then I have +popup menu bound to z.

    This allows for a "better" lastinv.

    You hold mouse2 to activate leap and then let go of it to re-activate bite. As long as mouse 2 is held down, you will be in leap mode. I find this easier than lastinv personally.
  • Seph_KimaraSeph_Kimara Join Date: 2003-08-10 Member: 19359Members
    Romano, I love you <3
  • Soylent_greenSoylent_green Join Date: 2002-12-20 Member: 11220Members, Reinforced - Shadow
    edited May 2004
    <!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->edit: I don't think mp_blockscripts blocks "wait", because wouldn't you think the HL engine would need it? <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->

    No, how so?
  • MrPinkMrPink Join Date: 2002-05-28 Member: 678Members
    Prodigy, that script won't work for several reasons. I used to use this one before I learned to do it the better way:

    alias "+leap" "slot3"
    alias "-leap" "+attack; wait; -attack; slot1"
    bind "x" "+leap"

    With this you hold down x and run around until you see a marine, then release x and leap at him, then press your attack key when you close the distance.
  • Wild_PamperoWild_Pampero Join Date: 2004-06-02 Member: 29065Members
    <!--QuoteBegin-me23+May 22 2004, 01:09 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (me23 @ May 22 2004, 01:09 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Or bind all 4 keys to easy reach <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html//emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo--> (For me, q = slot1, mouse2 = slot2, r = slot3, and 4 = slot4)

    Not sure if you'll find too much help on these forums, but if you _really_ _really_ feel the need to use a script (which I advise against), then you may have to write it yourself. Just check out a scripting tutorial, and if you can't find any for NS, then use a CS one =P <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    i dont agree with that.....when u have focus upgrade...leaping is very usefull
  • GloryKingGloryKing Join Date: 2003-02-07 Member: 13222Members
    Okay, maybe I got last along the way or something. The script that Ramero wrote is the Leap/Bite script correct? Also, where should I put that script at? Autoconfig?
  • Diablo_fxDiablo_fx Join Date: 2003-02-21 Member: 13793Members
    edited November 2004
    <!--QuoteBegin-GloryKing+Nov 16 2004, 09:59 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (GloryKing @ Nov 16 2004, 09:59 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Okay, maybe I got last along the way or something. The script that Ramero wrote is the Leap/Bite script correct? Also, where should I put that script at? Autoconfig? <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    No, thats the clientside lastinv, but don't use it anymore since they changed to cllient sided lastinv instead of serverside.
    Leap/bite scripts are useless, trust me on this one.

    Script i made in 10 seconds.. think it works.
    <!--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-->
    alias w wait
    alias +biteleap "slot3; w; w; +attack"
    alias -biteleap "-attack; w; w; slot1"
    bind "X" +biteleap
    //Where X is your key for this script
    //Will not work on mp_bs 1 servers
    <!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

    Put this in your userconfig.cfg
  • DragonMechDragonMech Join Date: 2003-09-19 Member: 21023Members, Constellation, Reinforced - Shadow
    edited November 2004
    <!--QuoteBegin-Wild_Pampero^^+Jun 2 2004, 08:00 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Wild_Pampero^^ @ Jun 2 2004, 08:00 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> i dont agree with that.....when u have focus upgrade...leaping is  very usefull <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    <i>Leaping</i> is always useful - <i>scripting</i> the leap-bite is not. <!--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.