local MorshabaalRespawn = GlobalEvent("MorshabaalRespawn")
function MorshabaalRespawn.onTime(interval)
local day = config.days[os.date("%A")]
if day then
local item = Game.createItem(config.teleportId, 1, day[1])
if item then
if not item:isTeleport() then
item:remove()
return false
end
item:setDestination(day[2])
end
addEvent(function()
Game.createMonster(config.bossName, config.bossPosition, false, true)
Game.broadcastMessage(config.bossName .. ' In revenge for my brother death, I will devastate this continent!', MESSAGE_GAME_HIGHLIGHT)
end, 5000)
end
return true
end
Pergunta
naval288 0
Tenho esse Script Mais ele não inicia, não da erro. não acontece nada. alguem pode me ajudar uso o RkDiazGlobal - TFS 1.6 client 12.98
Link para o comentário
Compartilhar em outros sites
1 resposta a esta questão
Posts Recomendados