This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Blade (TreDizzle / AssKicR / vittu)


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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 - 12763 views - 14.3 KB)
File Type: zip sh_blade_required_files.zip (9.9 KB, 9466 views)
File Type: zip sh_blade_optional_model.zip (356.1 KB, 8918 views)
__________________
My Plugins

Got ??

Last edited by vittu; 09-16-2006 at 03:09.
AssKicR is offline
 



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 18:06.


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