Ir para conteúdo

[Encerrado] Problemas Com Evento Zombie


Posts Recomendados

Eu instalei esse evento: http://www.xtibia.com/forum/topic/166931-zombie-events-pagina-gesior/

Ele abre o teleporte tudo certo, fala quantos players tao entrando mais ai quando fecha o teleport ele não da spawn:

20:25 Good luck in the zombie event people! The teleport has closed!

Da essa mensagem a partir daí não dá mais nada,

 

no console deu esses erros:

 

 

[17/10/2012 20:25:21] [Error - GlobalEvent Interface]

[17/10/2012 20:25:21] In a timer event called from:

[17/10/2012 20:25:21] data/globalevents/scripts/zombie event.lua:onTimer

[17/10/2012 20:25:21] Description:

[17/10/2012 20:25:21] data/globalevents/scripts/zombie event.lua:71: bad argument #2 to 'random' (interval is empty)

[17/10/2012 20:25:21] stack traceback:

[17/10/2012 20:25:21] [C]: in function 'random'

[17/10/2012 20:25:21] data/globalevents/scripts/zombie event.lua:71: in function <data/globalevents/scripts/zombie event.lua:69>

 

Se esse 71 e 69 ai emcima for erros na linha tem isso nelas:

 

 

function spawnZombie()

if getGlobalStorageValue(config.playerCount) >= 2 then

pos = {x = math.random(config.fromPosition.x, config.toPosition.x), y = math.random(config.fromPosition.y, config.toPosition.y), z = math.random(config.fromPosition.z, config.toPosition.z)}

Link para o comentário
Compartilhar em outros sites

Coloquei tudo certo aqui:

 

 

teleportPosition = {x = 970, y = 999, z = 7, stackpos = 1}, -- Where the teleport will be created

teleportToPosition = {x = 945, y = 824, z = 7}, -- Where the teleport will take you

 

e aqui:

 

fromPosition = {x = 930, y = 826, z = 7}, -- top left cornor of the playground

toPosition = {x = 957, y = 809, z = 7}, -- bottom right cornor of the playground

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...