• 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 Can't load movements.xml TFS 0.3.6

Finduz

New Member
Joined
Nov 13, 2014
Messages
40
Reaction score
0
Hi me again. I was poking around in movements.xml inorder to change some level reqs for some eq.
Now I can't start the server and I get this error,
Code:
[20/11/2014 19:03:45] [Warning - BaseEvents::loadFromXml] Cannot open movements.xml file.
[20/11/2014 19:03:45] Line: 428, Info: Extra content at the end of the document


[20/11/2014 19:03:45] > ERROR: Unable to load MoveEvents!

And here is that part from movements.xml, Line 424 to 430.
Code:
<movevent type="Equip" itemid="2474" slot="head" level="100" event="function" value="onEquipItem"/>
        <vocation id="3"/>
        <vocation id="7" showInDescription="0"/>
    </movevent>
    <movevent type="DeEquip" itemid="2474" slot="head" event="function" value="onDeEquipItem"/>          <--- row 428
    <movevent type="Equip" itemid="2502" slot="head" event="function" value="onEquipItem"/>
    <movevent type="DeEquip" itemid="2502" slot="head" event="function" value="onDeEquipItem"/>
Would appriciate if someone could tell me how to solve it :p
 
Back
Top