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

[TF2Items] Item Designer - Advanced Give Item


Post New Thread Reply   
 
Thread Tools Display Modes
ShowTeKPT
Member
Join Date: Apr 2013
Old 04-10-2013 , 13:35   Re: [TF2Items] Item Designer - Advanced Give Item
Reply With Quote #101

EDIT: If you want to make a menu that has more than 4 quotations just put \"
#num: sends the command with quotes
@num: sends the commands without quotes

---------------------------------------------------------------------------------------
Its a nice plugin

Last edited by ShowTeKPT; 04-10-2013 at 16:23.
ShowTeKPT is offline
jensolaf
New Member
Join Date: Apr 2013
Location: Planet Earth
Old 04-11-2013 , 07:47   Re: [TF2Items] Item Designer - Advanced Give Item
Reply With Quote #102

Hello, your plugin is incredible. I have 1 question. can i equip actions? like shred alert.

Last edited by jensolaf; 03-18-2015 at 06:48.
jensolaf is offline
DarthNinja
SourceMod Plugin Approver
Join Date: Mar 2009
Location: PreThinkHook()
Old 04-11-2013 , 15:22   Re: [TF2Items] Item Designer - Advanced Give Item
Reply With Quote #103

Nope
__________________
DarthNinja is offline
Purple_G
New Member
Join Date: Apr 2013
Old 04-14-2013 , 01:46   Re: [TF2Items] Item Designer - Advanced Give Item
Reply With Quote #104

I don't know how to do this cr4p, so can someone plz give me a: Iron Kurtain with deflector stats and sound and also 1hp per hit. An unusual Purple Hound dog with Purple Energy
Purple_G is offline
VintageEpicFail
Senior Member
Join Date: Feb 2012
Location: Straya
Old 04-15-2013 , 00:14   Re: [TF2Items] Item Designer - Advanced Give Item
Reply With Quote #105

Quote:
Originally Posted by Purple_G View Post
I don't know how to do this cr4p, so can someone plz give me a: Iron Kurtain with deflector stats and sound and also 1hp per hit. An unusual Purple Hound dog with Purple Energy
Fairly certain you can't add sound to items with this plugin, but I'll give the weapon and hat a shot

You can get item id's from here:
http://wiki.alliedmods.net/Team_Fort...nition_Indexes

You can find item attributes from here:
http://wiki.teamfortress.com/wiki/Li...tem_attributes

You can find unusual effect values for this plugin here:
https://forums.alliedmods.net/showth...=particle+list

I am assuming you want these items to affect you

Code:
"custom_weapons_v3"
{
	"STEAM_0:0:12345678" // Your steamid here
	{
		"298" // Item id from website I linked to you earlier (Iron Kurtain)
		{
			"quality"		"6" // Item quality (Vintage, Unusual, Strange: This item is "Unique"
			"level"			"42" // Level of the item

			"1"			"323 ; 1" // Attribute 1: Bullets shoot down projectiles
			"2"			"16 ; 1" // Attribute 2: 1 Health per hit
			"3"			"2 ; 50" // Attribute 3: 50% more damage
			"4"			"26 ; 4700" // Attribute 4: +4700 max hp
		}	
		"145" // Item id from website I linked to you earlier (Hound Dog)
		{
			"quality"		"5" // Item quality (Unusual)
			"preserve-attributes"	"1" // Preserve attributes of your item (paint, level, etc)

			"1"			"134 ; 10" // Attribute 1: Effect on item (134) and Value of the effect (10 [see the link to see what number corresponds to which effect)
		}
	}
}
This should work, tell me if there's an issue and I'll try to fix it

Last edited by VintageEpicFail; 04-15-2013 at 02:06.
VintageEpicFail is offline
DarthNinja
SourceMod Plugin Approver
Join Date: Mar 2009
Location: PreThinkHook()
Old 04-15-2013 , 03:39   Re: [TF2Items] Item Designer - Advanced Give Item
Reply With Quote #106

FYI: The above config is not related to this plugin. You would use it with the TF2Items' Item Manager plugin.
__________________
DarthNinja is offline
VintageEpicFail
Senior Member
Join Date: Feb 2012
Location: Straya
Old 04-16-2013 , 06:48   Re: [TF2Items] Item Designer - Advanced Give Item
Reply With Quote #107

Right so the command for the minigun would be:

sm_gi @me 298 1 -1 -1 0 0 tf_weapon_minigun "323 ; 1" "16 ; 1" "2 ; 50" "26 ; 4700"

And the command for the hound dog would be:

sm_gi @me 145 -1 -1 -1 0 1 -1 "134 ; 10"
VintageEpicFail is offline
ShowTeKPT
Member
Join Date: Apr 2013
Old 04-18-2013 , 13:15   Re: [TF2Items] Item Designer - Advanced Give Item
Reply With Quote #108

When you edit a hat, it can only be possible to edit it with another effect if you retry but doesn't always work
ShowTeKPT is offline
VintageEpicFail
Senior Member
Join Date: Feb 2012
Location: Straya
Old 04-18-2013 , 17:47   Re: [TF2Items] Item Designer - Advanced Give Item
Reply With Quote #109

Quote:
Originally Posted by ShowTeKPT View Post
When you edit a hat, it can only be possible to edit it with another effect if you retry but doesn't always work
What do you mean?
VintageEpicFail is offline
ShowTeKPT
Member
Join Date: Apr 2013
Old 04-18-2013 , 18:45   Re: [TF2Items] Item Designer - Advanced Give Item
Reply With Quote #110

For example:
You edit Hustler's Hallmark and put it with Burning Flames, after some rounds you want to change it to another effect.
When I use the command to change it, the effect doesn't change unless I reconnect(retry)
ShowTeKPT is offline
Reply



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:55.


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