• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Attr command on tfs 0.4

Banah

Hot, eh?
Joined
Jan 21, 2009
Messages
60
Reaction score
0
Location
Poland
how works this command on tfs 0.4? (I want to put description on item) :blink:
I know that this should looks like for example
Code:
/attr set number attackspeed "10
but I think that param number for description isn't valid...
 
Last edited:
as I said, I want to put description on item and I don't know if is param number valid for a description. If yes, how should it look like?
 
Code:
/attr
		Changes thing properties.
		Parameters
			type, value

		Values
			type
				* Items
					description/desc
					count/fluidtype/charges
					action/actionid/aid
					unique/uniqueid/uid
					duration
					writer
					text
					name
					pluralname
					article
					attack
					extraattack
					defense
					extradefense
					armor
					attackspeed
					hitchance
					shootrange
					depot/depotid
					destination/position/pos/destpos
				* Creatures
					health
					maxhealth
					mana
					maxmana
					basespeed
					droploot
					lossskill
					cannotmove
					skull
					speaktype
				* Players
					fyi
					tutorial
					guildrank
					guildnick
					group
					vocation
					sex
					stamina
					town
					balance
					marriage
					rates
					resetidle
					saving

		Examples
			/attr aid 300
			/attr text "Hello guys"
			/attr skull 2
 
Back
Top