Author Topic: New DJ script pls  (Read 3535 times)

Foxhound

  • Autococker
  • Posts: 952
New DJ script pls
« on: September 15, 2012, 12:10:03 PM »
Sometimes this script fails to produce a double jump. It will work then sometimes you hold space and you only jump once instead of twice.

bind "SPACE" "+doublejump"
alias -doublejump "-moveup"
alias +doublejump "+moveup;waitlong;-moveup;waitlong;+moveup;waitlong"
alias waitlong "wait;wait;wait;wait"


sorry i forgot to put that in. THAT is what my script is. seems the same as yours. BUT for some reason, sometimes it fails to work.
« Last Edit: September 15, 2012, 11:23:02 PM by Foxhound »

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Re: New DJ script pls
« Reply #1 on: September 15, 2012, 12:52:14 PM »
This line is missing:

alias waitlong "wait;wait;wait;wait"

deadfroggy

  • Autococker
  • Posts: 562
Re: New DJ script pls
« Reply #2 on: September 15, 2012, 04:09:47 PM »
bind "SPACE" "+dj"
alias +dj "+moveup;4waits;-moveup;4waits;+moveup;4waits"
alias -dj "-moveup"
alias 4waits "wait;wait;wait;wait"

I use this it works well. As long as your cl_maxfps isnt 1 - 27.

Rick

  • Map Committee
  • Autococker
  • Posts: 2190
Re: New DJ script pls
« Reply #3 on: September 15, 2012, 06:58:44 PM »
bind "SPACE" "+dj"
alias +dj "+moveup;4waits;-moveup;4waits;+moveup;4waits"
alias -dj "-moveup"
alias 4waits "wait;wait;wait;wait"

I use this it works well. As long as your cl_maxfps isnt 1 - 27.


It's the exact same as what Fox/Chef posted.

"4waits" = "waitlong"

deadfroggy

  • Autococker
  • Posts: 562
Re: New DJ script pls
« Reply #4 on: September 15, 2012, 07:02:55 PM »
oh didn't realise. LOL

CheMiCal

  • Autococker
  • Posts: 690
Re: New DJ script pls
« Reply #5 on: September 15, 2012, 10:09:04 PM »
only newbs use a dj script *cough* myers *cough*

Foxhound

  • Autococker
  • Posts: 952
Re: New DJ script pls
« Reply #6 on: September 15, 2012, 11:23:15 PM »
Sometimes this script fails to produce a double jump. It will work then sometimes you hold space and you only jump once instead of twice.

bind "SPACE" "+doublejump"
alias -doublejump "-moveup"
alias +doublejump "+moveup;waitlong;-moveup;waitlong;+moveup;waitlong"
alias waitlong "wait;wait;wait;wait"


sorry i forgot to put that in. THAT is what my script is. seems the same as yours. BUT for some reason, sometimes it fails to work.

deadfroggy

  • Autococker
  • Posts: 562
Re: New DJ script pls
« Reply #7 on: September 16, 2012, 01:44:41 AM »
That happened to me in quake 2.
i just changed the:

alias waitlong "wait;wait;wait;wait"

to:

alias waitlong "wait;wait"

and that seemed to work...

Foxhound

  • Autococker
  • Posts: 952
Re: New DJ script pls
« Reply #8 on: September 16, 2012, 12:37:10 PM »
I dont think its the amount of waits. No matter how many I remove or add, sometimes it just doesnt jump twice.

UnRateD

  • Autococker
  • Posts: 593
Re: New DJ script pls
« Reply #9 on: September 16, 2012, 03:04:39 PM »
yeah doesnt work for me either NO WAIT I CAN CLICK SPACE TWICE no wait i cant yeah script wont work wtf need new script omg cant jump

deadfroggy

  • Autococker
  • Posts: 562
Re: New DJ script pls
« Reply #10 on: September 17, 2012, 01:13:50 AM »
Oh wait. Missed abit.

bind "SPACE" "+dj"
alias waiting "4waits;4waits;4waits;4waits;4waits;4waits"
alias 4waits "wait;wait;wait;wait"
alias -dj "-moveup"
alias +dj "+moveup;4waits;-moveup;4waits;+moveup;4waits"

Try that

Rick

  • Map Committee
  • Autococker
  • Posts: 2190
Re: New DJ script pls
« Reply #11 on: September 17, 2012, 04:29:11 AM »
Oh wait. Missed abit.

bind "SPACE" "+dj"
alias waiting "4waits;4waits;4waits;4waits;4waits;4waits"
alias 4waits "wait;wait;wait;wait"
alias -dj "-moveup"
alias +dj "+moveup;4waits;-moveup;4waits;+moveup;4waits"

Try that

What does the "alias waiting" line actually do?
Pretty sure it's useless as it's not even called for in +dj.

deadfroggy

  • Autococker
  • Posts: 562
Re: New DJ script pls
« Reply #12 on: September 17, 2012, 04:42:24 AM »
I seriously don't remember.