Postado Março 8, 2015 10 anos Boa noite pessoal! Estou tendo esses erros no meu ot, alguem sabe o que devo fazer para solucionar esses problemas? [Error - Action Interface ] data/actions/scripts/tools/rope.lua:onUse Description: <luaGetThingFromPos> Tile not found [warning - Monster : : Monster] Unknown event name - inquisitionPortals REP+ para quem ajudar! Obrigado!
Postado Março 8, 2015 10 anos Autor local holeId = {294, 369, 370, 383, 392, 408, 409, 427, 428, 430, 462, 469, 470, 482, 484, 485, 489, 924, 3135, 3136} function onUse(cid, item, fromPosition, itemEx, toPosition) local groundTile = getThingfromPos(toPosition) if groundTile.itemid == 384 or groundTile.itemid == 418 or groundTile.itemid == 8278 then doTeleportThing(cid, {x = toPosition.x, y = toPosition.y + 1, z = toPosition.z - 1}, FALSE) elseif isInArray(holeId, itemEx.itemid) == TRUE then local hole = getThingfromPos({x = toPosition.x, y = toPosition.y, z = toPosition.z + 1, stackpos = STACKPOS_TOP_MOVEABLE_ITEM_OR_CREATURE}) if hole.itemid > 0 then doTeleportThing(hole.uid, {x = toPosition.x, y = toPosition.y + 1, z = toPosition.z}, FALSE) else doPlayerSendCancel(cid, "Sorry, not possible.") end else return FALSE end return TRUE end
Postado Março 8, 2015 10 anos Ta normal, isso acontece quando você usa em algum lugar? ➥ Regras | Seções OTServ | Seções BOT
Postado Março 9, 2015 10 anos Autor entao, eu apenas achei esse erro, deve ter sido algum player que usou!
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.