• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

MoveEvent Error when starting the engine.

niecik

Mapper
Joined
Jan 22, 2009
Messages
18
Reaction score
0
Hi, when I starting the engine gives me this error:
[Warning - BaseEvents::loadFromXml] Cannot open movements.xml file.
Line: 1267, Info: Premature end of data in tag movements line 2
> ERROR: Unable to load MoveEvents!
DOWNLOAD MOVEMENTS.XML
How to fix it?!
 
It's indeed to long to post, so I just going to post the last part, so you have to replace that.

XML:
<!-- Dodane Itemy -->
	<movevent type="Equip" itemid="7697" slot="ring" event="function" value="onEquipItem"/>
	<movevent type="Equip" itemid="7697" slot="ring" event="script" value="expring.lua"/>
	<movevent type="DeEquip" itemid="7697" slot="ring" event="script" value="expring.lua"/>
	<movevent type="Equip" itemid="2496" slot="head" event="function" value="onEquipItem"/>
	<movevent type="DeEquip" itemid="2496" slot="head" event="function" value="onDeEquipItem"/>
	<movevent type="Equip" itemid="2505" slot="armor" event="function" value="onEquipItem"/>
	<movevent type="DeEquip" itemid="2505" slot="armor" event="function" value="onDeEquipItem"/>
	<movevent type="Equip" itemid="7735" slot="hand" event="function" value="onEquipItem"/>
	<movevent type="DeEquip" itemid="7735" slot="hand" event="function" value="onDeEquipItem"/>
	<movevent type="Equip" itemid="2184" slot="hand" event="function" value="onEquipItem"/>
	<movevent type="DeEquip" itemid="2184" slot="hand" event="function" value="onDeEquipItem"/>
	</movements>
 
Back
Top