• 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 Movements Error

Tegardee

The Boss
Joined
Jun 18, 2014
Messages
106
Reaction score
0
Location
Brazil
Hey there, I have a problem with my movements.xml file.

when I open the file, appear "Error at line 771, column 3: mismatched tag"

Here: Movements.xml

thanks for attention.
 
Line 567-568.
Code:
  <movevent type="Equip" itemid="2477" slot="legs" event="function" value="onEquipItem"/>
  <movevent type="Equip" itemid="3983" slot="legs" event="function" value="onEquipItem"/>
 
Also there is an error on line 527
Code:
<movevent type="Equip" itemid="8886" slot="armor" level="75" event="function" value="onEquipItem">/>
should be
Code:
<movevent type="Equip" itemid="8886" slot="armor" level="75" event="function" value="onEquipItem">
 
Back
Top