• 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 Movevent error, TFS

mernes

New Member
Joined
Jul 30, 2009
Messages
41
Reaction score
0
Got a problem when I'm starting TFS:

[19/05/2013 20:48:47] [Warning - BaseEvents::loadFromXml] Cannot open movements.xml file.
[19/05/2013 20:48:47] Line: 905, Info: Premature end of data in tag movements line 2


[19/05/2013 20:48:47] > ERROR: Unable to load MoveEvents!

movements.xml - Speedy Share - upload your files here

What to do? :/
Thanks!
 
movements.xml - Speedy Share - upload your files here
You were missing / at these 2 lines.
XML:
<movevent type="Equip" fromid="8905" toid="8909" slot="shield" event="function" value="onEquipItem"/>
<movevent type="DeEquip" itemid="9777" slot="legs" event="function" value="onDeEquipItem"/>
If <movevent isn't ended with </movevent> after using vocations, then end the line with /> instead of >.
 
Did as you said and changed it,
I also took away line 905, which was an empty line.
Now I get this message:
[20/05/2013 08:31:06] [Warning - BaseEvents::loadFromXml] Cannot open movements.xml file.
[20/05/2013 08:31:06] Line: 904, Info: Premature end of data in tag movements line 2


[20/05/2013 08:31:06] > ERROR: Unable to load MoveEvents!


EDIT: Which is almost the same :/
 
I uploaded your movements.xml with the edits of those 2 lines.
If you want to check what you did wrong you can compare them.
 

Similar threads

Back
Top