Digital Paint Discussion Board

Paintball 2: The Game => Help and Support => Topic started by: Foxhound on September 15, 2012, 02:10:03 PM

Title: New DJ script pls
Post by: Foxhound on September 15, 2012, 02: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.
Title: Re: New DJ script pls
Post by: T3RR0R15T on September 15, 2012, 02:52:14 PM
This line is missing:

alias waitlong "wait;wait;wait;wait"
Title: Re: New DJ script pls
Post by: deadfroggy on September 15, 2012, 06: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.
Title: Re: New DJ script pls
Post by: Rick on September 15, 2012, 08: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"
Title: Re: New DJ script pls
Post by: deadfroggy on September 15, 2012, 09:02:55 PM
oh didn't realise. LOL
Title: Re: New DJ script pls
Post by: CheMiCal on September 16, 2012, 12:09:04 AM
only newbs use a dj script *cough* myers *cough*
Title: Re: New DJ script pls
Post by: Foxhound on September 16, 2012, 01:23:15 AM
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.
Title: Re: New DJ script pls
Post by: deadfroggy on September 16, 2012, 03: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...
Title: Re: New DJ script pls
Post by: Foxhound on September 16, 2012, 02: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.
Title: Re: New DJ script pls
Post by: UnRateD on September 16, 2012, 05: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
Title: Re: New DJ script pls
Post by: deadfroggy on September 17, 2012, 03: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
Title: Re: New DJ script pls
Post by: Rick on September 17, 2012, 06: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.
Title: Re: New DJ script pls
Post by: deadfroggy on September 17, 2012, 06:42:24 AM
I seriously don't remember.