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

Command /attr options

but not all works .... work only
/attr action or /attr actionid or /attr aid
/attr unique or /attr uniqueid or /attr uid
why others down work like
/attr set attack 200
etc .... ???
 
here is another one
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
 
how do i make a teleport take you to the spot you want to? like

/attr (whatever) "32360,31782,7

I tried destination but I had no luck =/
 
how do i make a teleport take you to the spot you want to? like

/attr (whatever) "32360,31782,7

I tried destination but I had no luck =/


Its /attr position xxxx, xxxx, x
While u r standing infront of the teleport force :]
 
The /attr command isn't changing the attributes of an item, like: Attack, Defense...

I tried: /attr attack 10, /attr set attack 10.
 
hey man error

01:04 /attr attack 1000
01:04 Following action was invalid: attack (1000)

pls help
 
Back
Top