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

Items which can't be moved!

The Mapper

Just Imagine
Joined
Jul 22, 2009
Messages
182
Reaction score
2
Hey guys, what I need is items that can't be movable, some one told me it would work putting a unique id, and so it worked.. but when I run the server it appears that the unique id is in all the items I gave this attribute to, so basicly I need way to give items a same action or unique id, so they cannot be movable.
 
if you want to make all items of a some id unmoveable, add this to items.xml for that id
Code:
		<attribute key="moveable" value="0" />
otherwise you can place item 8046 or 8047 over it in editor
if you want something invisible you probably have to use OTItemEditor
 
That won't work, what I don't want to be able to move is for example the chairs, plants, desks, chests and other things from the house of an npc..
 
Back
Top