|
|
| Author(s): AegisXOR |
| Category: TF2 > Weapon Scripts |
Notes/Usage Instructions:
Add to your medic.cfg. Pressing the right mouse button will deploy uber as usual, holding it down will uber then spam the heal button. By default, the script waits 200ms before beginning to heal spam. If you want to change this, I have provided a table of values.
For anything else, let f = your average frames per second, let d = the delay you want in milliseconds and let w = the wait parameter.
w = f*(d/1000) |
Script Code:
//Medigun Multiuber Script v1 by AegisXOR
alias "+uber" "alias healc +heall;+attack2;wait 2;-attack2;wait 15;healc"
alias "+heall" "+attack;wait 2;-heall"
alias "-heall" "-attack;wait 2;healc"
alias "healc" "+heall"
alias -uber "alias healc"
bind mouse2 +uber
//Here is a list of some common delays for various frames per second.
//To use, replace the "wait 15" in the first line of the script with:
//
//FPS | 200msec | 300msec | 400msec | 500msec | 1.00sec |
// | | | | | |
//30fps | wait 6 | wait 9 | wait 12 | wait 15 | wait 30 |
//60fps | wait 12 | wait 18 | wait 24 | wait 30 | wait 60 |
//75fps |(wait 15)| wait 23 | wait 30 | wait 38 | wait 75 |
//100fps| wait 20 | wait 30 | wait 40 | wait 50 | wait 100|
//160fps| wait 32 | wait 48 | wait 64 | wait 80 | wait 160|
//200fps| wait 40 | wait 60 | wait 80 | wait 100| wait 200|
//End Multiuber Script v1 by AegisXOR |
| Added: 3 months ago |
 Add Feedback |
 The community's verdict. No assessments made... please vote!You cannot assess yet!Moderating FPSB is in your hands - when you assess a submission your vote determines its success or failure. To vote on this submission register or login. This script in a nutshell... No stamps recordedYou cannot stamp yet!Stamps let you apply characteristics to submissions to help others understand them. To stamp this submission register or login. Want more? Find related scripts. |