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

Solved Door Problem

Status
Not open for further replies.

Triarii

New Member
Joined
Jul 27, 2010
Messages
54
Reaction score
0
Location
Jamaica
the door not work :(

i check other items.otb and items.xml and dont work

help me please..

i add to items.xml this, when i dont have this code door dont even work :

Code:
	</item>
		<item id="12156" article="a" name="gate of expertise">
		<attribute key="type" value="door" />
		<attribute key="levelDoor" value="1000" />
		<attribute key="blockprojectile" value="1" />
	</item>
		<item id="12157" article="a" name="gate of expertise">
		<attribute key="type" value="door" />
	</item>
nx58.png
 
Last edited by a moderator:
levelDoor should be all lower-cased in items.xml (leveldoor).
Also, you need to register the door (both 12156 and 12157) in actions.xml. Check other doors in actions.xml to see how it's done.
You also need to register the door in movements.xml for closingdoor.lua. This would only be needed for 12157.
 
Status
Not open for further replies.
Back
Top