• 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!

Error with MOVEMENTS.xml

mahant

Banned User
Joined
May 15, 2010
Messages
111
Reaction score
1
Hi,
i have problem :|

Code:
[9:27:30.924] >> Loading script systems
data/movements/movements.xml:449: parser error : Opening and ending tag mismatch: movements line 2 and movevent
        </movevent>
                   ^
data/movements/movements.xml:450: parser error : Extra content at the end of the document
        <movevent type="DeEquip" itemid="7902" slot="head" event="function" value="onDe
        ^
[9:27:30.988] [Warning - BaseEvents::loadFromXml] Cannot open movements.xml file.
[9:27:30.988] Line: 450, Info: Extra content at the end of the document


[9:27:30.988] > ERROR: Unable to load MoveEvents!



Movements.xml

Code:
445:	<movevent type="DeEquip" itemid="7901" slot="head" event="function" value="onDeEquipItem"/>
446:	<movevent type="Equip" itemid="7902" slot="head" event="function" value="onEquipItem"	showInDescription="0"/>
447:		<vocation id="7"/>
448:		<vocation id="8" showInDescription="0"/>
449:	</movevent>
450:	<movevent type="DeEquip" itemid="7902" slot="head" event="function" value="onDeEquipItem"/>
451:	<movevent type="Equip" itemid="7903" slot="head" event="function" value="onEquipItem">
452:		<vocation id="1"/>
		<vocation id="5" showInDescription="0"/>
		<vocation id="2"/>
		<vocation id="6" showInDescription="0"/>
	</movevent>

Please, help me :(


@edit
I have made quest with ICE MASK (7902 id), and then this error :/
 
Yes, tfs. I changed my movements for original and it works but idk if it will not miss some "features" that i added :|
 
Back
Top