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

[8.7] The Forgotten Server v0.2.9 (Mystic Spirit)

Gelo Preto

New Member
Joined
Jan 26, 2011
Messages
4
Reaction score
0
Location
Brasil
First let me apologize for my English stock.The (Google Translator) :p

My predicament is with the Movements of the Mystic Spirit, I am a developer OTServ free for all, but I'm faced with the predicament that my Movements in version 3.6 of TFS co funcinará perfectly but need to upgrade the server to 8.7 scripts stopped working with version [8.7] The Forgotten Server v0.2.9 (Mystic Spirit), and I can not leave the server without them.

If you can help me thank you.:)
 
in movements.xml
change
XML:
<movevent type=
to
XML:
<movevent event=
also change
XML:
event="script" value=
to
XML:
script=
 
Last edited:
My Movements are already so.
Code:
	<movement event="StepIn" uniqueid="20089" script="treiners/Trainer1.lua"/>
	<movement event="StepIn" uniqueid="50060" script="treiners/Trainer2.lua"/>
	<movement event="StepIn" uniqueid="50061" script="treiners/Trainer3.lua"/>
	<movement event="StepIn" uniqueid="50062" script="treiners/Trainer4.lua"/>
But thanks anyway for trying to help.
 
Back
Top