ago

[RELEASED] Server mod loader + priest + crops + seasons + server packs + bag of holding

Recommended Posts

On 26.11.2017 at 4:56 PM, ago said:

servermap

  • new mod which packs a map dump as serverpack
    • Option addServerMapPack: A server pack mit the mapdump is added (defaults to true)
    • Option renderServerMap: The server map is rendered from the live data on server start (defaults to true)
    • If renderServerMap is false the following static map dumps are checked in the following order
      • servername/mapname.png (e.g. Adventure/heavenord.png)
      • servername/render.png
      • mapdump.png (created with #savemapdump, requires a restart to create the new map pack)

Where can i set the options? i cant see something like this in the properties?

eg where to set renderServerMap = false?

 

Eject

Share this post


Link to post
Share on other sites

In the jar files.for example at META-INF\org.gotti.wurmunlimited.modloader\bagofholding.config

  • Like 1

Share this post


Link to post
Share on other sites
17 hours ago, Eject said:

Where can i set the options? i cant see something like this in the properties?

eg where to set renderServerMap = false?

 

Eject

 

You can start the server once and it will create servermap.config with a template for the options. Or you can manually extract the file META-INF\org.gotti.wurmunlimited.modloader\servermap.config from servermap.jar. You can also add the options directly to servermap.properties or a newly created servermap.config

  • Like 1

Share this post


Link to post
Share on other sites

I am confused about how to get this new way to to push a map of a custom map to work.

Share this post


Link to post
Share on other sites
5 minutes ago, ago said:

Unzip https://github.com/ago1024/WurmServerModLauncher/releases/download/v0.32/servermap-0.32.zip and have httpserver/serverpacks configured.

 

If you'd share where you are confused I might help you at all.

Okay yes, sorry for not being specific. Leaving the Properties and config file unmodified and doing #savemapdump creates mapdump.png in the server root. However this is as far as my understanding to this new setup goes.

map_ocrea.jar gets pushed to the client. So I am guessing that this is do to the name set in wurmlogins.db? but what does the new name have to be changed to?

Do we still have to reference something in the serverpacks.properties file like we had to before with the jar packs we use to have to make?

Perhaps I am thinking this is suppose to be something that it is not as well. I may have overlooked something you already has stated before. I can be a ditz, apologies if I am asking you to repeat yourself.

Share this post


Link to post
Share on other sites

as i understand, just save the map.png (your filename) in the serverfolder (creative, adventure or your own name)

 

Eject

Share this post


Link to post
Share on other sites
2 minutes ago, Eject said:

as i understand, just save the map.png (your filename) in the serverfolder (creative, adventure or your own name)

 

Eject

So in theory I could rename mapdump.png the name ocrea.png without changing the name in the wurmlogin.db and it would push the custom map? At least to test.

Share this post


Link to post
Share on other sites
On 26.11.2017 at 4:56 PM, ago said:

If renderServerMap is false the following static map dumps are checked in the following order

  • servername/mapname.png (e.g. Adventure/heavenord.png)
  • servername/render.png
  • mapdump.png (created with #savemapdump, requires a restart to create the new map pack)

 

i would say yes

Share this post


Link to post
Share on other sites

https://github.com/ago1024/WurmServerModLauncher/wiki/Custom-maps#servermap-mod

 

In short: The default options will automaticly create the map dump and set up the server pack (both without saving it to disk). No further work is needed. The created pack will fit the servers map name so it should be displayed on the client without any configurations.

Unzipping servermap-0.32.zip on the server and having the modloader v0.7 on the client should produce maps with zero configurations needed. There may still be network related issues that would require configuring the httpserver mod though.

Edited by ago
  • Like 2

Share this post


Link to post
Share on other sites
1 minute ago, ago said:

https://github.com/ago1024/WurmServerModLauncher/wiki/Custom-maps#servermap-mod

 

In short: The default options will automaticly create the map dump and set up the server pack. No further work is needed. The created pack will fit the servers map name so it should be displayed on the client without any configurations.

Unzipping servermap-0.32.zip on the server and having the modloader v0.7 on the client should produce maps with zero configurations needed. There may still be network related issues that would require configuring the httpserver mod though.

Got it to work. You don't have to do anything but change the name in wurmlogin.db from Ocrea to your desired name. In my case the name of the custom map folder.

  • Like 2

Share this post


Link to post
Share on other sites

There seems to be an issue with the new template id matching thing.

 

Communicator.checkLegalTileMove is calling PlayerTransfer.willItemsTransfer with targetServer=0, which means there is no mapping for the server and ModPlayerTransfer.willItemLeaveServer returns false.

 

This only seems to affect checks as the player is approaching a border, which causes a bunch of incorrect "The X will not leave the server." messages but doesn't affect the actual transfers.

 

willItemLeaveServer should probably always return true if target server is not known.

Edited by bdew

Share this post


Link to post
Share on other sites
2 hours ago, Elsa said:

The Xmas mod, does it give same gift as in WO? 

You can set the item ID for whatever item you want to be given out for Christmas 

Share this post


Link to post
Share on other sites
1 hour ago, Governor said:

You can set the item ID for whatever item you want to be given out for Christmas 

Ah so if i want to give it same as wo i need to wait. I see 

Share this post


Link to post
Share on other sites

I cant remember the christmastime in wurm, was it from 24 dec to 6 jan ?

 

Eject

Share this post


Link to post
Share on other sites
# Award the spyglass
# You can use item ids or names from ItemList
#present2015=spyglass
#present2016=spyglass
#present2017=spyglass
#present2018=spyglass
#present2019=spyglass
#present2020=489

This is the default config. The file should be automaticly extracted from the jar if you start the server with the christmasmod present for the first time.

Remove the comment character "#" from each line you want to configure. You can use item ids or the names from the ItemList https://github.com/ago1024/WurmServerModLauncher/wiki/Item-and-creature-ids#items

 

It's usually not possible to hand out the same item as the WO server since it's usually a brand new item which is not available in WU yet.

 

 

Edited by ago
  • Like 1

Share this post


Link to post
Share on other sites

the latest mod loader doesn't work correctly, earlier versions I could shut down server with the shutdown server button, now it's no longer there, you get either a start server or start offline server and on top of that, when I try to load a saved game it gives me steam authentication issues, which were not there before..

 

what did you change that has messed it all up, whatever it is please undo it.

 

Spoiler

 

[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: ModLoader version v0.32.1-fb7b686
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Game version 1.5.2.1
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\actiondemo\actiondemo.jar!/META-INF/org.gotti.wurmunlimited.modloader/actiondemo.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\actiondemo.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\announcer\announcer.jar!/META-INF/org.gotti.wurmunlimited.modloader/announcer.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\announcer.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\announcer.config
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\bagofholding\bagofholding.jar!/META-INF/org.gotti.wurmunlimited.modloader/bagofholding.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\bagofholding.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\bagofholding.config
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\betterdig.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\BetterGamemasters.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\bigcontainersBAEAmod.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\biggerhousesmod.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\bulktransportmod.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\christmasmod\christmasmod.jar!/META-INF/org.gotti.wurmunlimited.modloader/christmasmod.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\christmasmod.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\christmasmod.config
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\creatureagemod\creatureagemod.jar!/META-INF/org.gotti.wurmunlimited.modloader/creatureagemod.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\creatureagemod.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\creatureagemod.config
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\cropmod\cropmod.jar!/META-INF/org.gotti.wurmunlimited.modloader/cropmod.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\cropmod.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\cropmod.config
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\digtoground\digtoground.jar!/META-INF/org.gotti.wurmunlimited.modloader/digtoground.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\digtoground.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\digtoground.config
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\ebonywandmod.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\harvesthelper\harvesthelper.jar!/META-INF/org.gotti.wurmunlimited.modloader/harvesthelper.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\harvesthelper.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\harvesthelper.config
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\httpserver\httpserver.jar!/META-INF/org.gotti.wurmunlimited.modloader/httpserver.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\httpserver.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\httpserver.config
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\scriptrunner\scriptrunner.jar!/META-INF/org.gotti.wurmunlimited.modloader/scriptrunner.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\scriptrunner.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\scriptrunner.config
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\serverfixes\serverfixes.jar!/META-INF/org.gotti.wurmunlimited.modloader/serverfixes.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\serverfixes.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\servermap\servermap.jar!/META-INF/org.gotti.wurmunlimited.modloader/servermap.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\servermap.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\servermap.config
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\serverpacks\serverpacks.jar!/META-INF/org.gotti.wurmunlimited.modloader/serverpacks.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\serverpacks.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\toolbelt.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\hitchingpost\hitchingpost.jar!/META-INF/org.gotti.wurmunlimited.modloader/hitchingpost.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\inbreedwarning\inbreedwarning.jar!/META-INF/org.gotti.wurmunlimited.modloader/inbreedwarning.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\spellmod\spellmod.jar!/META-INF/org.gotti.wurmunlimited.modloader/spellmod.properties
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\spellmod.config
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\BetterGamemasters\BetterGamemasters.jar]
[01:21:30 PM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod BetterGamemasters loaded server class com.wurmonline.ulviirala.mods.BetterGamemasters during phase load
[01:21:30 PM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod BetterGamemasters loaded server class com.wurmonline.ulviirala.mods.BetterGamemasters$1 during phase load
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\actiondemo\actiondemo.jar]
[01:21:30 PM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod actiondemo loaded server class com.wurmonline.server.items.ItemTypes during phase load
[01:21:30 PM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod actiondemo loaded server class com.wurmonline.server.MiscConstants during phase load
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\announcer\announcer.jar]
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\bagofholding\bagofholding.jar]
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\betterdig\betterdig.jar]
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\bigcontainersBAEAmod\bigcontainersBAEAmod.jar]
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\biggerhousesmod\BiggerHousesMod.jar]
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\bulktransportmod\bulktransportmod.jar]
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\christmasmod\christmasmod.jar]
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\creatureagemod\creatureagemod.jar]
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\cropmod\cropmod.jar]
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\digtoground\digtoground.jar]
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\ebonywandmod\ebonywandmod.jar]
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\harvesthelper\harvesthelper.jar]
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\httpserver\httpserver.jar]
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\scriptrunner\scriptrunner.jar]
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\serverfixes\serverfixes.jar]
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\serverpacks\serverpacks.jar]
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\servermap\servermap.jar]
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\toolbelt\toolbelt.jar]
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading com.wurmonline.ulviirala.mods.BetterGamemasters as BetterGamemasters (unversioned)
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.gotti.wurmunlimited.mods.actiondemo.ActionDemoMod as actiondemo (v0.32.1-fb7b686)
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.gotti.wurmunlimited.mods.announcer.AnnounceMod as announcer (v0.32.1-fb7b686)
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.gotti.wurmunlimited.mods.bagofholding.BagOfHoldingMod as bagofholding (v0.32.1-fb7b686)
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading net.bdew.wurm.betterdig.BetterDigMod as betterdig (unversioned)
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading com.Joedobo27.bigcontainers.BigContainersBAEAMod as bigcontainersBAEAmod (unversioned)
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading com.webbrar.mods.biggerhousesmod.BiggerHousesMod as biggerhousesmod (1.0.1-TM-80913d9)
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading com.webbrar.wurm.mods.bulktransportmod.BulkTransportMod as bulktransportmod (unversioned)
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.gotti.wurmunlimited.mods.christmasmod.ChristmasMod as christmasmod (v0.32.1-fb7b686)
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.gotti.wurmunlimited.mods.creatureagemod.CreatureAgeMod as creatureagemod (v0.32.1-fb7b686)
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.gotti.wurmunlimited.mods.cropmod.CropMod as cropmod (v0.32.1-fb7b686)
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.gotti.wurmunlimited.mods.digtoground.DigToGround as digtoground (v0.32.1-fb7b686)
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading com.cj5photo.wurmunlimited.mods.ebonywandmod.EbonyWandMod as ebonywandmod (unversioned)
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.gotti.wurmunlimited.mods.harvesthelper.HarvestHelperMod as harvesthelper (v0.32.1-fb7b686)
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.gotti.wurmunlimited.mods.httpserver.HttpServerMod as httpserver (v0.32.1-fb7b686)
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.gotti.wurmunlimited.mods.scriptrunner.ScriptRunnerMod as scriptrunner (v0.32.1-fb7b686)
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.gotti.wurmunlimited.mods.serverfixes.ServerFixesMod as serverfixes (v0.32.1-fb7b686)
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.gotti.wurmunlimited.mods.serverpacks.ServerPackMod as serverpacks (v0.32.1-fb7b686)
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.gotti.wurmunlimited.mods.servermap.ServerMapMod as servermap (v0.32.1-fb7b686)
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading net.bdew.wurm.toolbelt.ToolbeltMod as toolbelt (unversioned)
[01:21:30 PM] INFO com.wurmonline.ulviirala.mods.BetterGamemasters: No carry weight limit: true for MGMT powers 1 and above.
[01:21:30 PM] INFO com.wurmonline.ulviirala.mods.BetterGamemasters: Not slowed by inventory weight: true for MGMT powers 1 and above.
[01:21:30 PM] INFO com.wurmonline.ulviirala.mods.BetterGamemasters: No damage on GM owned items: true for MGMT powers 1 and above.
[01:21:30 PM] INFO com.wurmonline.ulviirala.mods.BetterGamemasters: No Floor building requirements: true for MGMT powers 2 and above.
[01:21:30 PM] INFO org.gotti.wurmunlimited.mods.announcer.AnnounceMod: announcePlayers: true
[01:21:30 PM] INFO org.gotti.wurmunlimited.mods.announcer.AnnounceMod: announcePlayerLogout: true
[01:21:30 PM] INFO org.gotti.wurmunlimited.mods.announcer.AnnounceMod: announceMaxPower: 0
[01:21:30 PM] INFO org.gotti.wurmunlimited.mods.bagofholding.BagOfHoldingMod: spellCost: 30
[01:21:30 PM] INFO org.gotti.wurmunlimited.mods.bagofholding.BagOfHoldingMod: spellDifficulty: 20
[01:21:30 PM] INFO org.gotti.wurmunlimited.mods.bagofholding.BagOfHoldingMod: spellCooldown: 300000
[01:21:30 PM] INFO org.gotti.wurmunlimited.mods.bagofholding.BagOfHoldingMod: effectModifier: 0
[01:21:30 PM] INFO BetterDigMod: overrideClayWeight = 20
[01:21:30 PM] INFO BetterDigMod: overrideTarWeight = 20
[01:21:30 PM] INFO BetterDigMod: overridePeatWeight = 20
[01:21:30 PM] INFO BetterDigMod: overrideMossWeight = 20
[01:21:30 PM] INFO BetterDigMod: digToVehicle = true
[01:21:30 PM] INFO BetterDigMod: dredgeToShip = true
[01:21:30 PM] INFO BetterDigMod: levelToVehicle = true
[01:21:30 PM] INFO BetterDigMod: digToCrates = true
[01:21:30 PM] INFO BetterDigMod: digToDragged = true
[01:21:30 PM] INFO BetterDigMod: levelToDragged = true
[01:21:30 PM] INFO BetterDigMod: levelFromVehicle = true
[01:21:30 PM] INFO BetterDigMod: levelFromDragged = true
[01:21:30 PM] INFO BetterDigMod: levelFromCrates = true
[01:21:30 PM] INFO BetterDigMod: levelFromGround = true
[01:21:30 PM] INFO BetterDigMod: allowWhenMounted = LEVEL, FLATTEN, FLATTEN_BORDER, DIG, LEVEL_BORDER
[01:21:30 PM] INFO org.gotti.wurmunlimited.mods.christmasmod.ChristmasMod: present2015: 972
[01:21:30 PM] INFO org.gotti.wurmunlimited.mods.christmasmod.ChristmasMod: present2016: 972
[01:21:30 PM] INFO org.gotti.wurmunlimited.mods.christmasmod.ChristmasMod: present2017: 972
[01:21:30 PM] INFO org.gotti.wurmunlimited.mods.christmasmod.ChristmasMod: present2018: 972
[01:21:30 PM] INFO org.gotti.wurmunlimited.mods.christmasmod.ChristmasMod: present2019: 972
[01:21:30 PM] INFO org.gotti.wurmunlimited.mods.christmasmod.ChristmasMod: present2020: 972
[01:21:30 PM] INFO org.gotti.wurmunlimited.mods.creatureagemod.CreatureAgeMod: increaseGrowthUntilAge: 8
[01:21:30 PM] INFO org.gotti.wurmunlimited.mods.creatureagemod.CreatureAgeMod: increaseGrowthTimer: 259200
[01:21:30 PM] INFO org.gotti.wurmunlimited.mods.creatureagemod.CreatureAgeMod: excludedTemplates: BOAR_FO, ZOMBIE, WORG, GORILLA_MAGRANON, SKELETON, HYENA_LIBILA
[01:21:30 PM] INFO org.gotti.wurmunlimited.mods.cropmod.CropMod: disableWeeds: true
[01:21:30 PM] INFO org.gotti.wurmunlimited.mods.cropmod.CropMod: extraHarvest: 0
[01:21:30 PM] INFO org.gotti.wurmunlimited.mods.digtoground.DigToGround: dredgeToShip: true
[01:21:30 PM] INFO com.cj5photo.wurmunlimited.mods.ebonywandmod.EbonyWandMod: instantMiningWithEbonyWandOnCaveTile: true
[01:21:30 PM] INFO com.cj5photo.wurmunlimited.mods.ebonywandmod.EbonyWandMod: instantMiningWithEbonyWandOnCaveWall: true
[01:21:30 PM] INFO com.cj5photo.wurmunlimited.mods.ebonywandmod.EbonyWandMod: instantMiningWithEbonyWandOnRockTile: true
[01:21:30 PM] INFO com.cj5photo.wurmunlimited.mods.ebonywandmod.EbonyWandMod: instantTerraformingWithEbonyWand: true
[01:21:30 PM] INFO com.cj5photo.wurmunlimited.mods.ebonywandmod.EbonyWandMod: buryCorpsesWithEbonyWand: true
[01:21:30 PM] INFO org.gotti.wurmunlimited.mods.harvesthelper.HarvestHelperMod: allowMountedHarvest: true
[01:21:30 PM] INFO org.gotti.wurmunlimited.mods.harvesthelper.HarvestHelperMod: enableSeasonsCommand: true
[01:21:30 PM] INFO org.gotti.wurmunlimited.mods.harvesthelper.HarvestHelperMod: enableSeasonsMotd: true
[01:21:30 PM] INFO org.gotti.wurmunlimited.mods.httpserver.HttpServerMod: serverPort: 0
[01:21:30 PM] INFO org.gotti.wurmunlimited.mods.httpserver.HttpServerMod: publicServerAddress: null
[01:21:30 PM] INFO org.gotti.wurmunlimited.mods.httpserver.HttpServerMod: publicServerPort: 0
[01:21:30 PM] INFO org.gotti.wurmunlimited.mods.httpserver.HttpServerMod: internalServerAddress: null
[01:21:30 PM] INFO org.gotti.wurmunlimited.mods.httpserver.HttpServerMod: maxThreads: 50
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.callbacks.Callbacks: Adding callback modcomm to class com.wurmonline.server.intra.IntraServerConnection for  org.gotti.wurmunlimited.modcomm.intra.ModIntraServerHandler with methods [__cb_Proxy_modcomm_0.handle(com.wurmonline.server.intra.IntraServerConnection,java.nio.ByteBuffer)]
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.callbacks.Callbacks: Adding callback modPlayerTransfer to class com.wurmonline.server.intra.PlayerTransfer for  org.gotti.wurmunlimited.modcomm.intra.playertransfer.ModPlayerTransfer with methods [__cb_Proxy_modPlayerTransfer_1.willItemLeaveServer(int,com.wurmonline.server.items.Item,boolean), __cb_Proxy_modPlayerTransfer_1.getRemoteItemTemplateId(int), __cb_Proxy_modPlayerTransfer_1.setTargetServer(int), __cb_Proxy_modPlayerTransfer_1.resetTargetServer(), __cb_Proxy_modPlayerTransfer_1.updateServerStatus(com.wurmonline.server.ServerEntry,boolean)]
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.callbacks.Callbacks: Adding callback modPlayerTransfer to class com.wurmonline.server.creatures.Communicator for  org.gotti.wurmunlimited.modcomm.intra.playertransfer.ModPlayerTransfer with methods [__cb_Proxy_modPlayerTransfer_2.willItemLeaveServer(int,com.wurmonline.server.items.Item,boolean), __cb_Proxy_modPlayerTransfer_2.getRemoteItemTemplateId(int), __cb_Proxy_modPlayerTransfer_2.setTargetServer(int), __cb_Proxy_modPlayerTransfer_2.resetTargetServer(), __cb_Proxy_modPlayerTransfer_2.updateServerStatus(com.wurmonline.server.ServerEntry,boolean)]
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.callbacks.Callbacks: Adding callback modPlayerTransfer to class com.wurmonline.server.questions.MailSendConfirmQuestion for  org.gotti.wurmunlimited.modcomm.intra.playertransfer.ModPlayerTransfer with methods [__cb_Proxy_modPlayerTransfer_3.willItemLeaveServer(int,com.wurmonline.server.items.Item,boolean), __cb_Proxy_modPlayerTransfer_3.getRemoteItemTemplateId(int), __cb_Proxy_modPlayerTransfer_3.setTargetServer(int), __cb_Proxy_modPlayerTransfer_3.resetTargetServer(), __cb_Proxy_modPlayerTransfer_3.updateServerStatus(com.wurmonline.server.ServerEntry,boolean)]
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.callbacks.Callbacks: Adding callback modPlayerTransfer to class com.wurmonline.server.questions.MailSendQuestion for  org.gotti.wurmunlimited.modcomm.intra.playertransfer.ModPlayerTransfer with methods [__cb_Proxy_modPlayerTransfer_4.willItemLeaveServer(int,com.wurmonline.server.items.Item,boolean), __cb_Proxy_modPlayerTransfer_4.getRemoteItemTemplateId(int), __cb_Proxy_modPlayerTransfer_4.setTargetServer(int), __cb_Proxy_modPlayerTransfer_4.resetTargetServer(), __cb_Proxy_modPlayerTransfer_4.updateServerStatus(com.wurmonline.server.ServerEntry,boolean)]
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.callbacks.Callbacks: Adding callback modPlayerTransfer to class com.wurmonline.server.questions.PortalQuestion for  org.gotti.wurmunlimited.modcomm.intra.playertransfer.ModPlayerTransfer with methods [__cb_Proxy_modPlayerTransfer_5.willItemLeaveServer(int,com.wurmonline.server.items.Item,boolean), __cb_Proxy_modPlayerTransfer_5.getRemoteItemTemplateId(int), __cb_Proxy_modPlayerTransfer_5.setTargetServer(int), __cb_Proxy_modPlayerTransfer_5.resetTargetServer(), __cb_Proxy_modPlayerTransfer_5.updateServerStatus(com.wurmonline.server.ServerEntry,boolean)]
[01:21:30 PM] INFO org.gotti.wurmunlimited.modloader.callbacks.Callbacks: Adding callback modPlayerTransfer to class com.wurmonline.server.ServerEntry for  org.gotti.wurmunlimited.modcomm.intra.playertransfer.ModPlayerTransfer with methods [__cb_Proxy_modPlayerTransfer_6.willItemLeaveServer(int,com.wurmonline.server.items.Item,boolean), __cb_Proxy_modPlayerTransfer_6.getRemoteItemTemplateId(int), __cb_Proxy_modPlayerTransfer_6.setTargetServer(int), __cb_Proxy_modPlayerTransfer_6.resetTargetServer(), __cb_Proxy_modPlayerTransfer_6.updateServerStatus(com.wurmonline.server.ServerEntry,boolean)]
[01:21:31 PM] INFO org.gotti.wurmunlimited.modloader.callbacks.Callbacks: Adding callback christmasmod to class com.wurmonline.server.behaviours.ItemBehaviour for  org.gotti.wurmunlimited.mods.christmasmod.ChristmasMod with methods [__cb_Proxy_christmasmod_7.hasPlayerReceivedPresent(com.wurmonline.server.players.Player), __cb_Proxy_christmasmod_7.setPlayerReceivedPresent(com.wurmonline.server.players.Player)]
[01:21:31 PM] INFO org.gotti.wurmunlimited.modloader.callbacks.Callbacks: Adding callback christmasmod to class com.wurmonline.server.behaviours.CreatureBehaviour for  org.gotti.wurmunlimited.mods.christmasmod.ChristmasMod with methods [__cb_Proxy_christmasmod_8.hasPlayerReceivedPresent(com.wurmonline.server.players.Player), __cb_Proxy_christmasmod_8.setPlayerReceivedPresent(com.wurmonline.server.players.Player)]
[01:21:31 PM] INFO org.gotti.wurmunlimited.modloader.callbacks.Callbacks: Adding callback creatureagemod to class com.wurmonline.server.creatures.CreatureStatus for  org.gotti.wurmunlimited.mods.creatureagemod.CreatureAgeMod with methods [__cb_Proxy_creatureagemod_9.getAdjustedLastPolledAge(com.wurmonline.server.creatures.CreatureStatus,boolean)]
[01:21:31 PM] INFO org.gotti.wurmunlimited.mods.serverfixes.ServerFixesMod: Registering server fixes
[01:21:31 PM] INFO BetterDigMod: Installed insertItem dig hook at line 1590
[01:21:31 PM] INFO BetterDigMod: Installed insertItem dig hook at line 1602
[01:21:31 PM] INFO BetterDigMod: Installed insertItem dig hook at line 1605
[01:21:31 PM] INFO BetterDigMod: Installed insertItem dig hook at line 1627
[01:21:31 PM] INFO BetterDigMod: Installed insertItem dig hook at line 1639
[01:21:31 PM] INFO BetterDigMod: Installed getNumItemsNotCoins flattening override at line 1503
[01:21:31 PM] INFO BetterDigMod: Installed canCarry digging flattening at line 1504
[01:21:31 PM] INFO BetterDigMod: Installed getCarriedItem hook in useDirt at line 1453
[01:21:31 PM] INFO BetterDigMod: Installed getCarriedItem hook in useDirt at line 1455
[01:21:31 PM] INFO BetterDigMod: Installed getCarriedItem hook in checkUseDirt at line 1329
[01:21:31 PM] INFO BetterDigMod: Installed getCarriedItem hook in checkUseDirt at line 1330
[01:21:31 PM] INFO BetterDigMod: Patched getVehicle check in Action constructor line 403
[01:21:31 PM] INFO BetterDigMod: Patched getVehicle check in Action constructor line 405
[01:21:31 PM] INFO BetterDigMod: Patched getVehicle check in Action constructor line 853
[01:21:31 PM] INFO BetterDigMod: Patched getVehicle check in Action constructor line 1490
[01:21:31 PM] INFO com.Joedobo27.bigcontainers.BigContainersBAEAMod: makeItemsCombine option changes SUCCESSFUL
[01:21:31 PM] INFO com.Joedobo27.bigcontainers.BigContainersBAEAMod: unlimitedSpace option changes FAILURE
[01:21:31 PM] SEVERE ToolbeltMod: Error loading mod
org.gotti.wurmunlimited.modloader.classhooks.HookException: javassist.NotFoundException: com.wurmonline.client.renderer.gui.ToolBeltComponent
 at org.gotti.wurmunlimited.modloader.classhooks.HookManager.registerHook(HookManager.java:291)
 at net.bdew.wurm.toolbelt.ToolbeltMod.init(ToolbeltMod.java:20)
 at org.gotti.wurmunlimited.modloader.ModLoaderShared.lambda$loadModsFromModDir$8(ModLoaderShared.java:174)
 at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
 at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
 at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
 at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
 at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
 at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
 at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
 at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
 at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
 at org.gotti.wurmunlimited.modloader.ModLoaderShared.loadModsFromModDir(ModLoaderShared.java:172)
 at org.gotti.wurmunlimited.serverlauncher.DelegatedLauncher.main(DelegatedLauncher.java:20)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:498)
 at javassist.Loader.run(Loader.java:288)
 at org.gotti.wurmunlimited.serverlauncher.ServerLauncher.main(ServerLauncher.java:33)
