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

could not load movements.xml

Joined
Dec 26, 2007
Messages
325
Reaction score
6
Location
Rio grande, rs, Brazil
<movevent type="StepOut" uniqueid="32193" event="script" value="DOQ/demonOakTree.lua" />
<movevent type="StepIn" itemid="8292" event="script" value="DOQ/demonOakArea.lua" />

i change his movement for movements of other server
 
Look at the line that give the error that is showed in the console.
I recommend Notepad++ so you can easily look the line affected.

Regards,
Loney
 
If u tried removing the last space on both lines then don't mind trying this:

LUA:
<movevent type="StepOut" uniqueid="32193" event="script" value="DOQ/demonOakTree.lua"/>
<movevent type="StepIn" itemid="8292" event="script" value="DOQ/demonOakArea.lua"/>

Value="DOQ/demonOakTree.lua"

Where stands DOQ for?
The name of the lua file is exactly: DOQ/demonOakTree.lua
Also checks if the "DOQ/demonOakTree.lua" file is a lua file.
 
I dont see errors here:
LUA:
	 <movevent type="StepOut" uniqueid="32193" event="script" value="demonOakTree.lua" />
     <movevent type="StepIn" itemid="8292" event="script" value="demonOakArea.lua" />

Made by is other line why you paste and remove /> in other line, post your movemens.xml and i fix for you
 
Back
Top