consegui faze 1 script pra eles...
function onStepIn(cid, item, position, fromPosition)
level = 2000
if getPlayerLevel(cid) < level then
doTeleportThing(cid, fromPosition, false)
doPlayerSendTextMessage(cid, MESSAGE_EVENT_DEFAULT, "Somente Players level 2000+ podem passar !")
else
doSendMagicEffect(position, CONST_ME_MAGIC_RED)
doPlayerSendTextMessage(cid, MESSAGE_EVENT_DEFAULT, "Bem Vindo !")
end
return TRUE
end
So configura o level nessa linha
level = 2000
use a tag em movements
<movevent type="StepIn" actionid="30000" event="script" value="NOMEDOARQUIVO.lua"/>
nao esqueça de colocar no editor a id 30000 no piso que deseja...
Valeu