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

Moveevent (fromaid) (toaid) OTSERV SVN

RenegadeThePox

New Member
Joined
Oct 7, 2007
Messages
62
Reaction score
2
Hello, im using the otserv 0.6.3 and i have a problem in movements scripts(Svarground Arena) look:

<moveevent event="StepIn" fromaid="42300" toaid="42309" script="arenaroom.lua"/>

Is there another way for me to do this in OTSERV SVN?

Thanks

Problem solved, please close this post!

Quote from Pietia:
lol just add 9 lines of code ?
<moveevent event="StepIn" actionid="42300" script="arenaroom.lua"/>
<moveevent event="StepIn" actionid="42301" script="arenaroom.lua"/>
etc...
 
Last edited:
Back
Top