Raised This Month: $51 Target: $400
 12% 

[TF2Items] Item Designer - Advanced Give Item


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Potato Uno
Veteran Member
Join Date: Jan 2014
Location: Atlanta, Georgia
Old 06-20-2015 , 01:04   Re: [TF2Items] Item Designer - Advanced Give Item
Reply With Quote #11

Quote:
Originally Posted by StormishJustice View Post
Does this plugin works on bots?

because i want to spawn a giant deflector heavy with a deflector hat xP
Umm you can do that in the population file itself for MvM without even touching Sourcemod at all.

Here's the code for the giant deflector heavy that shows up in bigrock (from robot_giant.pop). The deflector hat is the u-clank-a, as you can see below:

PHP Code:
        T_TFBot_Giant_Heavyweapons_Deflector
        
{
            
Name "Giant Deflector Heavy"
            
Class Heavyweapons
            Skill Expert
            Health 5000
            ClassIcon heavy_deflector
            Item 
"Deflector"
            
Item "The U-clank-a"
            
Attributes MiniBoss
            WeaponRestrictions PrimaryOnly
            MaxVisionRange 1200
            ItemAttributes
            
{
                
ItemName "Deflector"
                "attack projectiles" 
1
                
"damage bonus" 1.5
            
}
            
CharacterAttributes
            
{
                
"airblast vulnerability multiplier" 0.3
                
"damage force reduction" 0.3
                
"move speed bonus" 0.5
                
"override footstep sound set" 2
            
}
        } 

Last edited by Potato Uno; 06-20-2015 at 01:04.
Potato Uno 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 11:57.


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