• 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 Cant load movements.

Joined
Sep 24, 2012
Messages
605
Reaction score
33
Location
Netherlands
Hello guys,

When im trying to start my server (who's far from done) im getting this error. Ive tried every single TFS version for 8.60 but i keep getting this error.

azdhnd.jpg


I wanna post my movements.xml script, but its to long.
im using the movement from this server
http://otland.net/f464/8-6-basic-evo-178142/

since i saw at the error it was in line 2, here is the first part of movements

Code:
<?xml version="1.0" encoding="UTF-8"?>
<movements>

	<!-- EMPORIA Custom -->
	<movevent type="Equip" itemid="11117" slot="feet" event="function" value="onEquipItem"/>
	<movevent type="DeEquip" itemid="11117" slot="feet" event="function" value="onDeEquipItem"/>
	<movevent type="StepIn" actionid="900" event="script" value="manatrainer.lua"/>
	<movevent type="StepOut" actionid="900" event="script" value="manatrainer.lua"/>

can somebody gimme a shot whats wrong or what i can do?
if you need more info, just post here and i will.
 
Last edited:
Back
Top