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

All rings not working.

tiddpd

PHP Scripter
Joined
Apr 16, 2008
Messages
331
Reaction score
0
None of the rings on my server are working, I did not modify them, and I've checked if theres different updated attributes, and there isn't I've also checked movements and they are all in there...

Anyone else having this problem? because I like like for the rings to work.
 
then look your movemnts.xml and movements with clear 03 distro;]

like change your

<movevent event="StepIn" actionid="11010" script="tutorial/tut1.lua" />

to

<movevent type="StepIn" actionid="11010" event="script" value="tutorial/tut1.lua" />

and all will be working

rep++ if i help:D
 
Back
Top