[20/06/2012 19:36:27] [Error - MoveEvents Interface]
[20/06/2012 19:36:27] data/movements/scripts/portrait.lua:onEquip
[20/06/2012 19:36:27] Description:
[20/06/2012 19:36:27] (luaDoTransformItem) Item not found
SCRIPT:
function onEquip (cid, item, slot)
if not cid then return true end
if item.uid <= 0 then return true end
if not getItemAttribute(item.uid, "poke") then
return true
end
for i, x in pairs(fotos) do
if string.lower(getItemAttribute(item.uid, "poke")) == string.lower(i) then
doTransformItem(getPlayerSlotItem(cid, 7).uid, fotos[i])
return true
end
end
end
function onDeEquip(cid, item, slot)
if not cid then return true end
if item.uid <= 0 then return true end
if not getItemAttribute(item.uid, "poke") then
return true
end
doTransformItem(getPlayerSlotItem(cid, CONST_SLOT_LEGS).uid, 2395)
end
info
Grupo: Artesão
Registrado: 19/05/11
Posts: 109
Reputação: +4
GALERA AJUDA AE =)
ERRO:
SCRIPT: