View Single Post
Old 10-02-2007, 08:08 PM   #40
DarK_TaO
Mapper ^^
 
Join Date: Apr 2007
Location: yes (:
Posts Rated Helpful 0 Times
Send a message via ICQ to DarK_TaO Send a message via MSN to DarK_TaO
Quote:
Originally Posted by Mr. Happy
Here's a pyro script req that might be usefully, a perfect IC jump + Flamethrower float script. Must get you over well's middle wall (from bridge)
Code:
alias "W1"	"wait; wait"	
alias "W2"	"wait; wait; wait; wait"
alias "W3"	"wait; wait; wait; wait; wait; wait"

alias +ICJ	"+jump; W3; +attack; W2; slot4"
alias -ICJ	"-attack; W1; -jump"
bind "" "+ICJ"

Hold,key to exec alias, and keep holding to float in the air.

*********************************************

Quote:
Originally Posted by PorkChopVII
dont you have to be lookin down.. if so make it like this

alias +ICJ "slot4;sensitivity 1000.0;+lookdown; +jump; w3; +attack"
alias -ICJ "previnv; sensitivity 13.4;-lookdown;-attack;-jump"


forces the user to look down during the duration of the hover, cold be wrong, and hte sensitivity needs to be reverted back to what the personal user is, i just threw in t he one i use for me 13.4. bah could condense this to cl_pitchup -90. which would kill the need for mouse speed adjustment and the +lookdown, but cant because its a cheat . but when the button is released releases the hold on look down and stops the attack and jump then switches back to weapon that was previous weapon
+lookdown doesn't work, and you still need to keep fireing with the flamethrower to float in the air. ^^ you need to be looking down. And the waits needed to be really precise, if not, the jump sucks, I had to try quite a few times.
DarK_TaO is offline   Reply With Quote