--*Config
config = {
storage = 13540,
msg_true = "Bem vindo à area V.I.P.",
msg_false = "Somente players V.I.P. podem entrar."
}
function onStepIn(cid, item, position, fromPosition)
if getPlayerStorageValue(cid, config.storage) >= 1 then
doPlayerSendTextMessage(cid, 25, config.msg_true)
else
doTeleportThing(cid, fromPosition)
doPlayerSendTextMessage(cid, 25, config.msg_false)
end
return true
end
Vai em data/movements/scripts.
Em data/movements/movements.xml coloque:
<movement type="StepIn" actionid="ACTION_ID" script="NOME_DO_ARQUIVO.lua"/>





info
Grupo: Campones
Registrado: 06/07/09
Posts: 11
Reputação: 0
Char no Tibia: (ADM)CandyBrother ;@
~Haiil~
Eu gostaria de um Script de VIP Para Servidor 8.10
Um piso onde somente VIP entra e tals..
Obriigado ;D[/b][/color]