• 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 Error,dont see whats wrong..

70011983

Ners
Joined
Nov 21, 2011
Messages
354
Solutions
1
Reaction score
56
Location
Croatia
Was changing so the zaoan armor/legs could be used by all players,deleted a line or two and got this error :S
I don't see or can't find what's wrong..
Code:
[13/03/2013 22:53:22] [Warning - BaseEvents::loadFromXml] Cannot open movements.xml file.
[13/03/2013 22:53:22] Line: 310, Info: Extra content at the end of the document


[13/03/2013 22:53:22] [Error - Game::reloadInfo] Failed to reload move events.


Movements.xml
This is how it looks like from line 296 up to 318
Code:
	</movevent>
	<movevent type="DeEquip" itemid="7891" slot="feet" event="function" value="onDeEquipItem"/>
	<movevent type="Equip" itemid="7893" slot="feet" event="function" value="onEquipItem">
		<vocation id="1"/>
		<vocation id="5" showInDescription="0"/>
		<vocation id="2"/>
		<vocation id="6" showInDescription="0"/>
	</movevent>
	<movevent type="DeEquip" itemid="7893" slot="feet" event="function" value="onDeEquipItem"/>
	<movevent type="Equip" itemid="9932" slot="feet" level="130" event="function" value="onEquipItem"/>
	<movevent type="DeEquip" itemid="9932" slot="feet" event="function" value="onDeEquipItem"/>
	<movevent type="Equip" itemid="9933" slot="feet" level="130" event="function" value="onEquipItem"/>
	<movevent type="DeEquip" itemid="9933" slot="feet" event="function" value="onDeEquipItem"/>
	</movevent>
	<movevent type="Equip" itemid="11234" slot="feet" level="70" event="function" value="onEquipItem">
		<vocation id="3"/>
		<vocation id="4"/>
		<vocation id="7" showInDescription="0"/>
		<vocation id="8" showInDescription="0"/>
	</movevent>
	<movevent type="DeEquip" itemid="11234" slot="feet" level="70" event="function" value="onDeEquipItem"/>
	<movevent type="Equip" itemid="11297" slot="feet" event="function" value="onEquipItem"/>
	<movevent type="DeEquip" itemid="11297" slot="feet" event="function" value="onDeEquipItem"/>
 
Last edited:
Back
Top