Raised This Month: $7 Target: $400
 1% 

Blade (TreDizzle / AssKicR / vittu)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
AssKicR
Veteran Member
Join Date: Mar 2004
Location: Norway-Europe(GTM+1)
Old 07-18-2004 , 08:04   Blade (TreDizzle / AssKicR / vittu)
Reply With Quote #1

Blade v1.1

Description
Silver Knife & Bullets - Burn Vampires with your KNIFE or Deal Extra Burning Damage with your MAC10 or USP



http://www.marveldatabase.com/wiki/index.php/Blade

shconfig.cfg CVARS
Code:
//Blade
blade_level 5
blade_speed 350		//How fast he runs with knife, usp, or mac10 (Default 350)
blade_knifeburns 8	//Amount of burns from a knife attack, set to -1 for continuous burn (Default 8)
blade_knifeburndmg 5	//Amount of damage per burn from knife burn (Default 5)
blade_gunburns 5 	//Amount of burns from a usp/mac10 attack (Default 5)
blade_gunburndmg 3	//Amount of damage per burn from gun burn (Default 3)
**Requires Modified Dracula**
Included in Required Files zip below (sh_dracula v1.18m)

**AMX Mod X 1.75 & up ONLY**
**Requires Fakemeta Module (if model is used)**


Editable Defines in top of code
Note: If you change anything from default settings you must edit and recompile the plugin.
Code:
// Unlimited ammo // 0 = no reload, 1 = drop weapon, 3 = disable unlimited ammo [Default 3] #define AMMO_MODE 3 // 0 = don't use custom MAC10 model, 1 = use custom MAC10 model [Default 0] #define USE_MODEL 0 // 0 = don't give free weapons, 1 = give free mac10 and usp(if T) [Default 0] #define GIVE_WEAPONS 0

If another hero is a vampire and you want Blade's burn damage to work on it. Add the following code to the bottom, but change HasDracula[id] to match the hero's variable. Then recompile the hero.
Code:
//---------------------------------------------------------------------------------------------- // CreateMultiForward check for another hero to see if user has the hero public sh_is_vampire(id) {     if ( HasDracula[id] )         return 4     return 3 } //----------------------------------------------------------------------------------------------
Attached Files
File Type: sma Get Plugin or Get Source (sh_blade.sma - 12706 views - 14.3 KB)
File Type: zip sh_blade_required_files.zip (9.9 KB, 9427 views)
File Type: zip sh_blade_optional_model.zip (356.1 KB, 8886 views)
__________________
My Plugins

Got ??

Last edited by vittu; 09-16-2006 at 03:09.
AssKicR is offline
sai402
Member
Join Date: Sep 2005
Old 11-06-2004 , 00:27   blade amx099 version?
Reply With Quote #2

im looking for a blade for the amx v0.9.9 version, thanks
sai402 is offline
vittu
SuperHero Moderator
Join Date: Oct 2004
Location: L.A. County, CA
Old 11-06-2004 , 00:44  
Reply With Quote #3

this one doesn't work get prowlers hero pack use the search button...
vittu is offline
Send a message via AIM to vittu Send a message via MSN to vittu Send a message via Yahoo to vittu
vittu
SuperHero Moderator
Join Date: Oct 2004
Location: L.A. County, CA
Old 09-16-2006 , 14:32   Re: Blade (TreDizzle / AssKicR / vittu)
Reply With Quote #4

Updated:
Hero requires the modified dracula or some other hero with the vampire check above, otherwise it will not do anything so it will not load itself. Model was set optional to avoid requiring server operators to use it, along with a few other options that are defines which would require the plugin to be recompiled if edited.
Code:
* v1.1 - vittu - 5/3/06
*      - Cleaned up and recoded.
*      - Modified Dracula so Blade can actually work, included with download. (sh_dracula v1.18m)
*      - Changed glock to mac10 (since that's what he uses), with optional model.
*      - Changed damage to be determined by number of burns.
*      - Changed scream sound.
*      - Fixed and changed speed to work with knife, usp, and mac10.
*      - Removed knife damage multiplier against non-dracula's.
vittu is offline
Send a message via AIM to vittu Send a message via MSN to vittu Send a message via Yahoo to vittu
borus
Junior Member
Join Date: Mar 2005
Old 12-24-2006 , 19:51   Re: Blade (TreDizzle / AssKicR / vittu)
Reply With Quote #5

hey it give me a error:
SUPERHERO Blade 1.1 TreDizzle/AssKic sh_blade.amxx error

i did everything i do with any other hero, but this one dn't work
__________________
Look up in the air!...its a bird, no its a plane nnoooo its SUPERMAN!!!!!
borus is offline
vittu
SuperHero Moderator
Join Date: Oct 2004
Location: L.A. County, CA
Old 12-27-2006 , 15:53   Re: Blade (TreDizzle / AssKicR / vittu)
Reply With Quote #6

Quote:
Originally Posted by borus View Post
hey it give me a error:
SUPERHERO Blade 1.1 TreDizzle/AssKic sh_blade.amxx error

i did everything i do with any other hero, but this one dn't work
blade disables itself if you do not have a hero which it can be used with, otherwise blade has no purpose and is useless. That's why the first post says "Requires Modified Dracula...Included in Required Files zip below (sh_dracula v1.18m)".
vittu is offline
Send a message via AIM to vittu Send a message via MSN to vittu Send a message via Yahoo to vittu
brad1104
New Member
Join Date: Dec 2008
Old 12-29-2008 , 13:29   Re: Blade (TreDizzle / AssKicR / vittu)
Reply With Quote #7

Hey I'm new to sh stuff and am i just learning how to add them and if anyone can help after i install this hero the model does not work can someone help me please
brad1104 is offline
FrooOog
New Member
Join Date: Sep 2009
Old 09-14-2009 , 14:34   Re: Blade (TreDizzle / AssKicR / vittu)
Reply With Quote #8

I'm already trying to make a time to display the weapon of this hero but I can not ...
someone help me? I already wrote in blade.sma as shown up there, but not advance!
FrooOog is offline
Souper Man
Junior Member
Join Date: Jul 2010
Old 08-16-2010 , 14:43   Re: Blade (TreDizzle / AssKicR / vittu)
Reply With Quote #9

Hey i gotta big problem, in my server people have to get the hero dracula before they can get the burn damage on them and i dont know how to fix it, can someone help me?

Thanks
Souper Man is offline
vittu
SuperHero Moderator
Join Date: Oct 2004
Location: L.A. County, CA
Old 08-16-2010 , 15:36   Re: Blade (TreDizzle / AssKicR / vittu)
Reply With Quote #10

That's not a problem, that is how it is supposed to work.
vittu is offline
Send a message via AIM to vittu Send a message via MSN to vittu Send a message via Yahoo to vittu
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:24.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode