• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Lua My Vip tile is not working

PureDarkSlayer

New Member
Joined
Apr 10, 2009
Messages
62
Reaction score
3
I have a problem that when people step on the vip tile it does not send them back, they can just go in without being vip. I also have a problem with another script that I have for breaking a exp bug at lvl 80; the tile is also no working.

Rep is always given to who helps ^_^
 
Sec let me show you my movements.xml and I dont get any errors about the script.
PHP:
 <movement event="StepIn" actionid="4009" script="level80.lua"/>
    <movement event="StepIn" actionid="4010" script="pimplewall1.lua"/>
    <movement event="StepIn" actionid="4011" script="pimplewall2.lua"/>
    <movement event="StepIn" actionid="4012" script="12000in.lua"/>
    <movement event="StepIn" actionid="4013" script="12000out.lua"/>
	<movevent type="StepIn" actionid="4014" script="vipfloor.lua"/>
 
Back
Top