Tipo do script: Movements.
Protocolo (versão do Tibia): 8.60.
Servidor utilizado: Styller Yurots.
Nível de experiência: Media.
Adicionais/Informações: Eu Preciso de 1 Script Que Remova Paredes Quando Passe Por 1 Tile eu Estou Usando 1 Aki Mais Ele Nao Remove Aparece 1 Erro.
o Script Que eu Uso
function onStepIn(cid, item, topos)
local lugardele = {x=1763, y=668, z=14, stackpos=1} -- lugar
itemid = 3362
if isPlayer(cid) == TRUE then
if item.actionid == 9071 then
if getPlayerStorageValue(cid, 9071) == -1 then
doRemoveItem(cid,1,lugardele)
doCreatureSay(cid, msg, TALKTYPE_ORANGE_1)
setGlobalStorageValue(9071, 1)
end
end
end
end
E Esse é o Erro Que Aparece no Meu DIstro.
[03/01/2012 16:12:44] [Error - MoveEvents Interface]
[03/01/2012 16:12:45] data/movements/scripts/RadBR/kshield71.lua:onStepIn
[03/01/2012 16:12:45] Description:
[03/01/2012 16:12:45] (luaDoRemoveItem) Item not found
Espero Que me Ajudem, Obrigado
;D.