Caused by: javassist.NotFoundException: com.wurmonline.client.renderer.gui.ToolBeltComponent
 at javassist.ClassPool.get(ClassPool.java:452)
 at org.gotti.wurmunlimited.modloader.classhooks.HookManager.registerHook(HookManager.java:287)
 ... 19 more

[01:21:31 PM] INFO org.gotti.wurmunlimited.modloader.callbacks.Callbacks: Adding callback moditems to class com.wurmonline.server.items.Item for  org.gotti.wurmunlimited.modsupport.items.ModItems with methods [__cb_Proxy_moditems_10.getModelName(com.wurmonline.server.items.Item)]
[01:21:31 PM] INFO com.webbrar.wurm.mods.bulktransportmod.BulkTransportMod: Bulk transport
[01:21:31 PM] INFO org.gotti.wurmunlimited.mods.servermap.ServerMapMod: renderServerMap: true
[01:21:31 PM] INFO org.gotti.wurmunlimited.mods.servermap.ServerMapMod: addServerMapPack: true
[01:21:31 PM] INFO org.gotti.wurmunlimited.mods.scriptrunner.ScriptRunnerMod: scriptrunner: scriptsFolder: scriptrunner/scripts
[01:21:31 PM] INFO org.gotti.wurmunlimited.mods.scriptrunner.ScriptRunnerMod: script runner onServerStarted, path: mods\scriptrunner\scripts\onServerStarted, refresh: false
[01:21:31 PM] INFO org.gotti.wurmunlimited.mods.scriptrunner.ScriptRunnerMod: script runner onPlayerLogin, path: mods\scriptrunner\scripts\onPlayerLogin, refresh: false
[01:21:31 PM] INFO org.gotti.wurmunlimited.mods.scriptrunner.ScriptRunnerMod: script runner onPlayerLogout, path: mods\scriptrunner\scripts\onPlayerLogout, refresh: false
[01:21:31 PM] INFO org.gotti.wurmunlimited.mods.scriptrunner.ScriptRunnerMod: script runner onPlayerMessage, path: mods\scriptrunner\scripts\onPlayerMessage, refresh: false
[01:21:31 PM] INFO com.wurmonline.server.gui.WurmServerGuiMain: WurmServerGuiMain starting
[01:21:32 PM] INFO com.wurmonline.server.Constants: Loading configuration file at D:\Program Files (x86)\Steam\steamapps\common\Wurm Unlimited Dedicated Server\.\avalon\wurm.ini
[01:21:32 PM] INFO com.wurmonline.server.Constants: Loading configuration file at D:\Program Files (x86)\Steam\steamapps\common\Wurm Unlimited Dedicated Server\.\avalon\wurm.ini
[01:21:32 PM] INFO com.wurmonline.server.DbConnector: Starting to close all Database Connections.
[01:21:32 PM] INFO com.wurmonline.server.DbConnector: Finished closing all Database Connections.
[01:21:32 PM] INFO org.flywaydb.core.internal.util.VersionPrinter: Flyway 4.0.3 by Boxfuse
[01:21:32 PM] INFO org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:sqlite:avalon/sqlite/wurmcreatures.db (SQLite 3.0)
[01:21:32 PM] INFO org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport: SQLite does not support setting the schema. Default schema NOT changed to main
[01:21:32 PM] INFO org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:sqlite:avalon/sqlite/wurmdeities.db (SQLite 3.0)
[01:21:32 PM] INFO org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport: SQLite does not support setting the schema. Default schema NOT changed to main
[01:21:32 PM] INFO org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:sqlite:avalon/sqlite/wurmeconomy.db (SQLite 3.0)
[01:21:32 PM] INFO org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport: SQLite does not support setting the schema. Default schema NOT changed to main
[01:21:32 PM] INFO org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:sqlite:avalon/sqlite/wurmitems.db (SQLite 3.0)
[01:21:32 PM] INFO org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport: SQLite does not support setting the schema. Default schema NOT changed to main
[01:21:32 PM] INFO org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:sqlite:avalon/sqlite/wurmlogin.db (SQLite 3.0)
[01:21:32 PM] INFO org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport: SQLite does not support setting the schema. Default schema NOT changed to main
[01:21:32 PM] INFO org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:sqlite:avalon/sqlite/wurmlogs.db (SQLite 3.0)
[01:21:32 PM] INFO org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport: SQLite does not support setting the schema. Default schema NOT changed to main
[01:21:32 PM] INFO org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:sqlite:avalon/sqlite/wurmplayers.db (SQLite 3.0)
[01:21:32 PM] INFO org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport: SQLite does not support setting the schema. Default schema NOT changed to main
[01:21:32 PM] INFO org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:sqlite:avalon/sqlite/wurmtemplates.db (SQLite 3.0)
[01:21:32 PM] INFO org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport: SQLite does not support setting the schema. Default schema NOT changed to main
[01:21:32 PM] INFO org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:sqlite:avalon/sqlite/wurmzones.db (SQLite 3.0)
[01:21:32 PM] INFO org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport: SQLite does not support setting the schema. Default schema NOT changed to main
[01:21:32 PM] INFO com.wurmonline.server.Servers: Loading all servers.
[01:21:32 PM] INFO com.wurmonline.server.Servers: Loading New Creative Server - 27596
[01:21:32 PM] INFO com.wurmonline.server.Servers: Using database entry for time 5837000
[01:21:32 PM] INFO com.wurmonline.server.zones.TilePoller: Current polltile=13439774, rest=0 pollmodifier=25385, pollround=1
[01:21:32 PM] INFO com.wurmonline.server.zones.TilePoller: tiles=67108864, mask=-1 ticksperday=3456000, Nthick=19, rest=0, manypertick=true
[01:21:32 PM] INFO com.wurmonline.server.Servers: Loaded 1 servers from the database
[01:21:32 PM] INFO com.wurmonline.server.Servers: Created properties table in the database
[01:21:42 PM] INFO com.wurmonline.server.Constants: Loading configuration file at D:\Program Files (x86)\Steam\steamapps\common\Wurm Unlimited Dedicated Server\.\avalon\wurm.ini
[01:21:42 PM] INFO com.wurmonline.server.DbConnector: Starting to close all Database Connections.
[01:21:42 PM] INFO com.wurmonline.server.DbConnector: Finished closing all Database Connections.
[01:21:42 PM] INFO org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:sqlite:avalon/sqlite/wurmcreatures.db (SQLite 3.0)
[01:21:42 PM] INFO org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport: SQLite does not support setting the schema. Default schema NOT changed to main
[01:21:42 PM] INFO org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:sqlite:avalon/sqlite/wurmdeities.db (SQLite 3.0)
[01:21:42 PM] INFO org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport: SQLite does not support setting the schema. Default schema NOT changed to main
[01:21:42 PM] INFO org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:sqlite:avalon/sqlite/wurmeconomy.db (SQLite 3.0)
[01:21:42 PM] INFO org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport: SQLite does not support setting the schema. Default schema NOT changed to main
[01:21:42 PM] INFO org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:sqlite:avalon/sqlite/wurmitems.db (SQLite 3.0)
[01:21:42 PM] INFO org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport: SQLite does not support setting the schema. Default schema NOT changed to main
[01:21:42 PM] INFO org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:sqlite:avalon/sqlite/wurmlogin.db (SQLite 3.0)
[01:21:42 PM] INFO org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport: SQLite does not support setting the schema. Default schema NOT changed to main
[01:21:42 PM] INFO org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:sqlite:avalon/sqlite/wurmlogs.db (SQLite 3.0)
[01:21:42 PM] INFO org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport: SQLite does not support setting the schema. Default schema NOT changed to main
[01:21:42 PM] INFO org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:sqlite:avalon/sqlite/wurmplayers.db (SQLite 3.0)
[01:21:42 PM] INFO org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport: SQLite does not support setting the schema. Default schema NOT changed to main
[01:21:42 PM] INFO org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:sqlite:avalon/sqlite/wurmtemplates.db (SQLite 3.0)
[01:21:42 PM] INFO org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport: SQLite does not support setting the schema. Default schema NOT changed to main
[01:21:42 PM] INFO org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:sqlite:avalon/sqlite/wurmzones.db (SQLite 3.0)
[01:21:42 PM] INFO org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport: SQLite does not support setting the schema. Default schema NOT changed to main
[01:22:02 PM] OFF com.wurmonline:
----------------------------------------------------------------
Wurm Server logging started at Wed Dec 13 13:22:02 AEDT 2017
----------------------------------------------------------------
[01:22:02 PM] INFO com.wurmonline.server.Constants: motd: null
[01:22:02 PM] INFO com.wurmonline.server.Constants:
[01:22:02 PM] INFO com.wurmonline.server.Constants: fileName: .\avalon\wurm.ini
[01:22:02 PM] INFO com.wurmonline.server.Constants:
[01:22:02 PM] INFO com.wurmonline.server.Constants: Check WURMLOGS: false
[01:22:02 PM] INFO com.wurmonline.server.Constants: isGameServer: true
[01:22:02 PM] INFO com.wurmonline.server.Constants: devmode: false
[01:22:02 PM] INFO com.wurmonline.server.Constants: maintaining: false
[01:22:02 PM] INFO com.wurmonline.server.Constants: crashed: false
[01:22:02 PM] INFO com.wurmonline.server.Constants: RUNBATCH: false
[01:22:02 PM] INFO com.wurmonline.server.Constants: pruneDb: true
[01:22:02 PM] INFO com.wurmonline.server.Constants: reprospect: false
[01:22:02 PM] INFO com.wurmonline.server.Constants: caveImg: false
[01:22:02 PM] INFO com.wurmonline.server.Constants: createSeeds: true
[01:22:02 PM] INFO com.wurmonline.server.Constants: Min millis between player connections: 1000
[01:22:02 PM] INFO com.wurmonline.server.Constants:
[01:22:02 PM] INFO com.wurmonline.server.Constants: fileDBPath: .\avalon\
[01:22:02 PM] INFO com.wurmonline.server.Constants: dbHost: avalon
[01:22:02 PM] INFO com.wurmonline.server.Constants: useSplitCreaturesTable: false
[01:22:02 PM] INFO com.wurmonline.server.Constants: analyseAllDbTables: false
[01:22:02 PM] INFO com.wurmonline.server.Constants: checkAllDbTables: false
[01:22:02 PM] INFO com.wurmonline.server.Constants: optimiseAllDbTables: false
[01:22:02 PM] INFO com.wurmonline.server.Constants: createTemporaryDatabaseIndicesAtStartup: true
[01:22:02 PM] INFO com.wurmonline.server.Constants: dropTemporaryDatabaseIndicesAtStartup: true
[01:22:02 PM] INFO com.wurmonline.server.Constants: usePrepStmts: false
[01:22:02 PM] INFO com.wurmonline.server.Constants: gatherDbStats: false
[01:22:02 PM] INFO com.wurmonline.server.Constants:
[01:22:02 PM] INFO com.wurmonline.server.Constants:
[01:22:02 PM] INFO com.wurmonline.server.Constants:
[01:22:02 PM] INFO com.wurmonline.server.Constants: dbUser: root
[01:22:02 PM] INFO com.wurmonline.server.Constants: dbDriver:
[01:22:02 PM] INFO com.wurmonline.server.Constants: useDb: true
[01:22:02 PM] INFO com.wurmonline.server.Constants: usePooledDb: false
[01:22:02 PM] INFO com.wurmonline.server.Constants: dbPort:
[01:22:02 PM] INFO com.wurmonline.server.Constants: trackOpenDatabaseResources: false
[01:22:02 PM] INFO com.wurmonline.server.Constants:
[01:22:02 PM] INFO com.wurmonline.server.Constants: numberOfDirtyMeshRowsToSaveEachCall: 10
[01:22:02 PM] INFO com.wurmonline.server.Constants: useDirectByteBuffersForMeshIO: true
[01:22:02 PM] INFO com.wurmonline.server.Constants:
[01:22:02 PM] INFO com.wurmonline.server.Constants: webPath: .
[01:22:02 PM] INFO com.wurmonline.server.Constants: skillTemplatesDBPath: templates\skills\
[01:22:02 PM] INFO com.wurmonline.server.Constants: zonesDBPath: zones\
[01:22:02 PM] INFO com.wurmonline.server.Constants: itemTemplatesDBPath: templates\items\
[01:22:02 PM] INFO com.wurmonline.server.Constants: creatureStatsDBPath: creatures\
[01:22:02 PM] INFO com.wurmonline.server.Constants: playerStatsDBPath: players\
[01:22:02 PM] INFO com.wurmonline.server.Constants: itemStatsDBPath: items\
[01:22:02 PM] INFO com.wurmonline.server.Constants: tileStatsDBPath: tiles\
[01:22:02 PM] INFO com.wurmonline.server.Constants: itemOldStatsDBPath: olditems\
[01:22:02 PM] INFO com.wurmonline.server.Constants: creatureOldStatsDBPath: deadCreatures\
[01:22:02 PM] INFO com.wurmonline.server.Constants: useQueueToSendDataToPlayers: false
[01:22:02 PM] INFO com.wurmonline.server.Constants: useMultiThreadedBankPolling: false
[01:22:02 PM] INFO com.wurmonline.server.Constants: useScheduledExecutorToCountEggs: true
[01:22:02 PM] INFO com.wurmonline.server.Constants: useScheduledExecutorToSaveConstants: false
[01:22:02 PM] INFO com.wurmonline.server.Constants: useScheduledExecutorToSaveDirtyMeshRows: true
[01:22:02 PM] INFO com.wurmonline.server.Constants: useScheduledExecutorToSendTimeSync: true
[01:22:02 PM] INFO com.wurmonline.server.Constants: useScheduledExecutorToSwitchFatigue: false
[01:22:02 PM] INFO com.wurmonline.server.Constants: useScheduledExecutorToTickCalendar: true
[01:22:02 PM] INFO com.wurmonline.server.Constants: useScheduledExecutorToWriteLogs: true
[01:22:02 PM] INFO com.wurmonline.server.Constants: useScheduledExecutorForServer: false
[01:22:02 PM] INFO com.wurmonline.server.Constants: scheduledExecutorServiceThreads: 20
[01:22:02 PM] INFO com.wurmonline.server.Constants: useItemTransferLog: false
[01:22:02 PM] INFO com.wurmonline.server.Constants: useTileEventLog: false
[01:22:02 PM] INFO com.wurmonline.server.Constants: useDatabaseForServerStatisticsLog: false
[01:22:02 PM] INFO com.wurmonline.server.Constants: useScheduledExecutorToUpdateCreaturePositionInDatabase: false
[01:22:02 PM] INFO com.wurmonline.server.Constants: useScheduledExecutorToUpdatePlayerPositionInDatabase: true
[01:22:02 PM] INFO com.wurmonline.server.Constants: useScheduledExecutorToUpdateItemDamageInDatabase: true
[01:22:02 PM] INFO com.wurmonline.server.Constants: useScheduledExecutorToConnectToTwitter: true
[01:22:02 PM] INFO com.wurmonline.server.Constants: numberOfDbCreaturePositionsToUpdateEachTime: 500
[01:22:02 PM] INFO com.wurmonline.server.Constants: numberOfDbPlayerPositionsToUpdateEachTime: 500
[01:22:02 PM] INFO com.wurmonline.server.Constants: numberOfDbItemDamagesToUpdateEachTime: 500
[01:22:02 PM] INFO com.wurmonline.server.Constants: playerStatLog: numplayers.log
[01:22:02 PM] INFO com.wurmonline.server.Constants: logonStatLog: numlogons.log
[01:22:02 PM] INFO com.wurmonline.server.Constants: ipStatLog: numips.log
[01:22:02 PM] INFO com.wurmonline.server.Constants: newbieStatLog: newbies.log
[01:22:02 PM] INFO com.wurmonline.server.Constants: totIpStatLog: totalips.log
[01:22:02 PM] INFO com.wurmonline.server.Constants: payingLog: paying.log
[01:22:02 PM] INFO com.wurmonline.server.Constants: moneyLog: mrtgmoney.log
[01:22:02 PM] INFO com.wurmonline.server.Constants: lagLog: lag.log
[01:22:02 PM] INFO com.wurmonline.server.Constants: lagThreshold: 1000
[01:22:02 PM] INFO com.wurmonline.server.Constants: Eigc enabled false
[01:22:02 PM] INFO com.wurmonline.server.Constants: useIncomingRMI: false
[01:22:02 PM] INFO com.wurmonline.server.Server: Adding Shutdown Hook
[01:22:02 PM] INFO com.wurmonline.server.Server: Wurm Impl Title: null
[01:22:02 PM] INFO com.wurmonline.server.Server: Wurm Impl Vendor: null
[01:22:02 PM] INFO com.wurmonline.server.Server: Wurm Impl Version: null
[01:22:02 PM] INFO com.wurmonline.server.Server: Wurm Common Impl Title: null
[01:22:02 PM] INFO com.wurmonline.server.Server: Wurm Common Impl Vendor: null
[01:22:02 PM] INFO com.wurmonline.server.Server: Wurm Common Impl Version: null
[01:22:02 PM] INFO com.wurmonline.server.Server: MySQL JDBC Spec Title: null
[01:22:02 PM] INFO com.wurmonline.server.Server: MySQL JDBC Spec Vendor: null
[01:22:02 PM] INFO com.wurmonline.server.Server: MySQL JDBC Spec Version: null
[01:22:02 PM] INFO com.wurmonline.server.Server: MySQL JDBC Impl Title: null
[01:22:02 PM] INFO com.wurmonline.server.Server: MySQL JDBC Impl Vendor: null
[01:22:02 PM] INFO com.wurmonline.server.Server: MySQL JDBC Impl Version: null
[01:22:02 PM] INFO com.wurmonline.server.Server: Javax Mail Spec Title: JavaMail(TM) API Design Specification
[01:22:02 PM] INFO com.wurmonline.server.Server: Javax Mail Spec Vendor: Sun Microsystems, Inc.
[01:22:02 PM] INFO com.wurmonline.server.Server: Javax Mail Spec Version: 1.3
[01:22:02 PM] INFO com.wurmonline.server.Server: Javax Mail Impl Title: javax.mail
[01:22:02 PM] INFO com.wurmonline.server.Server: Javax Mail Impl Vendor: Sun Microsystems, Inc.
[01:22:02 PM] INFO com.wurmonline.server.Server: Javax Mail Impl Version: 1.4
[01:22:02 PM] INFO com.wurmonline.server.Server: Javax Activation Spec Title: Java Platform API Specification
[01:22:02 PM] INFO com.wurmonline.server.Server: Javax Activation Spec Vendor: Oracle Corporation
[01:22:02 PM] INFO com.wurmonline.server.Server: Javax Activation Spec Version: 1.8
[01:22:02 PM] INFO com.wurmonline.server.Server: Javax Activation Impl Title: Java Runtime Environment
[01:22:02 PM] INFO com.wurmonline.server.Server: Javax Activation Impl Vendor: Oracle Corporation
[01:22:02 PM] INFO com.wurmonline.server.Server: Javax Activation Impl Version: 1.8.0_121
[01:22:02 PM] INFO org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport: SQLite does not support setting the schema. Default schema NOT changed to main
[01:22:02 PM] INFO org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport: SQLite does not support setting the schema. Default schema NOT changed to main
[01:22:02 PM] INFO org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport: SQLite does not support setting the schema. Default schema NOT changed to main
[01:22:02 PM] INFO org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport: SQLite does not support setting the schema. Default schema NOT changed to main
[01:22:02 PM] INFO org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport: SQLite does not support setting the schema. Default schema NOT changed to main
[01:22:02 PM] INFO org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport: SQLite does not support setting the schema. Default schema NOT changed to main
[01:22:02 PM] INFO org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport: SQLite does not support setting the schema. Default schema NOT changed to main
[01:22:02 PM] INFO org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport: SQLite does not support setting the schema. Default schema NOT changed to main
[01:22:02 PM] INFO org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport: SQLite does not support setting the schema. Default schema NOT changed to main
[01:22:02 PM] INFO com.wurmonline.server.Server: checkAllDbTables is false so not checking database tables for errors.
[01:22:02 PM] INFO com.wurmonline.server.Server: analyseAllDbTables is false so not analysing database tables to update indices.
[01:22:02 PM] INFO com.wurmonline.server.Server: OptimizeAllDbTables is false so not optimising database tables.
[01:22:02 PM] INFO com.wurmonline.server.Servers: Loading all servers.
[01:22:02 PM] INFO com.wurmonline.server.Servers: Loading New Creative Server - 27596
[01:22:02 PM] INFO com.wurmonline.server.Servers: Using database entry for time 5837000
[01:22:02 PM] INFO com.wurmonline.server.zones.TilePoller: Current polltile=13439774, rest=0 pollmodifier=25385, pollround=1
[01:22:02 PM] INFO com.wurmonline.server.zones.TilePoller: tiles=67108864, mask=-1 ticksperday=3456000, Nthick=19, rest=0, manypertick=true
[01:22:02 PM] INFO com.wurmonline.server.Servers: Loaded 1 servers from the database
[01:22:02 PM] INFO com.wurmonline.server.Servers: Created properties table in the database
[01:22:02 PM] INFO com.wurmonline.mesh.MeshIO: .\avalon\top_layer.map size is 268436480
[01:22:04 PM] INFO com.wurmonline.server.Server: Loading world mesh, size: 8192 took 1553.0887 ms
[01:22:04 PM] INFO com.wurmonline.mesh.MeshIO: .\avalon\map_cave.map size is 268436480
[01:22:04 PM] INFO com.wurmonline.server.Server: Loading cave mesh, size: 8192 took 332.06888 ms
[01:22:04 PM] INFO com.wurmonline.mesh.MeshIO: .\avalon\resources.map size is 268436480
[01:22:04 PM] INFO com.wurmonline.server.Server: Loading resource mesh, size: 8192 took 329.79572 ms
[01:22:04 PM] INFO com.wurmonline.mesh.MeshIO: .\avalon\rock_layer.map size is 268436480
[01:22:06 PM] INFO com.wurmonline.server.Server: Loading rock mesh, size: 8192 took 1703.8008 ms
[01:22:06 PM] INFO com.wurmonline.mesh.MeshIO: .\avalon\flags.map size is 268436480
[01:22:08 PM] INFO com.wurmonline.server.Server: Loading flags mesh, size: 8192 took 1656.5752 ms
[01:22:08 PM] INFO com.wurmonline.server.Server: Max height: 6183
[01:22:09 PM] INFO com.wurmonline.server.Features: Loading all overridden features for production version: 129 and isTestServer: false.
[01:22:09 PM] INFO com.wurmonline.server.Features: Loaded 0 overridden features from the database
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Dummy entry - do not use, Id: 0, Version: 1, Default: false, Overridden: false, Enabled: false]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Name change, Id: 31, Version: 999, Default: false, Overridden: false, Enabled: false]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Surface Water, Id: 32, Version: 140, Default: false, Overridden: false, Enabled: false]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Cave Water, Id: 33, Version: 999, Default: false, Overridden: false, Enabled: false]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: New skill system, Id: 38, Version: 125, Default: true, Overridden: false, Enabled: true]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Blocked Traders, Id: 41, Version: 121, Default: true, Overridden: false, Enabled: true]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Combat system changes for creatures, Id: 51, Version: 201, Default: false, Overridden: false, Enabled: false]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Blocked HOTA terraforming and building, Id: 55, Version: 201, Default: false, Overridden: false, Enabled: false]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Free armour and weapons on spawn, Id: 56, Version: 201, Default: false, Overridden: false, Enabled: false]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Random treasure chests, Id: 57, Version: 201, Default: false, Overridden: false, Enabled: false]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Ownership Papers, Id: 70, Version: 999, Default: false, Overridden: false, Enabled: false]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Valrei map, Id: 72, Version: 125, Default: true, Overridden: false, Enabled: true]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Crop tile poller split, Id: 75, Version: 125, Default: true, Overridden: false, Enabled: true]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Single Player Bridges, Id: 76, Version: 125, Default: true, Overridden: false, Enabled: true]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Amphora, Id: 77, Version: 126, Default: true, Overridden: false, Enabled: true]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Set as a chaos server (test pvp only), Id: 78, Version: 999, Default: false, Overridden: false, Enabled: false]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Set a destination on a boat, Id: 79, Version: 126, Default: true, Overridden: false, Enabled: true]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: New portals, Id: 80, Version: 999, Default: false, Overridden: false, Enabled: false]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Transform from resource tiles, Id: 81, Version: 126, Default: true, Overridden: false, Enabled: true]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Wagon Passenger, Id: 82, Version: 126, Default: true, Overridden: false, Enabled: true]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Cave Dwellings, Id: 85, Version: 128, Default: true, Overridden: false, Enabled: true]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Placing items on furniture, Id: 86, Version: 999, Default: false, Overridden: false, Enabled: false]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Rifts, Id: 87, Version: 128, Default: false, Overridden: false, Enabled: false]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Transform to resource tiles, Id: 88, Version: 126, Default: true, Overridden: false, Enabled: true]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Cave Bridges, Id: 89, Version: 129, Default: true, Overridden: false, Enabled: true]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Gift packs, Id: 90, Version: 128, Default: false, Overridden: false, Enabled: false]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Returner pack registration, Id: 91, Version: 127, Default: false, Overridden: false, Enabled: false]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Rift Loot Based on Participation, Id: 92, Version: 140, Default: false, Overridden: false, Enabled: false]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Extra Anniversary Gift, Id: 93, Version: 128, Default: false, Overridden: false, Enabled: false]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: New Domain System - Override requires restart, Id: 94, Version: 128, Default: true, Overridden: false, Enabled: true]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Allow Meditation Path Change (Insanity Only), Id: 95, Version: 130, Default: false, Overridden: false, Enabled: false]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: New Highway System - Override requires restart, Id: 96, Version: 129, Default: true, Overridden: false, Enabled: true]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: New Projectile Calculations, Id: 97, Version: 128, Default: true, Overridden: false, Enabled: true]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: New Kingdom Influence, Id: 98, Version: 140, Default: false, Overridden: false, Enabled: false]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Wagoner System, Id: 99, Version: 999, Default: false, Overridden: false, Enabled: false]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Creature Movement Changes, Id: 100, Version: 130, Default: false, Overridden: false, Enabled: false]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Polling Optimisation - Tile Array Copying Changes, Id: 101, Version: 999, Default: false, Overridden: false, Enabled: false]
[01:22:09 PM] INFO com.wurmonline.server.Features: Feature [Name: Allows for transportation of creatures, Id: 103, Version: 999, Default: false, Overridden: false, Enabled: false]
[01:22:09 PM] INFO com.wurmonline.server.MessageServer: Initialising MessageServer
[01:22:09 PM] INFO com.wurmonline.server.Server: Protocol: 250990035
[01:22:09 PM] INFO com.wurmonline.server.deities.Deities: Loading deities
[01:22:09 PM] WARNING com.wurmonline.server.items.ItemTemplateFactory: Template eye already being used.
[01:22:09 PM] INFO com.wurmonline.server.items.ItemTemplateCreator: Initialising the Item Templates took 38 milliseconds
[01:22:09 PM] INFO com.wurmonline.server.spells.SpellGenerator: Starting to create spells
[01:22:09 PM] INFO com.wurmonline.server.spells.SpellGenerator: Generating spells took 51.7153 ms
[01:22:09 PM] INFO com.wurmonline.server.creatures.CreatureTemplateCreator: Starting to create Creature Templates
[01:22:09 PM] INFO com.wurmonline.server.skills.Skill: Calculating skill chances...
[01:22:09 PM] INFO com.wurmonline.server.skills.Skill: Loaded skill chances succeeded.
[01:22:09 PM] INFO com.wurmonline.server.skills.Skill: Done. Loading/Calculating skill chances from the database took 13.290294 millis.
[01:22:09 PM] INFO com.wurmonline.server.creatures.CreatureTemplateCreator: Creating Creature Templates took 53 ms
[01:22:09 PM] INFO com.wurmonline.server.zones.CropTilePoller: CROPS_POLLER: Collecting tile data.
[01:22:11 PM] INFO com.wurmonline.server.zones.CropTilePoller:

