Estou tentando uso frasco de sangue na lápide e vai trabalhar e não receber qualquer erro no console
http://4.1m.yt/ahVEPtqMS.png<<<<aqui eu imagem
aqui o script gravestone.lua
function onAddItem(moveitem, tileitem, pos, cid) print(moveitem.itemid, moveitem.type) if moveitem.itemid == 2025 and moveitem.type == 2 then local pid = getTopCreature({x=32791,y=32334,z=9}).uid if not isPlayer(pid) then return false end doSendMagicEffect(getThingPos(pid), CONST_ME_DRAWBLOOD) doTeleportThing(pid, {x=32791, y=32334, z=10}) doSendMagicEffect({x=32791, y=32334, z=10}, 10) doCreatureSay(pid, "Muahahahaha...", 1) end return false end
btw usar otserver 7,60 repp ++ ajudar!