(Se ajudei REP+)
Bom kra, vai na pasta do serv, dps vai em data>globalevents>scripts>save.lua abre o save.lua com o bloco de notas, ae apaga tudo q tem la e copia isso:
local config = {
broadcast = {120, 30},
shallow = "no",
delay = 120,
events = 30
}
config.shallow = getBooleanFromString(config.shallow)
local function executeSave(seconds)
if(isInArray(config.broadcast, seconds)) then
local text = ""
if(not config.shallow) then
text = "Full s"
else
text = "S"
end
text = text .. "erver save within " .. seconds .. " seconds, please mind it may freeze!"
doBroadcastMessage(text)
end
if(seconds > 0) then
addEvent(executeSave, config.events * 1000, seconds - config.events)
else
doSaveServer(config.shallow)
end
end
function onThink(interval, lastExecution, thinkInterval)
if(table.maxn(config.broadcast) == 0) then
doSaveServer(config.shallow)
else
executeSave(config.delay)
end
return true
end








info
Grupo: Campones
Registrado: 01/11/12
Posts: 2
Reputação: 0
Char no Tibia: Zord of Elera
Boa Tarde!Sou novo aqui e no poketibia Ot serv, Baixei um Erodino.8.54 sempre que executo o "the forgotten Serve" aparece.
[01/11/2012 19:10:17] [Error - GlobalEvent Interface]
[01/11/2012 19:10:17] data/globalevents/scripts/save.lua
[01/11/2012 19:10:17] Description:
[01/11/2012 19:10:17] data/globalevents/scripts/save.lua:8: attempt to call global 'getBootleanFromString' (a nil value)
[01/11/2012 19:10:17] [Warning - Event::loadScript] Cannot load script (data/globalevents/scripts/save.lua)
Alguem pode me ajuda. ??