local config = { [1] = {remove_id = XXXX, remove_quantidade = xxx} [2] = {remove_id = XXXX, remove_quantidade = xxx} }
function onUse(cid, item, frompos, item2, topos)
for i = 1, #config do if doPlayerRemoveItem(cid, config.remove_id, config.remove_quantidade) then doPlayerSendTextMessage(cid, 27,"Bem Vindo!") else return true end doPlayerSendCancel(cid, "Seu Personagem: "..getCreatureName(cid)..", Precisar Do Item Para Entra") doTeleportThing(cid, topos) end end return true end
a script ai
remove_id < -- id do item
remove_quantidade < -- quantidade do item