[01:22:11 PM] INFO com.wurmonline.server.zones.CropTilePoller: CROPS_POLLER: Collecting tile Finished.
[01:22:11 PM] INFO com.wurmonline.server.effects.EffectFactory: Loaded 0 effects from database took 2.502679 ms
[01:22:11 PM] INFO com.wurmonline.server.creatures.AnimalSettings: Loading all animal settings.
[01:22:11 PM] INFO com.wurmonline.server.creatures.AnimalSettings: Loaded 0 animal settings. That took 5.856898 ms.
[01:22:11 PM] INFO com.wurmonline.server.items.ItemSettings: Loading all item settings.
[01:22:11 PM] INFO com.wurmonline.server.items.ItemSettings: Loaded 0 item settings. That took 0.190026 ms.
[01:22:11 PM] INFO com.wurmonline.server.structures.DoorSettings: Loading all door (and gate) settings.
[01:22:11 PM] INFO com.wurmonline.server.structures.DoorSettings: Loaded 0 door (and gate) settings. That took 2.530359 ms.
[01:22:11 PM] INFO com.wurmonline.server.structures.StructureSettings: Loading all structure settings.
[01:22:11 PM] INFO com.wurmonline.server.structures.StructureSettings: Loaded 0 structure settings (guests). That took 0.161413 ms.
[01:22:11 PM] INFO com.wurmonline.server.creatures.MineDoorSettings: Loading all minedoor settings.
[01:22:11 PM] INFO com.wurmonline.server.creatures.MineDoorSettings: Loaded 0 minedoor settings. That took 0.147729 ms.
[01:22:11 PM] INFO com.wurmonline.server.players.PermissionsHistories: Purging permissions history over 6 months old.
[01:22:11 PM] INFO com.wurmonline.server.players.PermissionsHistories: Purged 0 permissions history. That took 2.368946 ms.
[01:22:11 PM] INFO com.wurmonline.server.players.PermissionsHistories: Loading all permissions history.
[01:22:11 PM] INFO com.wurmonline.server.players.PermissionsHistories: Loaded 0 permissions history. That took 0.100766 ms.
[01:22:11 PM] INFO com.wurmonline.server.Items: Loaded 11 item data entries, that took 22.043608 ms
[01:22:11 PM] INFO com.wurmonline.server.items.ItemSpellEffects: Loaded 0 Spell Effects For Items, that took 0.167011 ms
[01:22:11 PM] INFO com.wurmonline.server.Items: Loaded 0 item inscription data entries, that took 0.081173 ms
[01:22:11 PM] INFO com.wurmonline.server.Items: Loading all static preloaded items
[01:22:11 PM] INFO com.wurmonline.server.utils.logging.DatabaseLogger: Creating Database logger Item transfer logger for WurmLoggable type: com.wurmonline.server.utils.logging.ItemTransfer, MaxLoggablesToRemovePerCycle: 500
[01:22:11 PM] INFO com.wurmonline.server.utils.logging.ItemTransferDatabaseLogger: Creating Item Transfer logger, System useItemTransferLog option: false
[01:22:11 PM] INFO com.wurmonline.server.utils.DatabaseUpdater: Creating Database updater Item Database Damage Updater for WurmDbUpdatable type: com.wurmonline.server.utils.ItemDamageDatabaseUpdatable, MaxUpdatablesToRemovePerCycle: 500
[01:22:11 PM] INFO com.wurmonline.server.utils.ItemDamageDatabaseUpdater: Creating Item Damage Updater.
[01:22:11 PM] INFO com.wurmonline.server.WurmId: Loading ids.
[01:22:11 PM] INFO com.wurmonline.server.WurmId: Added to ids, creatrureIdcounter is now 12120
[01:22:11 PM] INFO com.wurmonline.server.WurmId: Finished loading Wurm IDs, that took 1.187427 millis.
[01:22:11 PM] INFO com.wurmonline.server.Players: Loaded 0 banned IPs
[01:22:11 PM] INFO com.wurmonline.server.Items: Loaded all static preloaded items, that took 67.372986 ms
[01:22:11 PM] INFO com.wurmonline.server.Items: Loaded 0 protected corpse entries, that took 0.131245 ms
[01:22:11 PM] INFO com.wurmonline.server.Items: Loading all zone items using com.wurmonline.server.items.BodyDbStrings@10890db0
[01:22:11 PM] INFO com.wurmonline.server.Items: Loaded 15 zone items. That took 0.27773 ms.
[01:22:11 PM] INFO com.wurmonline.server.Items: Loading all zone items using com.wurmonline.server.items.ItemDbStrings@534a7014
[01:22:11 PM] INFO com.wurmonline.server.Items: Loaded 71 zone items. That took 3.626973 ms.
[01:22:12 PM] INFO com.wurmonline.server.Items: Loading all zone items using com.wurmonline.server.items.CoinDbStrings@42d61ce5
[01:22:12 PM] INFO com.wurmonline.server.Items: Loaded 71 zone items. That took 0.394047 ms.
[01:22:12 PM] INFO com.wurmonline.server.combat.WeaponCreator: Creating weapons
[01:22:12 PM] INFO com.wurmonline.server.combat.WeaponCreator: Creating weapons took 0.603977 ms
[01:22:12 PM] INFO com.wurmonline.server.banks.Banks: Loaded 0 banks from database took 1.989516 ms
[01:22:12 PM] INFO com.wurmonline.server.structures.Wall: Loading all walls.
[01:22:12 PM] INFO com.wurmonline.server.structures.Wall: Loaded 0 wall. That took 0.219882 ms.
[01:22:12 PM] INFO com.wurmonline.server.structures.Wall: Loading all floors.
[01:22:12 PM] INFO com.wurmonline.server.structures.Wall: Loaded 0 floors. That took 0.162968 ms.
[01:22:12 PM] INFO com.wurmonline.server.structures.Wall: Loading all bridge parts.
[01:22:12 PM] INFO com.wurmonline.server.structures.Wall: Loaded 0 bridge parts. That took 0.203088 ms.
[01:22:12 PM] INFO com.wurmonline.server.kingdom.Kingdom: Loading all kingdoms.
[01:22:12 PM] INFO com.wurmonline.server.kingdom.Kingdom: Loaded kingdoms from database took 47.182365 ms
[01:22:12 PM] INFO com.wurmonline.server.kingdom.King: Loading all kingdom eras.
[01:22:12 PM] INFO com.wurmonline.server.kingdom.King: Loaded kingdom eras from database took 0.164834 ms
[01:22:12 PM] INFO com.wurmonline.server.kingdom.Appointments: Loading era -1 for kingdom 1 current=true
[01:22:12 PM] INFO com.wurmonline.server.kingdom.Appointments: Loading era -3 for kingdom 3 current=true
[01:22:12 PM] INFO com.wurmonline.server.kingdom.Appointments: Loading era -2 for kingdom 2 current=true
[01:22:12 PM] INFO com.wurmonline.server.kingdom.Appointments: Loading era -5 for kingdom 0 current=true
[01:22:12 PM] INFO com.wurmonline.server.spells.Cooldowns: Loading all cooldowns.
[01:22:12 PM] INFO com.wurmonline.server.spells.Cooldowns: Loaded cooldowns from database took 0.160791 ms
[01:22:12 PM] INFO com.wurmonline.server.zones.Zones: Creating zones: size is 8192, 8192
[01:22:13 PM] INFO com.wurmonline.server.zones.Zones: Initialised surface zones - array size: [128][128];
[01:22:13 PM] INFO com.wurmonline.server.zones.Zones: Initialised cave zones - array size: [128][128];
[01:22:13 PM] INFO com.wurmonline.server.zones.Zones: Seconds between polls=800, zonespolled=40, maxnumberofzonespolled=819
[01:22:13 PM] INFO com.wurmonline.server.zones.Zones: Loading surface and cave zone structures
[01:22:13 PM] INFO com.wurmonline.server.structures.Structures: Loading all Structures
[01:22:13 PM] INFO com.wurmonline.server.structures.Structures: Structures loaded. Number of structures=0. That took 0.236366 ms.
[01:22:15 PM] INFO com.wurmonline.server.zones.Zones: Loaded 16384 surface and cave zones
[01:22:15 PM] INFO com.wurmonline.server.zones.Zones: Zones created and loaded. Number of zones=16384. PollFraction is 24. That took 3100.463 millis.
[01:22:15 PM] INFO com.wurmonline.server.zones.Zones: Loaded 0 mining tiles, that took 0.159236 ms
[01:22:15 PM] INFO com.wurmonline.server.zones.SpawnTable: Creating Encounters
[01:22:15 PM] INFO com.wurmonline.server.zones.SpawnTable: Created Encounters. It took 1.807266 ms.
[01:22:15 PM] INFO com.wurmonline.server.zones.Zones: Initialising walked tiles
[01:22:15 PM] INFO com.wurmonline.server.zones.Zones: Initialised walked tiles. It took 58.836136 ms.
[01:22:15 PM] INFO com.wurmonline.server.zones.Zones: Loading protected tiles from file: .\avalon\\protectedTiles.bmap
[01:22:16 PM] INFO com.wurmonline.server.zones.Zones: Loaded 0 protected tiles. It took 755.184 ms.
[01:22:16 PM] INFO com.wurmonline.server.utils.DatabaseUpdater: Creating Database updater Creature Database Position Updater for WurmDbUpdatable type: com.wurmonline.server.utils.CreaturePositionDbUpdatable, MaxUpdatablesToRemovePerCycle: 500
[01:22:16 PM] INFO com.wurmonline.server.utils.CreaturePositionDatabaseUpdater: Creating Creature Position Updater.
[01:22:16 PM] INFO com.wurmonline.server.utils.DatabaseUpdater: Creating Database updater Player Database Position Updater for WurmDbUpdatable type: com.wurmonline.server.utils.PlayerPositionDbUpdatable, MaxUpdatablesToRemovePerCycle: 500
[01:22:16 PM] INFO com.wurmonline.server.utils.PlayerPositionDatabaseUpdater: Creating Player Position Updater.
[01:22:16 PM] INFO com.wurmonline.server.creatures.Brand: Loading Brands
[01:22:16 PM] INFO com.wurmonline.server.creatures.Creatures: Loading all skills for creatures
[01:22:16 PM] INFO com.wurmonline.server.creatures.Creatures: Loaded creature skills. That took 0.539288
[01:22:16 PM] INFO com.wurmonline.server.creatures.Creatures: Loading Creatures
[01:22:17 PM] INFO com.wurmonline.server.creatures.Creatures: Loading all items for creatures
[01:22:17 PM] INFO com.wurmonline.server.creatures.Creatures: Loaded creature items. That took 1.072665 ms for 0 items and 0 coins.
[01:22:17 PM] INFO com.wurmonline.server.creatures.Creatures: Loaded 112 creatures. Destroyed 0. That took 479.93192 ms. CheckPoints cp1=382.29944, cp2=0.0, cp3=0.0, cp4=0.0
[01:22:17 PM] INFO com.wurmonline.server.creatures.Creatures: Loaded items for creature. CheckPoints cp1=0.197489, cp2=0.0, cp3=5.592856, cp4=0.0
[01:22:17 PM] INFO com.wurmonline.server.Server: Fixing cave entrances.
[01:22:19 PM] INFO com.wurmonline.server.Server: Set 0 cave entrances to rock out of 0
[01:22:19 PM] INFO com.wurmonline.server.Server: Fixing cave entrances took 2451.4946 ms
[01:22:19 PM] INFO com.wurmonline.server.Items: Loading item effects.
[01:22:19 PM] INFO com.wurmonline.server.Items: Loaded 0 item effects. That took 0.8702 ms.
[01:22:19 PM] INFO com.wurmonline.server.villages.Villages: Loading villages.
[01:22:19 PM] INFO com.wurmonline.server.villages.Village: Calculating outside spawn for Seaport
[01:22:19 PM] INFO com.wurmonline.server.villages.Villages: Loaded 1 villages from the database took 56.395035 ms
[01:22:19 PM] INFO com.wurmonline.server.zones.Zones: Loading guard towers.
[01:22:19 PM] INFO com.wurmonline.server.zones.Zones: Loaded 0 Guard towers. That took 0.109475 ms.
[01:22:19 PM] INFO com.wurmonline.server.villages.PvPAlliance: Loading all PVP Alliances.
[01:22:19 PM] INFO com.wurmonline.server.villages.PvPAlliance: Loaded PVP Alliances from database took 0.167634 ms
[01:22:19 PM] INFO com.wurmonline.server.villages.Villages: Loading all wars.
[01:22:19 PM] INFO com.wurmonline.server.villages.Villages: Loaded 0 wars from the database took 0.113518 ms
[01:22:19 PM] INFO com.wurmonline.server.villages.RecruitmentAds: Loaded 0 ads from the database took 0.114762 ms
[01:22:19 PM] INFO com.wurmonline.server.economy.DbEconomy: Iron=0
[01:22:19 PM] INFO com.wurmonline.server.economy.DbEconomy: Copper=0
[01:22:19 PM] INFO com.wurmonline.server.economy.DbEconomy: Silver=0
[01:22:19 PM] INFO com.wurmonline.server.economy.DbEconomy: Gold=0
[01:22:19 PM] INFO com.wurmonline.server.economy.Economy: Loading economy took 43.948814 ms.
[01:22:19 PM] INFO com.wurmonline.server.Server: Loading economy took 46.380585 ms.
[01:22:19 PM] INFO com.wurmonline.server.endgames.EndGameItems: Loading End Game Items.
[01:22:19 PM] INFO com.wurmonline.server.endgames.EndGameItems: Loaded 2 altars and 12 artifacts. That took 49.778343 ms.
[01:22:19 PM] INFO com.wurmonline.server.players.PlayerInfoFactory: Loading player infos. Going to prune DB.
[01:22:19 PM] INFO com.wurmonline.server.players.PlayerInfoFactory: Loaded 1 PlayerInfos from the database took 69 ms
[01:22:19 PM] INFO com.wurmonline.server.players.WurmRecord: Loaded 0 champ records from the database took 0 ms
[01:22:19 PM] INFO com.wurmonline.server.skills.Affinities: Loaded 0 affinities from the database took 0.19127 ms
[01:22:19 PM] INFO com.wurmonline.server.players.PlayerInfoFactory: Loaded 0 referrers from the database took 0.118183 ms
[01:22:19 PM] INFO com.wurmonline.server.zones.Dens: Loading dens
[01:22:19 PM] INFO com.wurmonline.server.zones.Dens: Loaded 1 dens from the database took 0.94453 ms
[01:22:19 PM] INFO com.wurmonline.server.players.Reimbursement: Loaded 0 reimbursements from the database took 0.235122 ms
[01:22:19 PM] INFO com.wurmonline.server.players.PendingAccount: Loaded 0 pending accounts from the database took 0.220815 ms
[01:22:19 PM] INFO com.wurmonline.server.intra.PasswordTransfer: Loaded 0 PasswordTransfers from the database took 0.153016 ms
[01:22:19 PM] INFO com.wurmonline.server.players.AchievementGenerator: Loading achievement templates.
[01:22:19 PM] INFO com.wurmonline.server.players.Achievements: Loaded 7 achievements from the database took 8.275605 ms
[01:22:19 PM] INFO com.wurmonline.server.zones.FocusZone: Loaded 6 focus zones. It took 1.711786 millis.
[01:22:19 PM] INFO com.wurmonline.server.epic.Hota: Loaded 0 HOTA items. It took 0.131245 millis.
[01:22:19 PM] INFO com.wurmonline.server.epic.Hota: Loaded 0 HOTA helpers. It took 0.055049 millis.
[01:22:28 PM] INFO com.wurmonline.server.zones.Zones: Created 18349141 seeds. It took 8149.119 millis.
[01:22:28 PM] INFO com.wurmonline.communication.SocketServer: Creating Wurm SocketServer on /0.0.0.0:48020
[01:22:28 PM] INFO com.wurmonline.server.intra.IntraServer: Intraserver listening on /0.0.0.0:48020
[01:22:28 PM] INFO com.wurmonline.server.WurmHarvestables: Current wurm time: 5837000 - It is 13:23:20 on day of Tears in week 2 of the starfall of the Digging in the year of 980.
start apple season: 20670970 - 05:56:10 on Luck day in week 3 of the Raven's starfall in the year of 980.
start blueberry season: 17415168 - 13:32:48 on day of Sleep in week 1 of the starfall of Fires in the year of 980.
start camellia season: 9488410 - 19:40:10 on day of Tears in week 4 of the starfall of the Leaf in the year of 980.
start cherry season: 14652886 - 14:14:46 on Luck day in week 1 of the White Shark starfall in the year of 980.
start chestnut season: 21652147 - 14:29:07 on day of Sleep in week 4 of the Raven's starfall in the year of 980.
start grape season: 19747537 - 13:25:37 on day of Tears in week 1 of the Raven's starfall in the year of 980.
start hazel season: 22659474 - 06:17:54 on Wrath day in week 2 of the starfall of Dancers in the year of 980.
start hops season: 18117862 - 16:44:22 on day of Awakening in week 2 of the starfall of Fires in the year of 980.
start lavender season: 11264449 - 09:00:49 on day of Tears in week 3 of the Bear's starfall in the year of 980.
start lemon season: 20624543 - 17:02:23 on day of the Ant in week 3 of the Raven's starfall in the year of 980.
start lingonberry season: 23603703 - 04:35:03 on day of the Ant in week 4 of the starfall of Dancers in the year of 980.
start maple season: 11896387 - 16:33:07 on day of Tears in week 4 of the Bear's starfall in the year of 980.
start oak season: 13126263 - 22:11:03 on day of Tears in week 2 of the Snake's starfall in the year of 980.
start oleander season: 7870247 - 02:10:47 on day of the Ant in week 2 of the starfall of the Leaf in the year of 980.
start olive season: 17670889 - 12:34:49 on Luck day in week 2 of the starfall of Fires in the year of 980.
start orange season: 18760445 - 03:14:05 on day of the Ant in week 4 of the starfall of Fires in the year of 980.
start pine season: 28558162 - 12:49:22 on Luck day in week 4 of the starfall of Silence in the year of 980.
start raspberry season: 22440118 - 17:21:58 on day of the Ant in week 2 of the starfall of Dancers in the year of 980.
start rose season: 10864463 - 17:54:23 on day of Awakening in week 2 of the Bear's starfall in the year of 980.
start walnut season: 23017981 - 09:53:01 on day of the Ant in week 3 of the starfall of Dancers in the year of 980.
[01:22:28 PM] INFO com.wurmonline.server.WurmHarvestables: Set harvest start dates. It took 11.401855 millis.
[01:22:28 PM] INFO com.wurmonline.server.items.WurmMail: Loaded 0 Mails from the database took 0.191581 ms
[01:22:28 PM] INFO com.wurmonline.server.HistoryManager: Loaded 1 HISTORY events from the database took 0.408664 ms
[01:22:28 PM] INFO com.wurmonline.server.players.Cultist: Loaded all cultists. It took 0.199978 millis.
[01:22:28 PM] INFO com.wurmonline.server.epic.EpicServerStatus: LOADING LOCAL EPIC MISSIONS
[01:22:28 PM] INFO com.wurmonline.server.epic.EpicScenario: Loaded current scenario Vynora fall
[01:22:28 PM] INFO com.wurmonline.server.support.Tickets: Loaded 0 Tickets. It took 0.244452 millis.
[01:22:28 PM] INFO com.wurmonline.server.support.VoteQuestions: Loaded 0 Vote Questions. It took 0.223926 millis.
[01:22:28 PM] INFO com.wurmonline.server.players.PlayerVotes: Loaded 0 Player Votes. It took 0.168255 millis.
[01:22:28 PM] INFO com.wurmonline.server.items.Recipes: Loading all Recipes
[01:22:29 PM] INFO com.wurmonline.server.items.Recipes: Total number of recipes=580.
[01:22:29 PM] INFO com.wurmonline.server.items.Recipes: Number of named recipes=0.
[01:22:29 PM] INFO com.wurmonline.server.items.Recipes: Number of player known recipes=0.
[01:22:29 PM] INFO com.wurmonline.server.items.Recipes: Recipes loaded. That took 1304.7448 ms.
[01:22:29 PM] INFO com.wurmonline.server.items.Recipes: Loading all Recipes
[01:22:29 PM] INFO com.wurmonline.server.items.Recipes: Total number of recipes=580.
[01:22:29 PM] INFO com.wurmonline.server.items.Recipes: Number of named recipes=0.
[01:22:29 PM] INFO com.wurmonline.server.items.Recipes: Number of player known recipes=0.
[01:22:29 PM] INFO com.wurmonline.server.items.Recipes: Recipes loaded. That took 1.247763 ms.
[01:22:29 PM] INFO com.wurmonline.server.skills.AffinitiesTimed: Loading all Player Timed Affinities
[01:22:29 PM] INFO com.wurmonline.server.skills.AffinitiesTimed: Number of player timed affinities=0.
[01:22:29 PM] INFO com.wurmonline.server.skills.AffinitiesTimed: Player timed affinities loaded. That took 0.497613 ms.
[01:22:29 PM] INFO com.wurmonline.server.villages.VillageMessages: Loaded 0 village messages from the database took 0.150839 ms
[01:22:29 PM] INFO com.wurmonline.server.highways.Routes: Calculating All routes.
[01:22:29 PM] INFO com.wurmonline.server.highways.Routes: Calculated 0 routes and 0 nodes.That took 0.073086 ms.
[01:22:29 PM] INFO com.wurmonline.server.Server: Going to use a ScheduledExecutorService to write logs
[01:22:29 PM] INFO com.wurmonline.server.Server: Going to use a ScheduledExecutorService to count eggs
[01:22:29 PM] INFO com.wurmonline.server.Server: Going to use a ScheduledExecutorService to call MeshIO.saveNextDirtyRow()
[01:22:29 PM] INFO com.wurmonline.server.MeshSaver: Created MeshSaver for map layer: 'SurfaceMesh', MeshIO [Size: 8192, linesPerRow: 64, rowId: 0, size_level: 13]@767257318, rowsPerCall: 10
[01:22:29 PM] INFO com.wurmonline.server.MeshSaver: Created MeshSaver for map layer: 'CaveMesh', MeshIO [Size: 8192, linesPerRow: 64, rowId: 0, size_level: 13]@1149479639, rowsPerCall: 10
[01:22:29 PM] INFO com.wurmonline.server.MeshSaver: Created MeshSaver for map layer: 'RockMesh', MeshIO [Size: 8192, linesPerRow: 64, rowId: 0, size_level: 13]@482155260, rowsPerCall: 10
[01:22:29 PM] INFO com.wurmonline.server.MeshSaver: Created MeshSaver for map layer: 'ResourceMesh', MeshIO [Size: 8192, linesPerRow: 64, rowId: 0, size_level: 13]@1121062265, rowsPerCall: 10
[01:22:29 PM] INFO com.wurmonline.server.MeshSaver: Created MeshSaver for map layer: 'FlagsMesh', MeshIO [Size: 8192, linesPerRow: 64, rowId: 0, size_level: 13]@1639233925, rowsPerCall: 10
[01:22:29 PM] WARNING com.wurmonline.server.Server: This is the login server so it will not send TimeSync commands
[01:22:29 PM] INFO com.wurmonline.server.Server: Going to use a ScheduledExecutorService to call WurmCalendar.tickSeconds()
[01:22:29 PM] INFO com.wurmonline.server.Server: Going to use a ScheduledExecutorService to update player positions in database
[01:22:29 PM] INFO com.wurmonline.server.Server: Going to use a ScheduledExecutorService to update item damage in database
[01:22:29 PM] INFO com.wurmonline.server.Server: Going to use a ScheduledExecutorService to connect to twitter
[01:22:29 PM] INFO com.wurmonline.server.Eigc: Loaded 0 eigc accounts.
[01:22:29 PM] INFO com.wurmonline.communication.SocketServer: Creating Wurm SocketServer on /0.0.0.0:3724
[01:22:29 PM] INFO com.wurmonline.server.Server: The Wurm Server is listening on ip 0.0.0.0 and port 3724. Min time between same ip connections=1000
[01:22:29 PM] INFO com.wurmonline.server.Server: commPollCounterInit=6
[01:22:29 PM] INFO com.wurmonline.server.epic.Valrei: Creating Valrei
[01:22:29 PM] INFO com.wurmonline.server.epic.Valrei: Starting to load Epic Entitiy Data for Valrei
[01:22:29 PM] INFO com.wurmonline.server.epic.HexMap: Fo enters Humid Hills
[01:22:29 PM] INFO com.wurmonline.server.epic.HexMap: Magranon enters Saltwalk
[01:22:29 PM] INFO com.wurmonline.server.epic.HexMap: Vynora enters The Drown
[01:22:29 PM] INFO com.wurmonline.server.epic.HexMap: Libila enters Home Of The Treekeeper
[01:22:29 PM] INFO com.wurmonline.server.epic.HexMap: Nogump enters Nogump The Dirty
[01:22:29 PM] INFO com.wurmonline.server.epic.HexMap: Walnut enters Home Of The Treekeeper
[01:22:29 PM] INFO com.wurmonline.server.epic.HexMap: Pharmakos enters Loft Despair
[01:22:29 PM] INFO com.wurmonline.server.epic.HexMap: Jackal enters Jackal's Sanctuary
[01:22:29 PM] INFO com.wurmonline.server.epic.HexMap: The Deathcrawler enters Den Of The Deathcrawler
[01:22:29 PM] INFO com.wurmonline.server.epic.HexMap: The Scavenger enters Wintertree Hills
[01:22:29 PM] INFO com.wurmonline.server.epic.HexMap: The Dirtmaw Giant enters Stompinggrounds
[01:22:29 PM] INFO com.wurmonline.server.epic.HexMap: Black Shard enters The Nobody
[01:22:29 PM] INFO com.wurmonline.server.epic.HexMap: Black Shard enters Shaded Depths of Uttacha
[01:22:29 PM] INFO com.wurmonline.server.epic.HexMap: Black Shard enters Mount Assami
[01:22:29 PM] INFO com.wurmonline.server.epic.HexMap: Black Shard enters The Fence
[01:22:29 PM] INFO com.wurmonline.server.epic.HexMap: Black Shard enters Altars Of Contemplation
[01:22:29 PM] INFO com.wurmonline.server.epic.HexMap: Black Shard enters Faltersteps
[01:22:29 PM] INFO com.wurmonline.server.epic.HexMap: Source Harp enters Spring Valleys
[01:22:29 PM] INFO com.wurmonline.server.epic.HexMap: Source Harp enters Scary Old Trees
[01:22:29 PM] INFO com.wurmonline.server.epic.HexMap: Source Harp enters Deforestation
[01:22:29 PM] INFO com.wurmonline.server.epic.HexMap: Source Harp enters Brittlerock Mountains
[01:22:29 PM] INFO com.wurmonline.server.epic.Valrei: Fo setting companion Vynora

 

