Ir para conteúdo

[Encerrado] (Slicer) Bug - Poketibia


BrunooMaciell

Posts Recomendados

Slicer Ou @All !!

 

estou com um bug na script starter

 

Bug \/

 

 

[28/10/2012 23:17:21] [Error - GlobalEvent Interface]

[28/10/2012 23:17:22] In a timer event called from:

[28/10/2012 23:17:22] data/globalevents/scripts/start.lua:onStartup

[28/10/2012 23:17:22] Description:

[28/10/2012 23:17:22] (luaDoCleanTile) Tile not found

 

 

Script Starter \/

 

 

function onStartup()

db.executeQuery("UPDATE `players` SET `online` = 0 WHERE `world_id` = " .. getConfigValue("worldId") .. ";")

endGoldenArena(true)

return true

end

 

Editado por Brunnoo
Link para o comentário
Compartilhar em outros sites

tenta ir em lib/golden arena.lua, acha a function..

function creaturesInGolden(upper, lower, player, remove, clean)

 

e deixa ela assim..

function creaturesInGolden(upper, lower, player, remove, clean) -- function by Vodkart and edited by Slicer
local players = {}  
  for x = upper.x - 1, lower.x + 1 do
   for y = upper.y - 1, lower.y + 1 do										
	   local pos = {x = x, y = y, z = upper.z}
	   local m = getTopCreature(pos).uid
	   if remove ~= false and m ~= 0 and ehMonstro(m) then doRemoveCreature(m) end
	   if clean ~= false and hasTile(pos) then doCleanTile(pos, false) end
	   if player ~= false and m ~= 0 and isPlayer(m) and getPlayerStorageValue(m, 22545) == 1 then table.insert(players, m) end
   end
  end
  if player ~= false then return players end
end

Editado por Slicer
Link para o comentário
Compartilhar em outros sites

  • 5 years later...
A questão neste tópico de suporte foi encerrada por falta de respostas. Este tópico está fechado e foi movido para Suporte - Tópicos Sem Resposta.

+ Caso a dúvida não tenha sido resolvida você poderá criar outro tópico solicitando ajuda.
* Lembre-se que é permitido dar UP no tópico a cada 24 horas para assim o destacar e manter movimentado.
Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...