Ta aqui o script :
function onUse(cid, item, fromPosition, itemEx, toPosition)
if getPlayerLevel(cid) >= 150 then
doPlayerAddItem(cid, 2100, 1)
doTeleportThing(cid, {x=3274,y=3447,z=7})
else
doPlayerSendCancel(cid, "This action is not possible.")
end
return true
end
Adiciona no actions.xml
<action itemid="2788" event="script" value="bau/bau.lua"/>