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

Lua Zao doors

Adrish

New Member
Joined
Jan 27, 2008
Messages
221
Reaction score
2
Location
Sweden
In zao it's some new doors one of them have the ID 12195, i can't open the door, so please help me. Someone have the codes for that zao doors?


Thanks!
Rep+ if help
 
add this to items.xml

Code:
<item id="12195" article="a" name="closed door">
		<attribute key="type" value="door" />
		<attribute key="blockprojectile" value="1" />
	</item>
	<item id="12196" article="an" name="open door">
		<attribute key="type" value="door" />
	</item>
 
Back
Top