PDA

View Full Version : bowser


bumboy16
09-19-2004, 14:29
Im trying to make a Bowser hero and i wanted some ideas for his powers... :lol:

moose
09-19-2004, 15:08
lol...um...
how about fire...(similar to diablo)
a bit slower speed
claws skin, and xtra knife damge...

imported_Phiber
09-19-2004, 15:31
Here are some ideas (some may be ripp offs but this is just powers that bowser have in other games like Super Smash Brothers):

Fire Breath:

Shots fire out of his mouth on keydown. This could be made with a meter on the hud that starts at 100% and then goes down when u use the power. I could load up like 1% a sec. This power could not be like diablo and other heroes that makes their enemies burn after they got hit by it. Becuse that just sucks i think :P . This is more of a close combat power...


Koopa Claw:

If the enemy is close enough to you, Bowser will grab and bite the opponent. 1 hit KO close combat power. Maybe the knife model could be changed to some kind of teeth, i dunno :wink: . 25% chance to hit with this power.


Whirling Fortress:

Whirling Fortress mode for 10 sec.
Crawl into your shell and launch yourself against your enemies. This will make you bounce against walls and other objects and u cant stop untill the power is over. When u hit the enemy with this they will lose 30-70 hp and will get pushed like with yoda.

Cool-down 45 sec. This power would rule if the player model got changed to a shell with spikes on like the one bowser has on his back. You will get really fast in this mode so the speed could be something like 800, and about 80% of all the bullets that hits you could not dmg you.


Bowser Bomb:

Simple really, when you jump and then hit the ground you got 50% chance of stunning all enemies in a sertain radius.


Triple jump:

With this power you can jump 3 times. Like first make a jump from the ground then u can make 2 more in the air.


This powers maybe sucks but they might give u some ideas, good luck!

moose
09-20-2004, 16:26
super smash brothers...lol

MTS Steel DrAgoN
09-20-2004, 19:41
wut? i liked super smash bros..

:(

bumboy16
09-21-2004, 00:43
ya im looking for a bob-omb skin for the granade but cant seen to find one.... :cry:

vittu
09-24-2004, 08:16
http://www.counterstrikeshome.de/weaponmodels.php3?current=5&mps=5&model=grenade&csversion=0&oby=time&odirect=desc

just dont make a crappy hero with it...

MTS Steel DrAgoN
09-24-2004, 12:09
OMG vittu...lol can you do me a favor? (if your not busy)

bumboy16
09-25-2004, 03:52
would these be good powers

1. Flame Breath
2. Powerful knife attack
3. Double jump (still working on the code for this)
4. Gets nades (Bob-Omb skin)
5. might put a claw skin
6. Maby regenerates armor

moose
09-25-2004, 16:20
Very Very good hero,
I'd definatly keep that ight there

imported_Phiber
09-26-2004, 13:50
Sounds damn good to me!! :D

MTS Steel DrAgoN
10-17-2004, 21:25
another hero abandoned....

ArtofDrowning07
10-17-2004, 22:07
sigh... :?

bumboy16
10-17-2004, 22:37
wat do u mean abandoned im still working on it.

Fatebringer
10-17-2004, 22:37
For a month? :?

bumboy16
10-17-2004, 22:39
ya ive been to busy so i just started back on making it and i still cant get the double jump code working yet

MTS Steel DrAgoN
10-17-2004, 23:01
what exactly do you need help with?

bumboy16
10-18-2004, 00:12
i've got the code (i think its right)

public upcraft(parm[1]){
if (get_cvar_num("bowser_jump")==1){
new id = parm[0]
if (get_user_button(id)&IN_JUMP){
new velocity[3]
get_entity_velocity(id,velocity)
velocity[2] = velocity[2] + 105
set_entity_velocity(id,velocity)
}
}
}
//----------------------------------------------------------------------------------------------

but i im still trying to find out a way to get it called i think its

set_task(0.4,"upcraft",id,parm,1,"b")

but where do i put it?

MTS Steel DrAgoN
10-18-2004, 02:37
lol
yeah thats from the stalker plugin
but i learned it did not work
so i did something else :wink:

imported_Phiber
10-18-2004, 02:54
dragon just help him with the code so this hero will be finished :P

chris0826
10-18-2004, 03:07
ill make this hero... well i would if i knew how

bumboy16
10-22-2004, 20:03
lol
yeah thats from the stalker plugin
but i learned it did not work
so i did something else :wink:

wat is it i need help i got almost everything done cept that

imported_Phiber
10-23-2004, 09:28
help him dragon....

And btw have u looked anything more on that hp code i sent u?