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

House items

Nefs

Nefs Staff
Joined
Jul 15, 2009
Messages
521
Reaction score
7
Location
Barcelona (Spain)
Hello

I have a bug on the items decoration on house, for example, i cant put the cuckoo clock on the wall of my house, and i cant put the mirror on the wall :/

Anyone got the action for these item?
 
Code:
	<item fromid="1873" toid="1876" article="a" name="cuckoo clock">
		<attribute key="forceSerialize" value="1" />
	</item>
	<item id="1877" article="a" name="cuckoo clock">
		<attribute key="weight" value="1500" />
	</item>

i cannot put these items on the stone base ID [6862] this wall :S
 
Last edited:
Back
Top