Fortress Forever

Fortress Forever (https://forums.fortress-forever.com/index.php)
-   Tips and Tutorials (https://forums.fortress-forever.com/forumdisplay.php?f=37)
-   -   New Pyro Script (https://forums.fortress-forever.com/showthread.php?t=13765)

Dr.Satan 01-08-2008 01:08 AM

New Pyro Script
 
Ok so I decided that I needed this and I figured someone else out there would probably enjoy it as well.

When mouse4 is pressed, automacially changes to the Flamethrower and begins firing. Once mouse4 is released you will stop firing and change back to the IC.

To use navigate to your pyro.cfg (//fortressforever/cfg/pyro.cfg), copy and past the following into the document.

Code:

//    ------------
//---- Flamethrower ----
//    ------------

//To customize change 'mouse4' to the key you desire.

alias +flameon "slot4; +attack"
alias -flameon "-attack; slot5"
bind mouse4 "+flameon"


SoBe Green 01-08-2008 02:50 AM

I use something similar but I use mouse2:

Code:

alias +flametog "slot4"
alias -flametog "lastinv"

bind mouse2 "+flametog"

Very simple. I don't like to waste my fire. :D

Dr.Satan 01-08-2008 04:24 AM

yeah...that works for a quick weapon:

Code:

//Quick Weapon - put in medic.cfg
alias quick1 "slot5; wait; alias quickweapon quick2"
alias quick2 "slot4; wait; alias quickweapon quick1"
alias quickweapon quick1
bind f "quickweapon"

but my main objective is to make it as simple as possible to achieve at least a lvl 2 burn. Prime a nade when you hit mouse4 and you have an almost guarenteed lvl 3! Also this will come in handy for the IC / flamethrower jump combo's...much easier to hit mouse1 and then hold mouse4 then to hit mouse1, hit mouse2 / 4 and then hit mouse1 again! :lol:

SoBe Green 01-08-2008 05:18 AM

Yea but see with mine I just old down the right mouse button and fire when I let go of it I can keep firing with the IC and keep a constant hit going depending on the range of my target while using the flame thrower to force people to run back over napalms. :)

Dr.Satan 01-08-2008 02:54 PM

Lol mine does the exact samething...I just don't have to press mouse1 to fire. But to each his own...

pF 01-09-2008 12:43 AM

Does it automatically run in circles for you as well?

Dr.Satan 01-09-2008 04:54 PM

no but here's one that will just for you ;) :

LEFT
Code:

//    ------------
//---- Flamethrower ----
//    ------------

//To customize change 'mouse4' to the key you desire.

alias +flameon "slot4; +attack; +moveleft"
alias -flameon "-attack; -moveleft; slot5"
bind mouse4 "+flameon"

RIGHT
Code:

//    ------------
//---- Flamethrower ----
//    ------------

//To customize change 'mouse4' to the key you desire.

alias +flameon "slot4; +attack; +moveright"
alias -flameon "-attack; -moveright; slot5"
bind mouse4 "+flameon"

Now stfukthnxbye!

pF 01-09-2008 05:21 PM

Haha.. we'll have a lot of dreidel-pyros stumbling around on the servers soon..

PorkChopVII 01-17-2008 02:54 AM

ah-hem!

Think the dude wanted it to run in circles! Perfect circles mind you!

Code:

alias +upleft "slot4; +attack; +moveleft; +forward"
alias -upleft "cancelaction"
alias +upright "slot4; +attack; +moveright; +forward"
alias -upright "cancelaction"
alias cancelaction "lastinv; -attack; -forward; -moveright; -moveleft"
bind mouse4 "+upright"
bind mouse5 "+upleft"

lol jk.. btw sorry havnt been around much.. life has been in a total spin.. btw congratz on forum leader thingy!

Dr.Satan 01-21-2008 05:21 PM

lol thanks man! And I love the script!


All times are GMT. The time now is 06:25 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.