Mam skrypt:
i występuje mi błąd:
[17/01/2011 20:11:37] luaDoTransformItem(). Item not found
jak to naprawić?
function onUse(cid, item, frompos, item2, topos, i)
local skill = {2160, 2400, 2470, 2471, 2536, 10145}
local times = 4
for n = 1, 6 do
addEvent(doTransformItem, ( times + n )*1000, item, skill[ n ])
end
return true
end
i występuje mi błąd:
[17/01/2011 20:11:37] luaDoTransformItem(). Item not found
jak to naprawić?
Last edited: