PDA

View Full Version : Hero: Firestarter 1.1


TheRaven
12-23-2004, 18:32
Version 1.1: Changed the ingame description
Version 1.0: Originaly created by TheRaven
----------------------------------------------------------------------

Firestarter
I was tinkering with a new teleportation function
and thought I could put it to some use and made
this quick and dirty hero. So it is not very inventive.

Description:
I'm the trouble starter, punking instigator.
I'm the fear addicted, danger illustrated.
I'm a firestarter, twisted firestarter,
you're the firestarter, twisted firestarter.
I'm the bitch you hated, filth infatuated.
Yeah, I'm the pain you tasted, fell intoxicated
I'm a firestarter, twisted firestarter,
you're the firestarter, twisted firestarter.
I'm the self-inflicted, punk detonator.
Yeah, I'm the one invented, twisted animator.
I'm a firestarter, twisted firestarter,
you're the firestarter, twisted firestarter.
starter... starter... starter...

Ability:
- Teleport to where you point your crosshair and explode, damaging all nearby players

Features:
- New improved teleportation function
- Explosion shockwave can send players flying


shconfig.cfg CVARS :
//Firestarter
Firestarter_level 5 // Character level to take this hero.
Firestarter_cooldown 20 // Time to wait until you can use the special ability again.
Firestarter_delay 1.0 // The delay between keypress and teleport. You are frozen as well.
Firestarter_mindamage 75 // Minimum damage the explosion does.
Firestarter_maxdamage 125 // Maximum damage the explosion does.
Firestarter_reducedamage 25 // The firestarter himself takes this less damage.
Firestarter_radius 350 // Radius for the explosion

Chivas2973
12-23-2004, 22:51
I like the idea, gonna check it out, good job as always man

kILL-jOY
11-04-2005, 22:42
i know this was made a while ago but can someone fix it so when u explode u can actual move again

enough
11-05-2005, 00:01
haha, i like the new exploding effect. nice. :D

Killer Mc Killer
11-09-2005, 22:07
Ya very nice but can you make it were you teleport explode and still be alvie int hat postion? so its like a flame circle and it hurts everyone in the ratius and still be alive?




shortage:teleport explode still alive.... :shock: :twisted: :lol: :D

Emp`
11-09-2005, 22:16
im pretty sure you can do this on line 199
if( is_user_alive(a) && ( get_user_team(id) != get_user_team(a) || FFOn != 0 || a == id ) ) {
change it to
if( is_user_alive(a) && a != id && ( get_user_team(id) != get_user_team(a) || FFOn != 0 ) ) {
and you wont be able to damage yourself