• 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 commands

"
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
"
 
in 0.3.6 you have to use /attr set or /attr erease(at least for items)

and you can use attr for any attribute set for item(everything you can affect by doItemSetAttribute), not only for itemtype
 
Back
Top