[01:22:29 PM] INFO com.wurmonline.server.epic.Valrei: Vynora setting companion Fo
[01:22:29 PM] INFO com.wurmonline.server.epic.Valrei: Nogump setting companion Vynora
[01:22:29 PM] INFO com.wurmonline.server.epic.Valrei: Walnut setting companion Fo
[01:22:29 PM] INFO com.wurmonline.server.epic.Valrei: Pharmakos setting companion Libila
[01:22:29 PM] INFO com.wurmonline.server.epic.Valrei: Jackal setting companion Magranon
[01:22:29 PM] INFO com.wurmonline.server.epic.Valrei: Loading Epic Entitiy data for Valrei took 12.427248 ms
[01:22:29 PM] INFO com.wurmonline.server.epic.HexMap: Starting to load visited hexes for Valrei
[01:22:29 PM] INFO com.wurmonline.server.epic.HexMap: Loading 3 visited hexes took 0.182562 ms
[01:22:29 PM] INFO com.wurmonline.server.epic.EpicScenario: Loaded current scenario Vynora fall
[01:22:29 PM] WARNING com.wurmonline.server.skills.SkillStat: Polling 13 skills for stats v2 took 1 ms.
[01:22:29 PM] INFO com.wurmonline.server.players.AwardLadder: Finished generating AwardLadder
[01:22:29 PM] INFO com.wurmonline.server.epic.EpicEntity: Libila visits the Walnut.
[01:22:29 PM] INFO com.wurmonline.server.epic.EpicXmlWriter: Dumping Epic entities to absolute path: D:\Program Files (x86)\Steam\steamapps\common\Wurm Unlimited Dedicated Server\.\entities.xml
[01:22:30 PM] INFO com.wurmonline.server.epic.EpicXmlWriter: Dumping Epic Entities to XML took 290.62057 ms
[01:22:30 PM] INFO com.wurmonline.server.epic.EpicEntity: Libila visits the Walnut.
[01:22:30 PM] INFO com.wurmonline.server.Items: Current number of eggs is 0 (max eggs is 1000) That took 0.66058 ms.
[01:22:30 PM] INFO com.wurmonline.server.Items: Current number of wild hives is 0 and domestic hives is 0.
[01:22:31 PM] INFO com.wurmonline.server.steam.SteamHandler: Starting the server
[01:22:31 PM] INFO com.wurmonline.server.Server: End of game server initialisation
[01:22:31 PM] INFO com.wurmonline.server.items.CreationEntryCreator: Initialising the CreationEntries took 10.14445 millis.
[01:22:31 PM] INFO org.gotti.wurmunlimited.mods.actiondemo.ActionDemoMod: Registering demo actions
[01:22:32 PM] INFO org.gotti.wurmunlimited.mods.bagofholding.BagOfHoldingMod: Registering BagOfHolding spell
[01:22:32 PM] INFO com.wurmonline.server.steam.SteamHandler: Server connected to steam
[01:22:33 PM] INFO BetterDigMod: Adding action allowed when mounted: LEVEL (532)
[01:22:33 PM] INFO BetterDigMod: Adding action allowed when mounted: FLATTEN (150)
[01:22:33 PM] INFO BetterDigMod: Adding action allowed when mounted: FLATTEN_BORDER (533)
[01:22:33 PM] INFO BetterDigMod: Adding action allowed when mounted: DIG (144)
[01:22:33 PM] INFO BetterDigMod: Adding action allowed when mounted: LEVEL_BORDER (865)
[01:22:33 PM] INFO com.Joedobo27.bigcontainers.BigContainersBAEAMod: Pelt resized.
[01:22:33 PM] INFO com.Joedobo27.bigcontainers.BigContainersBAEAMod: Number of Containers maxed to 1,728,000 L is 0
[01:22:33 PM] INFO com.Joedobo27.bigcontainers.BigContainersBAEAMod: Number of one per tile restrictions removed is 56
[01:22:33 PM] INFO com.Joedobo27.bigcontainers.BigContainersBAEAMod: Number of items marked as bulk is 39
[01:22:33 PM] INFO com.Joedobo27.bigcontainers.BigContainersBAEAMod: Number of items marked as combine is 3
[01:22:33 PM] INFO com.Joedobo27.bigcontainers.BigContainersBAEAMod: Number of inside or outside only flags removed is 66
[01:22:33 PM] INFO org.gotti.wurmunlimited.mods.christmasmod.ChristmasMod: registering actions
[01:22:33 PM] INFO com.cj5photo.wurmunlimited.mods.ebonywandmod.EbonyWandMod: Initializing Ebony Wand modifications
[01:22:52 PM] SEVERE com.wurmonline.server.Server: GC overhead limit exceeded
java.lang.OutOfMemoryError: GC overhead limit exceeded
 at com.wurmonline.server.zones.Zone.getTiles(Zone.java:1407)
 at com.wurmonline.server.zones.Zone.poll(Zone.java:496)
 at com.wurmonline.server.zones.Zones.pollNextZones(Zones.java:1960)
 at com.wurmonline.server.Server.run(Server.java:1856)
 at java.util.TimerThread.mainLoop(Timer.java:555)
 at java.util.TimerThread.run(Timer.java:505)

