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

Level Tile !

Kojiiro

Nobody cares. Do yourself.
Joined
May 10, 2010
Messages
534
Reaction score
9
Location
Brazil
Hello I want to show my script so that the tile is at such level ^ ^

<movement type="StepIn" actionid="ACTIONID" event="script" value="FILENAME.lua"/>

function onStepIn(cid, item, position, fromPosition)
if getPlayerLevel(cid) >= 100 then
return true
else
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Sorry, You Need to be Level 100 + to Have Access to The Inquisition")
doTeleportThing(cid, fromPosition, false)
end
end

Hugs Kojiiro:thumbup:

 
Back
Top