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

Feragon Online Distributions level door fix

iceroad

New Member
Joined
Dec 18, 2007
Messages
7
Reaction score
0
Yoyoyoy,

I saw all was saying that level doors aint working in Feragon Online.

I want to say that it has with items.xml to do...

lets have a example:

In Feragon Online items.xml:
Code:
<item id="5112" article="a" name="gate of expertise">
	<attribute key="type" value="door" />
	<attribute key="blockprojectile" value="1" />
</item>

How it should look like.
Code:
<item id="5112" article="a" name="gate of expertise">
	<attribute key="type" value="door" />
	<attribute key="levelDoor" value="1000" />
	<attribute key="blockprojectile" value="1" />
</item>

This is the same on all level doors. Just simple add
<attribute key="levelDoor" value="1000" /> On all leveldoors ID.

Thanks, Bye
 
Back
Top