Share this post


Link to post
Share on other sites
Quote

java.lang.OutOfMemoryError: GC overhead limit exceeded

The server is running out of memory. It seems you're running an 8k map

 

Try increasing the MaxHeapSize setting in LaunchConfig.ini to

MaxHeapSize=3072m

or the -Xmx parameter in modlauncher.bat to

-Xmx3072m

LaunchConfig.ini is used when you start via WurmServerLauncher.exe.

Share this post


Link to post
Share on other sites

still doesn t explain why steam authentication doesnt chuck a tanturm when i'm using 0.31

 

i'm using 0.31 on my secondary machine and it logs in straight away, and what about the lack of shutdown button, the only way it will let me out of the server is if i use the "x" as  i said before you went and updated to 0.32.1 everything was working reasonably well, apart from this crappy lag.

Share this post


Link to post
Share on other sites

 

7 hours ago, ozmods said:

[01:21:31 PM] SEVERE ToolbeltMod: Error loading mod

 

You are trying to load a client mod on your server.

 

7 hours ago, ozmods said:

the shutdown server button, now it's no longer there

 

This usually happens when initialization partially fails. Which is likely because of the above.

 

Also there is nothing in the log about steam authentication

 

And yeah you need more memory.

 

Share this post


Link to post
Share on other sites

Ok answer me this then... Why does EXACTLY THE SAME SETUP same mods same everthing except the modloader work perfectly fine apart from the lag issue on my newer computer..  this 100%!hat 0.32 im using 0.31 on my secondary pc, and it runs as it should... Something has changed in 0.32 and its messed up everything. I reinstalled wurm yesterday, fresh, dropped 0.32 onto the new install, and trust me when i tell you, 0.32 is FUBARED. Ive got the barest min mods installed,... installed on the first tower, just enough to make the game playable.... 

 

Once again, i have to repeat myself, the toolbelt is in my server mods on pc 2, no dramas all is sweet. 0.32 is busted, not sure hy, but it is. I will retry again tomorrow, and repost logs again. 

Edited by ozmods

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now