Postado Novembro 19, 2016 8 anos Autor Eu upei a pasta toda do creaturescript no 4shared, aqui esta > http://www.4shared.com/rar/h1oyPHXLba/creaturescripts.html? Eu não entendo, eu ja voltei o creature script original dessa distro e o erro continua... Editado Novembro 19, 2016 8 anos por BrunoXbn (veja o histórico de edições)
Postado Novembro 26, 2016 8 anos O problema me parece estar no script idle.lua na pasta creaturescripts, troque para esse: local config = { idleWarning = getConfigValue('idleWarningTime'), idleKick = getConfigValue('idleKickTime') } function onThink(cid, interval) if not isCreature(cid) or (getTileInfo(getCreaturePosition(cid)).nologout or getCreatureNoMove(cid) or getPlayerCustomFlagValue(cid, PLAYERCUSTOMFLAG_ALLOWIDLE)) then return true end local idleTime = getPlayerIdleTime(cid) + interval doPlayerSetIdleTime(cid, idleTime) if(config.idleKick > 0 and idleTime > config.idleKick) then doRemoveCreature(cid) elseif(config.idleWarning > 0 and idleTime == config.idleWarning) then local message = "You have been idle for " .. math.ceil(config.idleWarning / 60000) .. " minutes" if(config.idleKick > 0) then message = message .. ", you will be disconnected in " local diff = math.ceil((config.idleWarning - config.idleKick) / 60000) if(diff > 1) then message = message .. diff .. " minutes" else message = message .. "one minute" end message = message .. " if you are still idle" end doPlayerSendTextMessage(cid, MESSAGE_STATUS_WARNING, message .. ".") end return true end _ .-'` `} _./) / } .'o \ | } '.___.'`.\ {` /`\_/ , `. } ME DA UMA NOZ! \=' .-' _`\ { `'`;/ `, } _\ @ ; } /__`;-...'--' Cluck!
Postado Novembro 28, 2016 8 anos Autor Nada, ainda persiste o Erro, até mudei de distro para uma mais simples, mesmo assim o erro continua, e eu nao faço ideia porque eu transferi pasta por pasta, e cada pasta que eu tranferi eu testei, e assim foi ate transferir todas, e nada de dar erro.... depois do ultimo teste, fechei o OT as pastas tudo mais, fui testar no outro dia o mesmo erro... Tipo do nada...
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.