View Single Post
Author Message
93SHADoW
AlliedModders Donor
Join Date: Jul 2014
Location: Houston, TX
Old 09-11-2014 , 20:13   [Abilities] Simple Custom Bowrage
Reply With Quote #1

While the rage itself isn't anything new, it's basically to allow some limited customization of the existing CBS bowrage for future bosses that would use the bowrage, as a replacement of rage_cbs_bowrage.

The args are pretty simple:

Code:
	"abilityX" //Replace X with your last ability number
	{
		"name" "rage_new_bowrage"
		"arg1" "3" // Select Bow: 0: Huntsman, 1: Festive Huntsman, 2: Fortified Compound, 3: Crusader's Crossbow, 4: Festive Crusader's Crossbow
		"arg2" "1" // Killstreak Bow? 0: No, 1: Yes
		"arg3" "4" // Ammo (setting to -1 will give ammo based on # of alive players)
		"arg4" "1" // Clip
		"arg5" "2 ; 3 ; 206 ; 1.10" // Attributes (will override arg2)
		"plugin_name"	"s93_bowrage"
	}
Don't click Get Plugin, the .smx is attached below. Remember to change the extension from .smx into .ff2

included is a sample cfg which on-rage gives the Christian Brutal Sniper a Killstreak Fortified Compound with 8 arrows.

Changes:
v1.0 (9/31/14): initial version
v1.1 (2/2/15): now can specify attributes & clip size, now includes medic crossbows as well
v1.2 (6/19/16): now AMS compatible and autodetects if a boss has AMS.
Attached Files
File Type: sp Get Plugin or Get Source (s93_bowrage.sp - 364 views - 4.1 KB)
File Type: cfg brutal_sniper_hale.cfg (3.0 KB, 335 views)
File Type: smx s93_bowrage.smx (9.7 KB, 456 views)
__________________

Last edited by 93SHADoW; 06-23-2016 at 00:51.
93SHADoW is offline
Send a message via AIM to 93SHADoW Send a message via Skype™ to 93SHADoW