PDA

View Full Version : Hero: Sephiroth (WhAsUwAn)


Chivas2973
07-22-2004, 21:56
Sephiroth

Description
Best Hero Ever", "Pretty Basic High HP/AP, knife mult/speed, fast/low gravity, and Godmode, sh shack says This hero has random invincibility, more health, armor, and speed. He also has a stronger knife and can jump higher.

CVARS
sephiroth_level
sephiroth_gravity
sephiroth_armor
sephiroth_health
sephiroth_speed
sephiroth_multiplier
sephiroth_knifespeed
sephiroth_godtime
sephiroth_cooldown

llj143
07-22-2004, 21:58
O MY GOODNESS

A lot of heros you've post.... this is gonna be cool.... thanks man... :D :D :D

so everyday you will post new heros?

WOW

Chivas2973
07-22-2004, 22:02
unfortunatly, you can see I am up to T in the order, so I am almost done, when I am done I will look deep through my files and see if I missed anything that I have and post tomorrow

llj143
07-22-2004, 22:08
:D you know when its done i still hope you will post more new heros.... (downloading right now, can't wait to test it) cool....

Chivas2973
07-22-2004, 22:10
I will try, I think I am gonna put a post in general or something asking for any heros I missed so I can post em

Almighty One
01-15-2005, 15:13
hey i got a question
I saw a sephiroth black sword skin to go w/ sephiroth super hero im wondering if
any of u have seen it or can locate it because it would be greatly appreciated for
my sh server

Enigma
03-13-2005, 15:04
For some reason I can only use sephiroths power once in my server, and I meanonly once. This doesnt change at the end of rounds. When I change the map, I can use the power again, but only once until I change the map.

imported_black
03-15-2005, 14:44
Hey is it true when i playing Cs ..i choose this Heros..my opponent cant kill me for 1 round

MeHMeT
03-24-2005, 19:17
i used to be invincible until i killed my self in some strange and bizare way aka demolition man

nightscreem
03-26-2005, 15:55
zip attached

i attached the zip




Edit (moderator): Attachment removed, top post compiled for all amx/x versions. Hero still needs to be fixed since godmode is set but never removed.

vittu
03-26-2005, 16:11
nightscream: please edit your post use attachment mod, to attach the zip to the fourms...

imported_Cloud
05-09-2005, 17:25
Why does this hero got excepted and my doesnt?
this hero is just a rip, it has no original powers and not even a different model.
then my hero was even more original!!

but so what.. life goes on, with or without my hero :d

EDIT: Ow the date, its a hero from 2004, that could be the reason

imported_goldfish
05-31-2005, 22:06
is ther any way you could add his sword i found it on cs banana als i gt a good clip of his theme music from when u fight him maby you could use that also just caus i luv FF7 i will attach the sword and sound clip once i find them

DancingSquirrel
06-06-2005, 12:58
Yep, its right, the godmode is a bit bugged. You use it once, and you can never use it again for the rest of the map. Not that it actually work for me or anything, I still get killed. Could be some problem the auto resets.

vittu
06-06-2005, 14:38
It's cause the hero is coded like crap. It turns a godmode timer on which never gets used, then turns godmode on and never turns it off, and it won't ever be useable again because the godmode timer is set and is always greater then 0 makeing you not able to use the power key again....

Zefly
07-03-2005, 11:10
this hero would be great if you could get rid of the godmode i personally think no hero should have godmode ruins the fun in the game

Quietkey
07-03-2005, 13:32
So do all of the models...

DancingSquirrel
07-22-2005, 14:30
Godmode's not so bad, you just threw a few round of missle at them and they die anyways...This hero is kinda like haxxor I guess, cept for its coded badly and such lol. Anyone ever gonna fix this thing?

Lord_Destros
09-19-2005, 21:29
WHAAA!!!!!!!! NO KNIFE MODEL!!!!!!!!???????????? lol this needs the kenshin sword model :D.

btw, can someone make this without god mode and use of a bind key. Maybe add the kenshin knife model? I think i know how to add the model (rip :D)but wasn't sure how to remove +power bind.

AZNDARKEVILDEMON
09-19-2005, 23:35
u know if u gonna keep spamming about mdl, why don't u make it for ur self

Lord_Destros
09-20-2005, 22:23
u know if u gonna keep spamming about mdl, why don't u make it for ur self
Read one post above, i said i could add the model, but i don't know how to remove the +power. Can someone do that for me or tell me which lines to remove, i'm noob :(.

AZNDARKEVILDEMON
09-21-2005, 18:47
there you go, now stop asking about mdl

Lord_Destros
09-27-2005, 01:01
ya i know how to add that, my question though was how do you remove the required +power bind. I don't want him to have that godmode thing.
Do i just delete
// RESPOND TO KEYDOWN
public sephiroth_kd() {
new temp[6]
// First Argument is an id with Sephiroth Powers!
read_argv(1,temp,5)
new id=str_to_num(temp)

// Let them know they already used their ultimate if they have
if ( gPlayerUltimateUsed[id] )
{
playSoundDenySelect(id)
return PLUGIN_HANDLED
}

new sephirothCooldown=get_cvar_num("sephiroth_cooldown")
if ( sephirothCooldown>0 )
ultimateTimer(id, sephirothCooldown * 1.0 )

//Fire an action on this button press here

// Make sure they're not in the middle of GOD already
if ( g_sephirothTimer[id]>0 ) return PLUGIN_HANDLED

g_sephirothTimer[id]=get_cvar_num("sephiroth_godtime")+1
set_user_godmode(id,1)
ultimateTimer(id, get_cvar_num("sephiroth_cooldown") * 1.0)

// colussus Messsage
new message[128]
format(message, 127, "You Now Have The Power of Heaven and Hell" )
set_hudmessage(255,0,0,-1.0,0.3,0,0.25,1.0,0.0,0.0,4)
show_hudmessage(id, message)

return PLUGIN_HANDLED
}?
thx.

mydas
09-27-2005, 05:14
delete the keydown event registration, too; it's in "plugin_init()"

Lord_Destros
09-29-2005, 00:03
hmmmm, after doing that he still requires a bind.

vittu
09-29-2005, 00:36
hmmmm, after doing that he still requires a bind.

shCreateHero(gHeroName, "Best Hero Ever", "Pretty Basic High HP/AP, knife mult/speed, fast/low gravity, and Godmode", true, "sephiroth_level" )Change that to false, no more bind required no matter whats in the code after that.

Lord_Destros
09-29-2005, 00:50
k, thx, also the model thing doesn't even work..............it all precaches but it doesn't actually change the model.

1sh0t2killz
09-29-2005, 01:15
maybe if u show us da sma file.....................

vittu
09-29-2005, 01:22
he's talking about the one azndarkevildemon posted above... but since the orginal didn't have a model I don't care to check.

Lord_Destros
09-29-2005, 18:43
well thx for the help so far anyways.....

Lord_Destros
09-30-2005, 21:20
lmao, i just realized the code was ripped from vittu's kenshin edited plugin.