1º:
function onUse(cid, item, frompos, item2, topos)
if(coNdConf.battle == true) and (getCreatureCondition(cid, CONDITION_INFIGHT) == TRUE) then
doPlayerSendTextMessage(cid,22,"- Você Precisa estar sem Battle para Teleportar. -") return TRUE
else
doTeleportThing(cid,{x=100, y=40, z=7})
end
2º
function onUse(cid, item, frompos, item2, topos)
setPlayerStorageValue(cid,Storage,1)
end
3º
function onUse(cid, item, frompos, item2, topos)
getPlayerStorageValue(cid,30023) == 1
doPlayerSendTextMessage(cid,22,"- Você Precisa de uma storage. -")
else
doTeleportThing(cid,{x=100, y=40, z=7})
return TRUE
end
Não testei