function onUse(cid, item, frompos, item2, topos)
pos = {x=155, y=28, z=7}
if item.itemid == 7633 then
doPlayerSendCancel(cid,"Abra o bau para se tornar vip!")
doTeleportThing(cid,pos)
doRemoveItem(item.uid,1)
else
doPlayerSendCancel(cid,"Faio !")
end
return 1
end
</item>
<item id="7633" name="Vip Stone">
<attribute key="description" value="De use neste item e abra o chest do lugar onde voce ira cair para virar VIP."/>
</item>