• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows Very confused Crash @Pros i think

Sinceless

Thx bYe
Joined
Mar 27, 2009
Messages
44
Reaction score
0
Location
Bremen,Germany
I got an The Forgotten Server
Version: 0.3.1 TIBIA 8.40 on a Root Server:

QuadCore 64 Bit, 4x 2.1 GHz

4 GB DDR2-RAM

2x 500 GB SATA-HDD

Windows Server 2008
~

My server got this Config with Server Save :

-- Global save
-- NOTE: globalSaveHour means like 03:00, not that it will save every 3 hours,
-- if you want such a system please check out data/globalevents/globalevents.xml.
globalSaveEnabled = "no"
globalSaveHour = 8
shutdownAtGlobalSave = "yes"
cleanMapAtGlobalSave = "no"

and he do this 2-3 times then when he make Save Cpu Used on 25% and Server are Freezed?!?!?! I don't know where is that Problem...

Thank you for Help
 
Last edited:
ok This ist Globalevent.xml:

<?xml version="1.0" encoding="UTF-8" ?>
- <globalevents>
<globalevent name="save" interval="900" script="save.lua" />
<globalevent name="clean" interval="7200" script="clean.lua" />
<globalevent name="checkvip" interval="3600" script="removevipdays.lua" />
<globalevent name="removevip" interval="7200" script="removevip.lua" />
<globalevent name="broadcast" interval="3000" script="broadcast.lua" />
<globalevent name="mystical" interval="1200" script="mystical.lua" />
<globalevent name="shop" interval="30" script="shop.lua" />
</globalevents>



And this Save.Lua:

function onThink(interval, lastExecution)
saveServer()
return TRUE
end



ty
 
Back
Top