• 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

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
 
lol
im using it in my server TFS0.3.6pl1
/attr set name THENAMEYOUWANT
Note:u must stay infront of the thing u want to change it name :)
 
Back
Top