Sindusk

WyvernMods Configurable

Recommended Posts

On 7/11/2019 at 4:40 PM, solmark said:

 

@SinduskCan you advise what field type these two should be? Would TEXT work ok?

I believe they need to be be bigints. They're long values that record epoch time of the last event.

Share this post


Link to post
Share on other sites
On 7/13/2019 at 11:22 PM, Sindusk said:

I believe they need to be be bigints. They're long values that record epoch time of the last event.

I've set it to BIGINT and we are still getting the SEVERE org.gotti.wurmunlimited.modloader.server.Listeners: ServerStartedListener handler for mod WyvernMods failed

Any ideas @Sindusk

 

Share this post


Link to post
Share on other sites

I found why thats nice mod not work on my Server

the following mods produce an error and prevent the server from starting

 

ago chrismasmod 0.43

Governor halloween 1.1

 

Server is Ubuntu 18.04.2 based 

anyone an Idea ?   

  • Like 1

Share this post


Link to post
Share on other sites

There seems to be an oddity with the mission module: It appears that I am no longer able to participate in Libila's missions despite being part of HOTS since activating this.

 

They all show up as enemy in fact.

 

unknown.png

Share this post


Link to post
Share on other sites

Also I have a question about `ignoreBridgeChecks`: I'm sure this included lava written somewhere. Is it meant to? (I'd like to build a small bridge over a volcano crater outlet flow.)

Share this post


Link to post
Share on other sites

Aaaaand one more thing :) For those of you making use of these:

#infoTabLine-#: Line to be added to the info tab on login.

If your messages contain double-quotes, e.g. to advertise a command as

Quote

Use "/seasons" to see what is available for harvest.

You must double up your double quotes, e.g.

Use ""/seasons"" to see what is available for harvest.

If you don't you'll get a compile error about a missing bracket ) when starting your server. That being said the double-quote symbols do not appear at all in game.

(Also oddly the messages appear in reverse order.)

Share this post


Link to post
Share on other sites

Problem getting supply depots to work, get this error....any help or are we just not going to get to use this section?

Spoiler

SEVERE org.gotti.wurmunlimited.modloader.server.Listeners: ServerStartedListener handler for mod WyvernMods failed
java.lang.RuntimeException: java.sql.SQLException: ResultSet closed
    at mod.sin.wyvern.SupplyDepots.initializeDepotTimer(SupplyDepots.java:64)
    at mod.sin.wyvern.DatabaseHelper.onServerStarted(DatabaseHelper.java:143)
    at mod.sin.wyvern.WyvernMods.onServerStarted(WyvernMods.java:1567)
    at org.gotti.wurmunlimited.modloader.server.ServerHook.lambda$fireOnServerStarted$2(ServerHook.java:81)
    at org.gotti.wurmunlimited.modloader.server.Listeners.lambda$fire$0(Listeners.java:63)
    at java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:891)
    at org.gotti.wurmunlimited.modloader.server.Listeners.fire(Listeners.java:61)
    at org.gotti.wurmunlimited.modloader.server.ServerHook.fireOnServerStarted(ServerHook.java:81)
    at org.gotti.wurmunlimited.modloader.server.ProxyServerHook$1$1.invoke(ProxyServerHook.java:57)
    at org.gotti.wurmunlimited.modloader.classhooks.HookManager.invoke(HookManager.java:384)
    at com.wurmonline.server.ServerLauncher.runServer(ServerLauncher.java)
    at com.wurmonline.server.gui.WurmServerGuiController.startGame(WurmServerGuiController.java:1397)
    at com.wurmonline.server.gui.WurmServerGuiController.startBtnClicked(WurmServerGuiController.java:154)
    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 sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275)
    at javafx.fxml.FXMLLoader$MethodHandler.invoke(FXMLLoader.java:1769)
    at javafx.fxml.FXMLLoader$ControllerMethodEventHandler.handle(FXMLLoader.java:1657)
    at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86)
    at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
    at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
    at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
    at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
    at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49)
    at javafx.event.Event.fireEvent(Event.java:198)
    at javafx.scene.Node.fireEvent(Node.java:8411)
    at javafx.scene.control.Button.fire(Button.java:185)
    at com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(ButtonBehavior.java:182)
    at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(BehaviorSkinBase.java:96)
    at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(BehaviorSkinBase.java:89)
    at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:218)
    at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:80)
    at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
    at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
    at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
    at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
    at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
    at javafx.event.Event.fireEvent(Event.java:198)
    at javafx.scene.Scene$MouseHandler.process(Scene.java:3757)
    at javafx.scene.Scene$MouseHandler.access$1500(Scene.java:3485)
    at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1762)
    at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2494)
    at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:394)
    at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:295)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$353(GlassViewEventHandler.java:432)
    at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:389)
    at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:431)
    at com.sun.glass.ui.View.handleMouseEvent(View.java:555)
    at com.sun.glass.ui.View.notifyMouse(View.java:937)
    at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
    at com.sun.glass.ui.win.WinApplication.lambda$null$147(WinApplication.java:177)
    at java.lang.Thread.run(Thread.java:748)
Caused by: java.sql.SQLException: ResultSet closed
    at org.sqlite.core.CoreResultSet.checkOpen(CoreResultSet.java:69)
    at org.sqlite.jdbc3.JDBC3ResultSet.findColumn(JDBC3ResultSet.java:38)
    at org.sqlite.jdbc3.JDBC3ResultSet.getLong(JDBC3ResultSet.java:409)
    at mod.sin.wyvern.SupplyDepots.initializeDepotTimer(SupplyDepots.java:59)
    ... 82 more

 

Share this post


Link to post
Share on other sites

I get this error when starting server

SEVERE org.gotti.wurmunlimited.serverlauncher.DelegatedLauncher: javassist.NotFoundException: net.bdew.wurm.tools.server.internal.Hooks
org.gotti.wurmunlimited.modloader.classhooks.HookException: javassist.NotFoundException: net.bdew.wurm.tools.server.internal.Hooks
    at org.gotti.wurmunlimited.modloader.callbacks.Callbacks.getCtClass(Callbacks.java:111)
    at org.gotti.wurmunlimited.modloader.callbacks.Callbacks.addCallback(Callbacks.java:189)
    at org.gotti.wurmunlimited.modloader.classhooks.HookManager.addCallback(HookManager.java:363)
    at net.bdew.wurm.tools.server.internal.ModTools.preInit(ModTools.java:32)
    at org.gotti.wurmunlimited.modloader.ModLoaderShared.lambda$loadModsFromModDir$6(ModLoaderShared.java:166)
    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:1382)
    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:164)
    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:286)
    at org.gotti.wurmunlimited.serverlauncher.ServerLauncher.main(ServerLauncher.java:33)
    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 PatchedLauncher.main(PatchedLauncher.java:20)
Caused by: javassist.NotFoundException: net.bdew.wurm.tools.server.internal.Hooks
    at javassist.ClassPool.get(ClassPool.java:422)
    at org.gotti.wurmunlimited.modloader.callbacks.Callbacks.getCtClass(Callbacks.java:108)
    ... 26 more

 

How can i fix it?

Share this post


Link to post
Share on other sites

I’m not an expert, but it looks like you are missing bdew’s mods. This mod needs a collaboration of mods. I suggest running through the required mod list again to make sure you have them all.

 

also I suggest posting the whole log in case there was something else wrong

 

 

@Elmonodatra

Share this post


Link to post
Share on other sites

Double checked and confirmed i have all the required mods. so attached whole log

Spoiler

[12:08:18 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: ModLoader version v0.40-6fa80d4
[12:08:18 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Game version 1.9.1.5
[12:08:18 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\AdaAndGlimmerRods.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\archery.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\AshProduce.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\ausfacades.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\betterdig.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\betterfarm.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\betterfarm.config
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\BetterGamemasters.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\bountymod.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\BountyOnBurn.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\bulkmod.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\BulkOptionsMod.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\chestclaim.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\combiner.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\creaturemod.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\DisableFogSpiders.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\DiscordRelay.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\dungeon.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\DUSKombat.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\EnhancedChickenCoop.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\epiccurve.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\FireBurnTime.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\fishmonger.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\fishytweaks.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\fishytweaks.config
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\hitchlimits.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\hwportals.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\hwportals.config
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\jdbCommon.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\loottables.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\meditatemod.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\modtreefarm.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\morecraftables.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\MorePotables.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\movemod.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\movetocenter.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\newportals.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\nobuildlimit.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\NoMailCost.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\onetilemining.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\PickMoreSprouts.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\riftevent.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\salvemod.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\ServerTweaks.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\setheight.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\SimpleConcrete.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\SimplePavingMod.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\SinduskLibrary.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\skillmod.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\Spellcraft.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\StableMaster.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\startergear.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\tentsleep.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\threedee.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\threedee.config
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\timerfix.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\traderoute.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\TreasureHunting.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\UnlimitedStamina.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\WyvernMods.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\announcer\announcer.jar!/META-INF/org.gotti.wurmunlimited.modloader/announcer.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\announcer.config
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\bagofholding\bagofholding.jar!/META-INF/org.gotti.wurmunlimited.modloader/bagofholding.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\bagofholding.config
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\bdew_server_mod_tools\bdew_server_mod_tools.jar!/META-INF/org.gotti.wurmunlimited.modloader/bdew_server_mod_tools.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\creatureagemod\creatureagemod.jar!/META-INF/org.gotti.wurmunlimited.modloader/creatureagemod.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\creatureagemod.config
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\cropmod\cropmod.jar!/META-INF/org.gotti.wurmunlimited.modloader/cropmod.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\cropmod.config
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\harvesthelper\harvesthelper.jar!/META-INF/org.gotti.wurmunlimited.modloader/harvesthelper.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\harvesthelper.config
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\hitchingpost\hitchingpost.jar!/META-INF/org.gotti.wurmunlimited.modloader/hitchingpost.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\httpserver\httpserver.jar!/META-INF/org.gotti.wurmunlimited.modloader/httpserver.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\httpserver.config
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\inbreedwarning\inbreedwarning.jar!/META-INF/org.gotti.wurmunlimited.modloader/inbreedwarning.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\scriptrunner\scriptrunner.jar!/META-INF/org.gotti.wurmunlimited.modloader/scriptrunner.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\scriptrunner.config
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\servermap\servermap.jar!/META-INF/org.gotti.wurmunlimited.modloader/servermap.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\servermap.config
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\serverpacks\serverpacks.jar!/META-INF/org.gotti.wurmunlimited.modloader/serverpacks.properties
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\AdaAndGlimmerRods\GlimmerAndAdaRods.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\AshProduce\AshProduce.jar]
[12:08:19 AM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod AshProduce loaded server class com.wurmonline.ulviirala.mods.AshProduce during phase load
[12:08:19 AM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod AshProduce loaded server class com.wurmonline.ulviirala.mods.AshProduce$1 during phase load
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\BetterGamemasters\BetterGamemasters.jar]
[12:08:19 AM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod BetterGamemasters loaded server class com.wurmonline.ulviirala.mods.BetterGamemasters during phase load
[12:08:19 AM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod BetterGamemasters loaded server class com.wurmonline.ulviirala.mods.BetterGamemasters$1 during phase load
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\BountyOnBurn\BountyOnBurn.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\BulkOptionsMod\BulkOptionsMod.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\DisableFogSpiders\DisableFogSpiders.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\DiscordRelay\DiscordRelay.jar, mods\DiscordRelay\libs\JDA-3.3.0_260-withDependencies.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\EnhancedChickenCoop\EnhancedChickenCoop.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\FireBurnTime\FireBurnTime.jar]
[12:08:19 AM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod FireBurnTime loaded server class com.wurmonline.ulviirala.mods.FireBurnTime during phase load
[12:08:19 AM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod FireBurnTime loaded server class com.wurmonline.ulviirala.mods.FireBurnTime$1 during phase load
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\MorePotables\MorePotables.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\NoMailCost\NoMailCost.jar]
[12:08:19 AM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod NoMailCost loaded server class com.wurmonline.ulviirala.mods.NoMailCost during phase load
[12:08:19 AM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod NoMailCost loaded server class com.wurmonline.ulviirala.mods.NoMailCost$1 during phase load
[12:08:19 AM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod NoMailCost loaded server class com.wurmonline.ulviirala.mods.NoMailCost$2 during phase load
[12:08:19 AM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod NoMailCost loaded server class com.wurmonline.ulviirala.mods.NoMailCost$3 during phase load
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\PickMoreSprouts\PickMoreSprouts.jar]
[12:08:19 AM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod PickMoreSprouts loaded server class com.wurmonline.ulviirala.mods.PickMoreSprouts during phase load
[12:08:19 AM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod PickMoreSprouts loaded server class com.wurmonline.ulviirala.mods.PickMoreSprouts$1 during phase load
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\SimpleConcrete\SimpleConcrete.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\SimplePavingMod\SimplePavingMod.jar, mods\SimplePavingMod\libs\javax.json-1.0.4.jar, mods\SimplePavingMod\libs\jdbCommon-1.0.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\SinduskLibrary\SinduskLibrary.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\DUSKombat\DUSKombat.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\ServerTweaks\ServerTweaks.jar, mods\ServerTweaks\libs\commons-codec-1.9.jar, mods\ServerTweaks\libs\poi-3.13-20150929.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\Spellcraft\Spellcraft.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\StableMaster\StableMaster.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\TreasureHunting\TreasureHunting.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\UnlimitedStamina\UnlimitedStamina.jar]
[12:08:19 AM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod UnlimitedStamina loaded server class com.wurmonline.cantorsdust.mods.UnlimitedStamina during phase load
[12:08:19 AM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod UnlimitedStamina loaded server class com.wurmonline.cantorsdust.mods.UnlimitedStamina$1 during phase load
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\archery\archery.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\ausfacades\AusFacades.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\bdew_server_mod_tools\bdew_server_mod_tools.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\WyvernMods\WyvernMods.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\betterdig\betterdig.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\betterfarm\betterfarm.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\bountymod\bountymod.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\bulkmod\bulkmod.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\chestclaim\chestclaim.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\combiner\combiner.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\creaturemod\creaturemod.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\dungeon\dungeons.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\epiccurve\epiccurve.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\fishmonger\fishmonger.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\fishytweaks\fishytweaks.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\hitchlimits\hitchlimits.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\httpserver\httpserver.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\hwportals\hwportals.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\jdbCommon\jdbCommon.jar, mods\jdbCommon\libs\javax.json-1.0.4.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\loottables\loottables.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\meditatemod\meditatemod.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\modtreefarm\modtreefarm.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\morecraftables\morecraftables.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\movemod\movemod.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\movetocenter\movetocenter.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\newportals\newportals.jar]
[12:08:19 AM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod newportals loaded server class com.wurmonline.server.items.ItemTypes during phase load
[12:08:19 AM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod newportals loaded server class com.wurmonline.server.MiscConstants during phase load
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\nobuildlimit\nobuildlimit.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\onetilemining\onetilemining.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\riftevent\riftevent.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\salvemod\salvemod.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\serverpacks\serverpacks.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\servermap\servermap.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\setheight\setheight.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\skillmod\skillmod.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\startergear\startergear.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\tentsleep\tentsleep.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\threedee\threedee.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\timerfix\timerfix.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\traderoute\traderoute.jar]
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.ausimus.wurmunlimited.mods.agrods.Initiator as AdaAndGlimmerRods (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading com.wurmonline.ulviirala.mods.AshProduce as AshProduce (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading com.wurmonline.ulviirala.mods.BetterGamemasters as BetterGamemasters (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.jubaroo.mods.bountyonburn.Initiator as BountyOnBurn (v1.2)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading com.joedobo27.bulkoptions.BulkOptionsMod as BulkOptionsMod (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading com.revelation.wurm.DisableFogSpiders as DisableFogSpiders (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.nyxcode.wurm.discordrelay.DiscordRelay as DiscordRelay (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading com.revelation.wurm.EnhancedChickenCoop as EnhancedChickenCoop (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading com.wurmonline.ulviirala.mods.FireBurnTime as FireBurnTime (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading com.pveplands.morepotables.MorePotables as MorePotables (1.0)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading com.wurmonline.ulviirala.mods.NoMailCost as NoMailCost (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading com.wurmonline.ulviirala.mods.PickMoreSprouts as PickMoreSprouts (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.ausimus.wu.mods.sc.initiator as SimpleConcrete (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading com.joedobo27.spm.SimplePavingMod as SimplePavingMod (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading mod.sin.lib.SinduskLibrary as SinduskLibrary (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading mod.piddagoras.duskombat.DUSKombatMod as DUSKombat (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading mod.sin.servertweaks.ServerTweaks as ServerTweaks (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading mod.sin.spellcraft.SpellcraftMod as Spellcraft (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.tmarchuk.wurmunlimited.server.stablemaster.StableMasterMod as StableMaster (v0.5-4973de9)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading com.pveplands.treasurehunting.TreasureHunting as TreasureHunting (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading com.wurmonline.cantorsdust.mods.UnlimitedStamina as UnlimitedStamina (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.coldie.wurmunlimited.mods.archery.archery as archery (v2.0)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.ausimus.wurmunlimited.mods.mockfacades.Initiator as ausfacades (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading net.bdew.wurm.tools.server.internal.ModTools as bdew_server_mod_tools (1.0.0)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading mod.sin.wyvern.WyvernMods as WyvernMods (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading net.bdew.wurm.betterdig.BetterDigMod as betterdig (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading net.bdew.wurm.betterfarm.BetterFarmMod as betterfarm (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading net.coldie.wurmunlimited.mods.bountycoldiestyle.bountymod as bountymod (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.gotti.wurmunlimited.mods.bulkmod.BulkMod as bulkmod (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading net.bdew.wurm.chestclaim.ChestClaimMod as chestclaim (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.coldie.wurmunlimited.mods.combiner.combiner as combiner (v1.1)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.gotti.wurmunlimited.mods.creaturemod.CreatureMod as creaturemod (v2.4-b2c68e4)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading net.coldie.wurmunlimited.mods.dungeons.dungeonmain as dungeon (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.coldie.wurmunlimited.mods.epiccurve.epiccurve as epiccurve (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.coldie.wurmunlimited.mods.fishmonger.fishmonger as fishmonger (v2.1)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading net.bdew.wurm.fishy.FishyMod as fishytweaks (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading net.bdew.wurm.hitchlimits.HitchLimitsMod as hitchlimits (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.gotti.wurmunlimited.mods.httpserver.HttpServerMod as httpserver (v0.40-6fa80d4)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading net.bdew.wurm.hwportals.HwPortals as hwportals (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading com.joedobo27.libs.jdbCommon as jdbCommon (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading com.friya.wurmonline.server.loot.Mod as loottables (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.gotti.wurmunlimited.mods.meditatemod.MeditateMod as meditatemod (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading gensekiel.wurmunlimited.mods.treefarm.TreeFarmMod as modtreefarm (v1.0.2.2)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.ausimus.wurmunlimited.mods.morecraftables.Initiator as morecraftables (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading net.bdew.wurm.movemod.MoveMod as movemod (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading net.bdew.wurm.movetocenter.MoveToCenterMod as movetocenter (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading net.xyp.wurmunlimited.mods.newportals.NewPortals as newportals (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading net.bdew.wurm.server.nobuildlimit.NoBuildLimitMod as nobuildlimit (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.coldie.wurmunlimited.mods.onetilemining.onetilemining as onetilemining (v3.0)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.coldie.wurmunlimited.mods.riftevent.riftevent as riftevent (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.gotti.wurmunlimited.mods.salvemod.SalveMod as salvemod (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.gotti.wurmunlimited.mods.serverpacks.ServerPackMod as serverpacks (v0.40-6fa80d4)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.gotti.wurmunlimited.mods.servermap.ServerMapMod as servermap (v0.40-6fa80d4)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading net.bdew.wurm.server.setheight.SetHeightMod as setheight (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.luceat.wu.mods.skillmod.SkillMod as skillmod (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.gotti.wurmunlimited.mods.startergear.StarterGear as startergear (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.coldie.wurmunlimited.mods.tentsleep.tentsleep as tentsleep (v3.0)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading net.bdew.wurm.server.threedee.ThreeDeeMod as threedee (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading net.bdew.wurm.timerfix.TimerFix as timerfix (unversioned)
[12:08:19 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.coldie.wurmunlimited.mods.traderoute.traderoute as traderoute (v3.0)
[12:08:19 AM] INFO com.wurmonline.ulviirala.mods.AshProduce: Loading configuration.
[12:08:19 AM] INFO com.wurmonline.ulviirala.mods.AshProduce: Global ash produce chance is 90%.
[12:08:19 AM] INFO com.wurmonline.ulviirala.mods.AshProduce: Global ash stacks limit is 1.
[12:08:19 AM] INFO com.wurmonline.ulviirala.mods.AshProduce: Global ash amount per tick is 1.
[12:08:19 AM] INFO com.wurmonline.ulviirala.mods.AshProduce: Ash producer ID 37 will no produce 1 stacks of ash with 10 % chance per tick.
[12:08:19 AM] INFO com.wurmonline.ulviirala.mods.AshProduce: Ash producer ID 178 will no produce 1 stacks of ash with 10 % chance per tick.
[12:08:19 AM] INFO com.wurmonline.ulviirala.mods.AshProduce: Ash producer ID 180 will no produce 1 stacks of ash with 10 % chance per tick.
[12:08:19 AM] INFO com.wurmonline.ulviirala.mods.AshProduce: Ash producer ID 1,023 will no produce 1 stacks of ash with 10 % chance per tick.
[12:08:19 AM] INFO com.wurmonline.ulviirala.mods.AshProduce: Ash producer ID 1,028 will no produce 1 stacks of ash with 10 % chance per tick.
[12:08:19 AM] INFO com.wurmonline.ulviirala.mods.AshProduce: Configuration loaded.
[12:08:19 AM] INFO com.wurmonline.ulviirala.mods.BetterGamemasters: No carry weight limit: true for MGMT powers 1 and above.
[12:08:19 AM] INFO com.wurmonline.ulviirala.mods.BetterGamemasters: Not slowed by inventory weight: true for MGMT powers 1 and above.
[12:08:19 AM] INFO com.wurmonline.ulviirala.mods.BetterGamemasters: No damage on GM owned items: true for MGMT powers 1 and above.
[12:08:19 AM] INFO com.wurmonline.ulviirala.mods.BetterGamemasters: No Floor building requirements: true for MGMT powers 2 and above.
[12:08:19 AM] INFO org.jubaroo.mods.bountyonburn.Initiator: ========================== Bounty On Burn Mod Settings =============================
[12:08:19 AM] INFO org.jubaroo.mods.bountyonburn.Initiator: Mod Logging: Enabled
[12:08:19 AM] INFO org.jubaroo.mods.bountyonburn.Initiator: Magic Fire: Enabled
[12:08:19 AM] INFO org.jubaroo.mods.bountyonburn.Initiator: Burning In Forges/Ovens/Kilns/Campfires/Piles/Smelters: Enabled
[12:08:19 AM] INFO org.jubaroo.mods.bountyonburn.Initiator: Burn All Action: Enabled
[12:08:19 AM] INFO org.jubaroo.mods.bountyonburn.Initiator: Burn Uniques: Disabled
[12:08:19 AM] INFO org.jubaroo.mods.bountyonburn.Initiator: Burn Dragons: Disabled
[12:08:19 AM] INFO org.jubaroo.mods.bountyonburn.Initiator: coinBounty: 500 iron coin
[12:08:19 AM] INFO org.jubaroo.mods.bountyonburn.Initiator: karmaBounty: 100 karma points
[12:08:19 AM] INFO org.jubaroo.mods.bountyonburn.Initiator: actionTime: 5 seconds
[12:08:19 AM] INFO org.jubaroo.mods.bountyonburn.Initiator: bountyMessage: You have been given karma and coin for burning the corpse.
[12:08:19 AM] INFO org.jubaroo.mods.bountyonburn.Initiator: ========================== Bounty On Burn Mod Settings =============================
[12:08:19 AM] INFO com.joedobo27.bulkoptions.BulkOptionsMod: makeBulkItems: 385,313,621,905,906,96,95,151,150,1186,1211,1276,1152,1235,374,375,376,377,378,379,380,381,382,383
[12:08:19 AM] WARNING com.joedobo27.bulkoptions.BulkOptionsMod: WU version mismatch. Your nullversion doesn't match one of BulkOptionsMod's required versions [1.3.1.3]
[12:08:19 AM] WARNING org.nyxcode.wurm.discordrelay.DiscordRelay: Discord bot token not entered for DiscordRelay. The bot will not function without this.
[12:08:19 AM] INFO com.wurmonline.ulviirala.mods.FireBurnTime: Burn time estimation will be for 5000 temperature.
[12:08:19 AM] INFO com.pveplands.morepotables.MorePotables 1.0: Added ID 440 to potables list.
[12:08:19 AM] INFO com.wurmonline.ulviirala.mods.NoMailCost: Mod will disable mail postage cost.
[12:08:19 AM] INFO com.wurmonline.ulviirala.mods.NoMailCost: Newly created mailboxes will get 30.000000 power Courier enchants.
[12:08:19 AM] INFO com.wurmonline.ulviirala.mods.PickMoreSprouts: You will pick 2 sprouts each now.
[12:08:19 AM] INFO mod.sin.lib.ArmourAssist: Initializing Armour Maps.
[12:08:19 AM] INFO mod.sin.lib.SkillAssist: Initializing Skill Maps.
[12:08:19 AM] INFO mod.sin.lib.WoundAssist: Initializing Wound Maps.
[12:08:19 AM] INFO mod.piddagoras.duskombat.DUSKombatMod: Beginning configuration...
[12:08:19 AM] INFO mod.piddagoras.duskombat.DUSKombatMod: Enable DUSKombat: true
[12:08:19 AM] INFO mod.piddagoras.duskombat.DUSKombatMod:  -- Mod Configuration -- 
[12:08:19 AM] INFO mod.piddagoras.duskombat.DUSKombatMod: Minimum Swing Timer: 2.00 seconds
[12:08:19 AM] INFO mod.piddagoras.duskombat.DUSKombatMod: Use Epic Bloodthirst: true
[12:08:19 AM] INFO mod.piddagoras.duskombat.DUSKombatMod: Show Item Combat Information: true
[12:08:19 AM] INFO mod.piddagoras.duskombat.DUSKombatMod: Disable Player Skill Loss: true
[12:08:19 AM] INFO mod.piddagoras.duskombat.DUSKombatMod: > Damage Multipliers <
[12:08:19 AM] INFO mod.piddagoras.duskombat.DUSKombatMod: Player to Environment: 1.00x
[12:08:19 AM] INFO mod.piddagoras.duskombat.DUSKombatMod: Environment to Player: 1.00x
[12:08:19 AM] INFO mod.piddagoras.duskombat.DUSKombatMod: Player to Player: 0.70x
[12:08:19 AM] INFO mod.piddagoras.duskombat.DUSKombatMod: > Miscellaneous Features <
[12:08:19 AM] INFO mod.piddagoras.duskombat.DUSKombatMod: Combat Damage Enchant Cap: Uncapped
[12:08:19 AM] INFO mod.piddagoras.duskombat.DUSKombatMod:  -- Configuration complete -- 
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Developer Commands: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: (Command) Event Power: 0
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: (Command) Unique Spawn Power: 5
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: (Command) King Me Power: 5
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Immortal Traders: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Immortal Bartenders: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Moon Metal Vein Fix: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Moon Metal Minimum: 500
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Moon Metal Maximum: 1000
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: CA Help Default: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Disable Chaos: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Reduce Unique Timer: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Unique Timer Reduction: 336
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Logging Uniques: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Steam Duplicate Authentication Fix: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Unlock Treasure Chests: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Build On Holy Ground: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Disable Epic Hexmap Twitter: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: True Steam Authentication: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Fix Zombie Enchant Errors: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Fix Epic Mission Naming: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Fix Spells Without Enter Permission: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Allow Freedom Mycelium Absorb: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Edit Epic Curve: false
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Epic Curve Multiplier: 1.0
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Custom Rarity Rates: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Fantastic Chance: 0.1%
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Supreme Chance: 8.0%
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Rare Chance: 100.0%
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Item Based Food Affinities: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: No Dragon Leeching: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Disable Sermons: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Disable Fatigue: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: GM - Uncap Enchants: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: GM - Remove Condition Checks: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: GM - Enchant Any Item: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Fix Freedom Mycelium: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Enable Freedom Libila: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Enable Freedom Dark Messenger: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Remove Load/Unload Strength Requirement: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Adjust Dragon Loot: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Dragon Loot Multiplier: 0.2
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Remove Conversion Timer: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Show All Creatures in Mission Ruler: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Characteristic Divisor: -1.0
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Bank Balance Action: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Spawn Teleport Action: false
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Tax Config: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Tax Grace Period (Days): 30
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Tax Percent Increase Per Day Gone: 0.03
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Enable Fatigue Skill Gain Multiplier: true
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Fatigue Maximum Skill Gain Multiplier: 1.0
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Fatigue Minimum Skill Gain Multiplier: 0.2
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Fatigue Maximum Threshold: 39600
[12:08:19 AM] INFO mod.sin.servertweaks.ServerTweaks: Fatigue Minimum Threshold: 21600
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Beginning configuration...
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod:  -- Mod Configuration -- 
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: maximumPlayerFaith: 200
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: priestFaithRequirement: 30.0
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: hourlyPrayer: true
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: scalePrayerGains: true
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: newFavorRegen: true
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: useNewDamageModifier: true
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Only Show Valid Spells: true
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: All Spells Gamemasters: true
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Cross Faith Linking: true
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Fix High Power Enchants: true
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Enable Enchant Decay: false
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Enchant Decay Minimum: 250.0
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Enchant Decay Percentage: 0.01
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Enchant Decay Arrows Minimum: 150.0
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Statuette Tweaks: true
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Statuette bonus per QL: 0.2
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Statuette power per rarity: 3.0
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod:  -- Rite changes -- 
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: riteHolyCropFavorReq: 2000
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: riteHolyCropFavorCost: 1000
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: riteDeathFavorReq: 2000
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: riteDeathFavorCost: 1000
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: riteSpringFavorReq: 2000
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: riteSpringFavorCost: 1000
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: riteSunFavorReq: 2000
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: riteSunFavorCost: 1000
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: riteHolyCropMassGenesis: true
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: riteHolyCropGenesisChance: 5
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: riteSpringPlayersRequired: 5
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod:  -- Default spell tweaks -- 
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: scornHealWithoutDamage: true
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: useRecodedSmite: true
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod:  -- Custom Spell Configuration -- 
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Harden enabled: true
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Harden gods: [-1]
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Harden cast time: 20
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Harden cost: 30
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Harden difficulty: 60
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Harden faith: 40
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Harden cooldown: 0
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Phasing enabled: true
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Phasing gods: [-1]
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Phasing cast time: 20
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Phasing cost: 30
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Phasing difficulty: 60
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Phasing faith: 60
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Phasing cooldown: 0
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Replenish enabled: true
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Replenish gods: [3]
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Replenish cast time: 20
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Replenish cost: 40
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Replenish difficulty: 60
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Replenish faith: 60
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Replenish cooldown: 3600000
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Expand enabled: true
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Expand gods: [-1]
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Expand cast time: 30
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Expand cost: 40
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Expand difficulty: 60
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Expand faith: 40
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Expand cooldown: 3600000
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Efficiency enabled: true
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Efficiency gods: [0]
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Efficiency cast time: 30
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Efficiency cost: 90
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Efficiency difficulty: 90
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Efficiency faith: 100
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Efficiency cooldown: 3600000
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Quarry enabled: true
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Quarry gods: [2]
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Quarry cast time: 30
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Quarry cost: 40
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Quarry difficulty: 60
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Quarry faith: 50
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Quarry cooldown: 3600000
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Prowess enabled: true
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Prowess gods: [2]
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Prowess cast time: 30
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Prowess cost: 60
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Prowess difficulty: 80
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Prowess faith: 60
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Prowess cooldown: 0
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Industry enabled: true
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Industry gods: [3]
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Industry cast time: 30
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Industry cost: 60
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Industry difficulty: 80
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Industry faith: 60
[12:08:19 AM] INFO mod.sin.spellcraft.SpellcraftMod: Industry cooldown: 0
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Endurance enabled: true
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Endurance gods: [1]
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Endurance cast time: 30
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Endurance cost: 60
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Endurance difficulty: 80
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Endurance faith: 60
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Endurance cooldown: 0
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Acuity enabled: true
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Acuity gods: [4]
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Acuity cast time: 30
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Acuity cost: 60
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Acuity difficulty: 80
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Acuity faith: 60
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Acuity cooldown: 0
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Titanforged enabled: true
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Titanforged gods: [0]
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Titanforged cast time: 30
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Titanforged cost: 90
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Titanforged difficulty: 99
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Titanforged faith: 90
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Titanforged cooldown: 0
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Labouring Spirit enabled: true
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Labouring Spirit gods: [-1]
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Labouring Spirit cast time: 60
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Labouring Spirit cost: 120
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Labouring Spirit difficulty: 90
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Labouring Spirit faith: 31
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Labouring Spirit cooldown: 3600
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod:  -- Default spell modifications -- 
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Strongwall: cast time set to 60
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Scorn of Libila: cast time set to 10
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Weakness: cost set to 30
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Genesis: cost set to 70
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Light of Fo: difficulty set to 60
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Dark messenger: difficulty set to 30
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Zombie infestation: faith requirement set to 70
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Locate Artifact: faith requirement set to 90
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Drain stamina: cooldown set to 60000
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Willowspine: Adding to gods [2, 3, 4, 101]
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Magranon's demise: Removing from gods [-1]
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Libila's demise: Removing from gods [-1]
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Fo's demise: Removing from gods [-1]
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Vynora's demise: Removing from gods [-1]
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod: Debugging messages are enabled.
[12:08:20 AM] INFO mod.sin.spellcraft.SpellcraftMod:  -- Configuration complete -- 
[12:08:20 AM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod Spellcraft loaded server class com.wurmonline.server.spells.SpellHelper during phase configure
[12:08:20 AM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod Spellcraft loaded server class com.wurmonline.server.spells.SpellcraftSpell during phase configure
[12:08:20 AM] INFO org.tmarchuk.wurmunlimited.server.stablemaster.StableMasterMod: specifyStableMasterId: false
[12:08:20 AM] INFO org.tmarchuk.wurmunlimited.server.stablemaster.StableMasterMod: stableMasterId: 20001
[12:08:20 AM] INFO org.tmarchuk.wurmunlimited.server.stablemaster.StableMasterMod: specifyAnimalTokenId: false
[12:08:20 AM] INFO org.tmarchuk.wurmunlimited.server.stablemaster.StableMasterMod: animalTokenId: 20002
[12:08:20 AM] INFO org.tmarchuk.wurmunlimited.server.stablemaster.StableMasterMod: animalTokenCentimetersX: 20
[12:08:20 AM] INFO org.tmarchuk.wurmunlimited.server.stablemaster.StableMasterMod: animalTokenCentimetersY: 50
[12:08:20 AM] INFO org.tmarchuk.wurmunlimited.server.stablemaster.StableMasterMod: animalTokenCentimetersZ: 200
[12:08:20 AM] INFO org.tmarchuk.wurmunlimited.server.stablemaster.StableMasterMod: animalTokenMinimumWeightGrams: 50000
[12:08:20 AM] INFO org.tmarchuk.wurmunlimited.server.stablemaster.StableMasterMod: animalTokenMaximumWeightGrams: 75000
[12:08:20 AM] INFO org.tmarchuk.wurmunlimited.server.stablemaster.StableMasterMod: exchangeAnimalCostIrons: 5000
[12:08:20 AM] INFO org.tmarchuk.wurmunlimited.server.stablemaster.StableMasterMod: enableNoNpcExchange: false
[12:08:20 AM] INFO org.tmarchuk.wurmunlimited.server.stablemaster.StableMasterMod: enableSmallBoatsLoad: false
[12:08:20 AM] INFO org.tmarchuk.wurmunlimited.server.stablemaster.StableMasterMod: enableServerTransfer: true
[12:08:20 AM] INFO org.tmarchuk.wurmunlimited.server.stablemaster.StableMasterMod: enableServerTransferLogging: true
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureHunting (vnull): Loading configuration.
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Extra warning: false
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Extra swirl: true
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Map tiles: true
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Damage compass: true
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Damage map: true
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Damage multiplier: 100
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Map creation tries: 100
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Treasure chest lock chance: 0 percent
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Lock quality multiplier: 0.75
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Destroy lock: false
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Map digging chance: 10,000
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Map fishing chance: 500
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Map mining chance: 3,500
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Map surface mining chance: 10,000
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Map woodcutting chance: 2,000
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Map foraging chance: 1,000
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Map hunting chance: 100
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Map unique chance: 1
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Log map drops: true
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Base map creation difficulty: 70
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Max height difference in a 3x3 area: 72
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Creatures that drop treasuremaps: [11, 23, 111]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Spawn group 0: [13, 15]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Spawn group 1: [10, 14, 23, 43]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Spawn group 2: [12, 25, 42, 56]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Spawn group 3: [38, 58, 59, 84, 106]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Spawn group 4: [11, 57, 72, 85, 105, 107, 108, 110]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Spawn group 5: [68, 73, 74, 75, 76, 77, 109, 111, 112]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Spawn group 6: [63, 78, 79, 80, 10]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Group weights: [1, 3, 5, 15, 35, 50, 100]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Spawn weights: [5, 12, 20, 30, 40, 50, 65, 80, 100, 135]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Spawn limits: [1, 5, 5, 15, 15, 35, 35, 50, 50, 100]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Rare spawn map quality: 80
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Rare spawn chance: 500
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Rare spawn weight: 100
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Extremely rare spawn weight: 135
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Base money reward: 10,000
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Money reward multiplier: 1
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Base karma reward in grams: 200
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Karma reward multiplier: 9
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Base precious metal reward: 250
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Precious metal multiplier: 1
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Dragon scale/Drake leather multiplier: 0.25
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Precious metals: [45, 44, 694, 698, 371, 372]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Base sleep powder reward: 1
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Sleep powder multiplier: 1
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Base HOTA statue chance: 10
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): HOTA statue multiplier: 9
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): HOTA AuxData: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward group: [1098]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward group: [480, 463]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward group: [997, 738, 967, 972, 1032, 844, 791, 700, 654, 602, 527, 489, 442]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward group: [667, 509, 601, 525, 524, 300]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward group: [668, 665, 664, 229]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward group: [374, 376, 378, 380, 382]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward group: [375, 377, 379, 381, 383]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward group: [1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1092, 1093, 1094, 1095]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward group: [871, 872, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 886]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward group: [973, 974, 975, 976, 977, 978, 979, 980, 1099]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward group: [1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward group: [843, 781]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward group: [868, 867]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward group: [806, 794, 795, 796, 797, 798, 809, 808, 807, 810, 799, 800, 801, 802, 803]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Guaranteed reward items: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Optional reward items: [1, 2, 2, 3, 3, 4, 4, 5, 5, 6]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Optional reward item chances: [10, 10, 10, 10, 10, 10, 10, 10, 10, 10]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward items: [0, 1]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward items: [0, 1, 5]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward items: [0, 1, 2, 5]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward items: [0, 1, 2, 3, 5]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward items: [0, 1, 2, 3, 5, 6]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward items: [0, 1, 2, 3, 5, 6]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward items: [0, 1, 2, 3, 5, 6, 7, 10]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward items: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward items: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward items: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Base rare item chance: 10
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Rare item chance multiplier: 9
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Rare items: [7, 25, 27, 24, 215, 62, 63, 64, 185, 77, 82, 83, 84, 85, 86, 3, 90, 87, 80, 21, 81, 711, 710, 705, 707, 706, 97, 103, 104, 105, 107, 108, 106, 109, 110, 111, 112, 113, 120, 114, 118, 116, 117, 119, 115, 276, 275, 274, 277, 278, 279, 282, 281, 280, 283, 284, 285, 286, 287, 20, 139, 143, 93, 8, 135, 94, 152, 202, 296, 257, 259, 258, 267, 268, 290, 292, 291, 314, 463, 75, 350, 351, 374, 376, 378, 380, 382, 388, 397, 390, 392, 394, 396, 397, 413, 749, 747, 447, 448, 449, 480, 581, 65, 621, 702, 703, 704, 624, 623, 623, 623, 623, 640, 642, 641, 643, 647, 774, 922]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Unfinished rares: [384, 850, 853, 539, 540, 541, 542, 543, 491, 490, 180, 178, 1023, 1028, 226, 922]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Base very rare item chance: 10,000
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Very rare item multiplier: 1,000
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Very rare items: [843, 299, 300, 654, 868, 781, 668, 664, 665, 655, 738, 967]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Extremely rare item chance: 100,000
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Extremely rare item chance multiplier: 1,000
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Extremely rare items: [806, 794, 795, 796, 797, 798, 809, 808, 807, 810, 799, 800, 801, 802, 803]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Unfinished item chance: 100
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Unfinished item chance multiplier: 5
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Unfinished items: [384, 850]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Kingdom items: [579, 578, 831, 999]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Kingdoms: [1, 2, 3, 4]
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): rareRarity: 2
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): supremeRarity: 100
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): fantasticRarity: 10,000
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Rare window chance: 180
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Treasuremap templateID: 4,200
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Treasuremap min distance from player: 0
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Treasuremap max distance from player: 2147483647
[12:08:20 AM] INFO com.pveplands.treasurehunting.TreasureHunting (vnull): Configuration loaded.
[12:08:20 AM] INFO com.wurmonline.cantorsdust.mods.UnlimitedStamina: Unlimited Stamina On: false
[12:08:20 AM] INFO com.wurmonline.cantorsdust.mods.UnlimitedStamina: Unlimited Moving Stamina On: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Miscellaneous Changes Module: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Information Tab: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: > Information Tab Name: Server
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: > Information Tab Line: Patreon: https://www.patreon.com/sindusk
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: > Information Tab Line: Server Wiki/Documentation: https://docs.google.com/document/d/1cbPi7-vZnjaiYrENhaefzjK_Wz7_F1CcPYJtC6uCi98/edit?usp=sharing
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: > Information Tab Line: Server Data: https://docs.google.com/spreadsheets/d/1yjqTHoxUan4LIldI3jgrXZgXj1M2ENQ4MXniPUz0rE4
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: > Information Tab Line: Server Discord: https://discord.gg/r8QNXAC
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: > Information Tab Line: Website/Maps: https://www.sarcasuals.com/
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: > Information Tab Line: Server Thread: https://forum.wurmonline.com/index.php?/topic/162067-revenant-modded-pvepvp-3x-action-new-skillgain/
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Ignore Bridge Checks: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Disable Mailbox Usage While Loaded: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Increased Legendary Creatures: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Increased Legendary Frequency: 5x
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Allow Facebreyker Natural Spawn: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Announce Player Titles: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Improve Combined Leather: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Allow Modded Improve Templates: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Fatigue Action Override: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Fix Portal Issues: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Disable Minimum Shield Damage: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Disable GM Emote Limit: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Creature Archery Wander: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Global Death Tabs: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Disable PvP Only Death Tabs: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Fix Libila Crossing Issues: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Higher Food Affinities: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Faster Charcoal Burn: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Uncap Trader Item Count: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Log Excessive Actions: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Use Dynamic Skill Rate: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Reduce Lockpick Breaking: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Allow Freedom Mycelium Absorb: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Larger Houses: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Reduce Imbue Power: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Fix Vehicle Speeds: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Reduce Mailing Costs: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Guard Target Changes: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Enable Libila Strongwall on PvE: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Royal Cook No Food Decay: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Mayors Command Abandoned Vehicles: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Opulence Food Affinity Timer Increase: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Disable Food First Bite Bonus: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Bed Quality Sleep Bonus: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Royal Smith Improve Faster: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Fix Mounted Body Strength: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Adjusted Food Bite Fill: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Rare Material Improve: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Rarity Window Bad Luck Protection: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Rare Creation Adjustments: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Always Armour Title Benefits: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Tome Usage Any Altar: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Key Of Heavens Login Only: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Less Filling Drinks: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Disable Help GM Commands: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Reduce Action Interrupt On Damage: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Fix Mission Null Pointer Exception: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Disable Smelting Pots: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Hide Sorcery Buff Bar: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: SQL Achievement Fix: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Change Pumpkin King Title: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Change Deity Passives: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Arena Module: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Equip Horse Gear By Leading: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Lockpicking Improvements: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Place Deeds Outside Kingdom Influence: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Disable PMK's: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Disable Player Champions: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Arena Aggression: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Enemy Title Hook: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Enemy Presence On Aggression: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Disable Farwalker Items: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Always Allow Affinity Steal: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Adjust Fight Skill Gain: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Use Aggression For Nearby Enemies: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Disable PvP Corpse Protection: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Bypass House Permissions: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Allow Stealing Against Deity Wishes: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Same Kingdom Vehicle Theft: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Adjust Mine Door Damage: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Same Kingdom Permission Adjustments: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Disable CA Help On PvP: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Same Kingdom Village Warfare: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Adjust HotA Rewards: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Cap Maximum Guards: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Disable Tower Construction: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Adjust Local Range: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Disable Karma Teleport: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Limit Lead Creatures: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Adjust Bash Timer: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Discord Relay HotA Messages: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Allow Attacking Same Kingdom Guards: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Fix Guards Attacking Themselves: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Reduced Mine Door Open Time: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Allow Same Kingdom Fight Skill Gains: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Allow Archering On Same Kingdom Deeds: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Send New Spawn Question On PvP: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Send Artifact Digs To Discord: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Make Freedom Favored Kingdom: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Crown Influence On Aggression: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Disable Open World Full Loot: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Resurrection Stones Protect Skill: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Resurrection Stones Protect Fight Skill: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Resurrection Stones Protect Affinities: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Bypass Planted Permission Checks: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Custom Titles Module: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #10002: Pastamancer / Pastamancer for skill ID #-1 of type NORMAL.
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #20012: The Great Illuminaty / The Great Illuminaty for skill ID #-1 of type NORMAL.
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #20011: The One True Taco / The One True Taco for skill ID #-1 of type NORMAL.
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #20010: Slave / Slave for skill ID #-1 of type NORMAL.
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #20009: The Crazy Cat Lord / The Crazy Cat Lord for skill ID #-1 of type NORMAL.
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #20008: Grand Designer / Grand Designer for skill ID #-1 of type NORMAL.
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #20007: Science Guy / Science Guy for skill ID #-1 of type NORMAL.
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #20006: The Treasuring / The Treasuring for skill ID #-1 of type NORMAL.
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #20005: The care-dependent / The care-dependent for skill ID #-1 of type NORMAL.
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #20004: Thorn One / Thorn One for skill ID #-1 of type NORMAL.
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #20003: Warriorgens Wife / Warriorgens Wife for skill ID #-1 of type NORMAL.
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #20002: That Guy / That Guy for skill ID #-1 of type NORMAL.
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #20001: Sindusks Favourite GM / Sindusk Favourite GM for skill ID #-1 of type NORMAL.
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #20000: Donator / Donator for skill ID #-1 of type NORMAL.
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #19999: Patron / Patron for skill ID #-1 of type NORMAL.
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #20000 to players: [Pazza, Warriorgen, Eternallove, Bambam, Svenja, Alexiaselena, Reevi, Seleas, Piratemax, Eltacolad]
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #20001 to players: [Pazza]
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #20002 to players: [Warriorgen]
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #20003 to players: [Eternallove]
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #20004 to players: [Bambam]
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #20005 to players: [Svenja]
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #20006 to players: [Alexiaselena]
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #20007 to players: [Reevi]
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #20008 to players: [Genocide]
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #20009 to players: [Seleas]
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #20010 to players: [Piratemax]
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #20011 to players: [Eltacolad]
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #20012 to players: [Atticus]
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #10002 to players: [Critias]
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #19999 to players: [Atticus]
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Anti-Cheat Module: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Spoof Hidden Ore: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Prospecting Vision: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Map Steam IDs: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Quality Of Life Module: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Mine Cave To Vehicle: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Mine Surface To Vehicle: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Chop Logs To Vehicle: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Statuette Any Material: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Mine Gems To Vehicle: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Regenerate Stamina On Vehicle Any Slope: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Combat Module: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Combat Rating Adjustments: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Royal Executioner Bonus: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Pet Soul Depth Scaling: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Vehicle Combat Rating Penalty: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Fix Magranon Damage Stacking: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Adjust Combat Rating Spell Power: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Disable Legendary Regeneration: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Use Static Legendary Regeneration: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Mastercraft Module: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Difficulty Adjustments: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Affinity Difficulty Bonus: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Legend Difficulty Bonus: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Master Difficulty Bonus: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Item Rarity Difficulty Bonus: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Legend Item Difficulty Bonus: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Master Item Difficulty Bonus: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Empowered Channelers: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Channel Skill Favor Reduction: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Skill Module: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Hybrid Skill Gain: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Hybrid Negative Decay Rate: 5.0
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Hybrid Positive Decay Rate: 3.0
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Hybrid Value At Zero: 3.74
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Hybrid Value At One Hundred: 0.9
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Changing name of skill preaching to Gem augmentation.
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Changing name of skill stealing to Soulstealing.
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Setting difficulty of skill mining to 3000.00.
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Setting difficulty of skill meditating to 300.00.
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Setting difficulty of skill lock picking to 700.00.
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Setting tick time of skill meditating to 3600000.
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Setting tick time of skill stealing to 0.
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Change Preaching Location: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Meditation Module: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Simplify Meditation Terrain: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Remove Insanity Shield of the Gone: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Remove Hate War Bonus: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Insanity Speed Bonus: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Hate Movement Bonus: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Scaling Power Stamina Bonus: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Scaling Knowledge Skill Gain: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Remove Meditation Tick Timer: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: New Meditation Buffs: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Meditation Ability Cooldowns: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Love Refresh Cooldown: 28800000
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Love Enchant Nature Cooldown: 28800000
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Love Love Effect Cooldown: 14400000
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Hate War Bonus Cooldown: 21600000
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Hate Structure Damage Cooldown: 14400000
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Hate Fear Cooldown: 21600000
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Power Elemental Immunity Cooldown: 21600000
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Power Erupt/Freeze Cooldown: 28800000
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Power Ignore Traps Cooldown: 14400000
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Knowledge Info Creature Cooldown: 14400000
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Knowledge Info Tile Cooldown: 14400000
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Titan Module: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Disable Titan Natural Regeneration: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Poll Titan Spawn Timer: 120000
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Poll Titan Timer: 1000
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Titan Respawn Timer: 288000000
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Rare Spawn Module: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Poll Rare Spawn Timer: 300000
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Mission Module: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: New Mission Creator: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: New Mission Creator Timer: 14400000
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Use Valrei Entities: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Add Mission Currency Reward: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Prevent Ocean Mission Spawns: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Additional Herbivore Checks: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Additional Mission Slayable Checks: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Disable Epic Mission Types: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Mounted Module: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: New Mount Speed Scaling: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Update Mount Speed On Damage: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Allow Bison Mounts: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Teleport Module: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Use Arena Teleport Method: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Economy Module: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Adjust Sealed Map Value: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Disable Trader Refill: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Void Trader Money: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Supply Depot Module: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Use Supply Depot Lights: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Poll Depot Timer: 60000
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Capture Message Interval: 180000
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Depot Respawn Timer: 39600000
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Bestiary Module: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Fix Sacrificing Strong Creatures: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Disable AFK Training: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Fix Chargers Walking Through Walls: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Condition Wild Creatures: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Allow Ghost Archery: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Disable Archery On Strong Creatures: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Genesis Enchanted Grass Newborns: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Use Custom Corpse Sizes: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Allow Custom Creature Breed Names: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Allow Ghost Breeding: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Allow Ghost Corpses: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Use Custom Creature Sizes: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Use Custom Creature SFX: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Prevent Legendary Hitching: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Modify New Creatures: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Log Creature Spawns: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Enable Epic Creature Natural Spawns: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Custom Creatures: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Enable Wyverns: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Enable Flavor Mobs: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Enable Event Mobs: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Enable Rare Spawn Mobs: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Enable Custom Legendaries: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Enable Titans: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Bounty Module: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Use Player Bounty: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Use Loot Table: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Item Module: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Combine Leather: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Combine Logs: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Reduce Log Volume: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Reduce Kindling Volume: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Droppable Sleep Powder: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Set Silver Mirror Price: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Set Gold Mirror Price: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Set Creature Crate Price: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Set Resurrection Stone Price: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Set Shaker Orb Price: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Loadable Mailbox: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Loadable Bell Tower: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Loadable Trash Bin: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Loadable Altars: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: One Handed Long Spear: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Reduce Dirt Difficulty: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Reduce Sand Difficulty: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Reduce Sandstone Difficulty: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Decoration Stone Keystone: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Decoration Marble Keystone: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Decoration Skull: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Use Custom Cache Fragments: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Adjust Statue Fragment Count: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Remove Lockpick Skill Requirement: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Create Custom Item Templates: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Custom Item Creation: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Craft Hunting Arrow Packs: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Craft War Arrow Packs: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Craft Battle Yoyo: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Craft Club: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Craft Depth Drill: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Craft Eternal Reservoir: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Craft Eviscerator: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Craft Knuckles: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Craft Mass Storage Unit: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Craft Statuette Deities: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Craft Warhammer: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Soulstealing Module: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Poll Eternal Reservoir Timer: 600000
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Action Module: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Unequip All Action: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Receive All Mail Action: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Split Sorcery Action: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Leaderboard Action: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Sorcery Fragment Combine Action: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Arena Teleport Actions: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Add Mission Dev Action: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Remove Mission Dev Action: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Creature Report Dev Action: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Smooth Terrain Dev Action: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Erosion Module: true
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Poll Terrain Smooth Timer: 5000
[12:08:20 AM] INFO mod.sin.wyvern.WyvernMods: Treasure Chest Loot Module: true
[12:08:20 AM] INFO BetterDigMod: overrideClayWeight = 20
[12:08:20 AM] INFO BetterDigMod: overrideTarWeight = 20
[12:08:20 AM] INFO BetterDigMod: overridePeatWeight = 20
[12:08:20 AM] INFO BetterDigMod: overrideMossWeight = 20
[12:08:20 AM] INFO BetterDigMod: digToVehicle = true
[12:08:20 AM] INFO BetterDigMod: dredgeToShip = true
[12:08:20 AM] INFO BetterDigMod: levelToVehicle = true
[12:08:20 AM] INFO BetterDigMod: digToCrates = true
[12:08:20 AM] INFO BetterDigMod: digToDragged = true
[12:08:20 AM] INFO BetterDigMod: levelToDragged = true
[12:08:20 AM] INFO BetterDigMod: levelFromVehicle = true
[12:08:20 AM] INFO BetterDigMod: levelFromDragged = true
[12:08:20 AM] INFO BetterDigMod: levelFromCrates = true
[12:08:20 AM] INFO BetterDigMod: levelFromGround = true
[12:08:20 AM] INFO BetterDigMod: allowWhenMounted = LEVEL, FLATTEN, FLATTEN_BORDER, DIG, LEVEL_BORDER
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.bulkmod.BulkMod: ignoreTemp: true
[12:08:20 AM] INFO HitchLimitsMod: maxHitchableRating = 1.0
[12:08:20 AM] INFO HitchLimitsMod: hitchingStrengthModifier = 1.0
[12:08:20 AM] INFO HitchLimitsMod: minimumStrengthCap = 1.0
[12:08:20 AM] INFO HitchLimitsMod: preventUnhitchingExPets = true
[12:08:20 AM] INFO HitchLimitsMod: pacifyHitchedCreatures = true
[12:08:20 AM] INFO HitchLimitsMod: preventAgeUnhitching = true
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.httpserver.HttpServerMod: serverPort: 0
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.httpserver.HttpServerMod: publicServerAddress: null
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.httpserver.HttpServerMod: publicServerPort: 0
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.httpserver.HttpServerMod: internalServerAddress: null
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.httpserver.HttpServerMod: maxThreads: 50
[12:08:20 AM] INFO com.friya.wurmonline.server.loot.Mod: Loaded LootTable configuration
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.meditatemod.MeditateMod: autoPassSkillChecks: true
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.meditatemod.MeditateMod: noMeditateDelay: true
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.meditatemod.MeditateMod: noMeditateDistance: true
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.meditatemod.MeditateMod: unlimitedMeditations: true
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.meditatemod.MeditateMod: pathLevelDelayMultiplier: 0.0
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.meditatemod.MeditateMod: useCustomTime: true
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.meditatemod.MeditateMod: customTime: 300
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.meditatemod.MeditateMod: pathChangeDelay: 0
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.meditatemod.MeditateMod: maxLevel: 13
[12:08:20 AM] WARNING MoveMod: Unknown config property: steamVersion
[12:08:20 AM] INFO MoveMod: weightLimit = 7000.0
[12:08:20 AM] INFO MoveMod: slowWeight = 2000.0
[12:08:20 AM] INFO MoveMod: encumberedWeight = 3500.0
[12:08:20 AM] INFO MoveMod: cantMoveWeight = 7000.0
[12:08:20 AM] INFO MoveMod: playerSpeedMultiplier = 1.6
[12:08:20 AM] INFO MoveMod: enableBoatHitching = false
[12:08:20 AM] INFO MoveMod: creatureSpeedMultiplier = 1.0
[12:08:20 AM] INFO MoveMod: boatGlobalMultiplier = 2.5
[12:08:20 AM] INFO MoveMod: boatSeaGodBonus = 3.0
[12:08:20 AM] INFO MoveMod: 9 Vehicle Overrides:
[12:08:20 AM] INFO MoveMod: 850 -> maxSpeed=1.00 maxDepth=-0.70 maxHeight=2500.00 maxSlope=0.04 windImpact=0 loadDistance=4 skillNeeded=21.00
[12:08:20 AM] INFO MoveMod: 853 -> maxSpeed=1.00 maxDepth=-1.50 maxHeight=2500.00 maxSlope=0.04 windImpact=0 loadDistance=4 skillNeeded=20.10
[12:08:20 AM] INFO MoveMod: 490 -> maxSpeed=5.00 maxDepth=-2500.00 maxHeight=-0.50 maxSlope=2000.00 windImpact=10 loadDistance=6 skillNeeded=19.00
[12:08:20 AM] INFO MoveMod: 539 -> maxSpeed=1.00 maxDepth=-0.70 maxHeight=2500.00 maxSlope=0.04 windImpact=0 loadDistance=4 skillNeeded=20.10
[12:08:20 AM] INFO MoveMod: 491 -> maxSpeed=5.00 maxDepth=-2500.00 maxHeight=-0.50 maxSlope=2000.00 windImpact=30 loadDistance=6 skillNeeded=20.10
[12:08:20 AM] INFO MoveMod: 540 -> maxSpeed=2.00 maxDepth=-2500.00 maxHeight=-2.00 maxSlope=2000.00 windImpact=80 loadDistance=12 skillNeeded=22.00
[12:08:20 AM] INFO MoveMod: 541 -> maxSpeed=3.00 maxDepth=-2500.00 maxHeight=-2.00 maxSlope=2000.00 windImpact=60 loadDistance=12 skillNeeded=21.00
[12:08:20 AM] INFO MoveMod: 542 -> maxSpeed=4.00 maxDepth=-2500.00 maxHeight=-0.50 maxSlope=2000.00 windImpact=50 loadDistance=8 skillNeeded=23.00
[12:08:20 AM] INFO MoveMod: 543 -> maxSpeed=3.00 maxDepth=-2500.00 maxHeight=-2.00 maxSlope=2000.00 windImpact=70 loadDistance=12 skillNeeded=24.00
[12:08:20 AM] INFO MoveMod: 20 Creature Overrides:
[12:08:20 AM] INFO MoveMod: 64 -> maxSpeed=30.00 maxDepth=-0.70 maxHeight=2500.00 maxSlope=0.04 skillNeeded=21.00
[12:08:20 AM] INFO MoveMod: 3 -> maxSpeed=17.00 maxDepth=-0.70 maxHeight=2500.00 maxSlope=0.04 skillNeeded=19.00
[12:08:20 AM] INFO MoveMod: 37 -> maxSpeed=20.00 maxDepth=-0.70 maxHeight=2500.00 maxSlope=0.04 skillNeeded=24.00
[12:08:20 AM] INFO MoveMod: 103 -> maxSpeed=33.00 maxDepth=-0.70 maxHeight=2500.00 maxSlope=2000.00 skillNeeded=29.00
[12:08:20 AM] INFO MoveMod: 104 -> maxSpeed=33.00 maxDepth=-0.70 maxHeight=2500.00 maxSlope=2000.00 skillNeeded=29.00
[12:08:20 AM] INFO MoveMod: 40 -> maxSpeed=20.00 maxDepth=-0.70 maxHeight=2500.00 maxSlope=0.04 skillNeeded=24.00
[12:08:20 AM] INFO MoveMod: 12 -> maxSpeed=20.00 maxDepth=-0.70 maxHeight=2500.00 maxSlope=0.04 skillNeeded=23.00
[12:08:20 AM] INFO MoveMod: 16 -> maxSpeed=35.00 maxDepth=-0.70 maxHeight=2500.00 maxSlope=2000.00 skillNeeded=30.00
[12:08:20 AM] INFO MoveMod: 17 -> maxSpeed=33.00 maxDepth=-0.70 maxHeight=2500.00 maxSlope=2000.00 skillNeeded=29.00
[12:08:20 AM] INFO MoveMod: 49 -> maxSpeed=17.00 maxDepth=-0.70 maxHeight=2500.00 maxSlope=0.04 skillNeeded=23.00
[12:08:20 AM] INFO MoveMod: 18 -> maxSpeed=33.00 maxDepth=-0.70 maxHeight=2500.00 maxSlope=2000.00 skillNeeded=29.00
[12:08:20 AM] INFO MoveMod: 83 -> maxSpeed=32.00 maxDepth=-0.70 maxHeight=2500.00 maxSlope=0.04 skillNeeded=31.00
[12:08:20 AM] INFO MoveMod: 19 -> maxSpeed=33.00 maxDepth=-0.70 maxHeight=2500.00 maxSlope=2000.00 skillNeeded=29.00
[12:08:20 AM] INFO MoveMod: 21 -> maxSpeed=33.00 maxDepth=-0.70 maxHeight=2500.00 maxSlope=0.04 skillNeeded=26.00
[12:08:20 AM] INFO MoveMod: 89 -> maxSpeed=35.00 maxDepth=-0.70 maxHeight=2500.00 maxSlope=2000.00 skillNeeded=30.00
[12:08:20 AM] INFO MoveMod: 58 -> maxSpeed=11.00 maxDepth=-2500.00 maxHeight=2499.00 maxSlope=0.04 skillNeeded=25.00
[12:08:20 AM] INFO MoveMod: 90 -> maxSpeed=35.00 maxDepth=-0.70 maxHeight=2500.00 maxSlope=2000.00 skillNeeded=30.00
[12:08:20 AM] INFO MoveMod: 59 -> maxSpeed=17.00 maxDepth=-0.70 maxHeight=2500.00 maxSlope=0.04 skillNeeded=25.00
[12:08:20 AM] INFO MoveMod: 91 -> maxSpeed=35.00 maxDepth=-0.70 maxHeight=2500.00 maxSlope=2000.00 skillNeeded=30.00
[12:08:20 AM] INFO MoveMod: 92 -> maxSpeed=35.00 maxDepth=-0.70 maxHeight=2500.00 maxSlope=2000.00 skillNeeded=30.00
[12:08:20 AM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod movemod loaded server class com.wurmonline.server.behaviours.BdewVehicleOverride during phase configure
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.salvemod.SalveMod: nameByPower: true
[12:08:20 AM] INFO org.luceat.wu.mods.skillmod.SkillMod: useSkillMod: true
[12:08:20 AM] INFO org.luceat.wu.mods.skillmod.SkillMod: statFactor: true
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.startergear.StarterGear: Creating new Item; Raw data = [skinWater,99.9,1,true]; template 79, quality 99.9, starter, amount 1.0
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.startergear.StarterGear: Creating new Item; Raw data = [flintSteel,50.0,1,true]; template 143, quality 50.0, starter, amount 1.0
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.startergear.StarterGear: Creating new Weapon; Raw data = [swordLong,50.0,1,true]; template 21, quality 50.0, starter, amount 1.0
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.startergear.StarterGear: Creating new Item; Raw data = [rake,10.0,1,true]; template 27, quality 10.0, starter, amount 1.0
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.startergear.StarterGear: Creating new Item; Raw data = [handMirror,20.0,1,false]; template 781, quality 20.0, amount 1.0
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.startergear.StarterGear: Creating new Armour; Raw data = [backPack,99.9,1,true]; template 1, quality 99.9, starter, amount 1.0
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.startergear.StarterGear: Creating new Item; Raw data = [pickAxe,10.0,1,true]; template 20, quality 10.0, starter, amount 1.0
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.startergear.StarterGear: Creating new Armour; Raw data = [toolbelt,99.9,1,true]; template 516, quality 99.9, starter, amount 1.0
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.startergear.StarterGear: Creating new Item; Raw data = [saw,10.0,1,true]; template 24, quality 10.0, starter, amount 1.0
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.startergear.StarterGear: Creating new Armour; Raw data = [leatherHose,30.0,1,true]; template 108, quality 30.0, starter, amount 1.0
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.startergear.StarterGear: Creating new Item; Raw data = [shovel,10.0,1,true]; template 25, quality 10.0, starter, amount 1.0
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.startergear.StarterGear: Creating new Armour; Raw data = [leatherCap,30.0,1,true]; template 107, quality 30.0, starter, amount 1.0
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.startergear.StarterGear: Unknown config property: steamVersion
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.startergear.StarterGear: Creating new Armour; Raw data = [leatherJacket,30.0,1,true]; template 104, quality 30.0, starter, amount 1.0
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.startergear.StarterGear: Creating new Armour; Raw data = [leatherSleeve,30.0,2,true]; template 106, quality 30.0, starter, amount 2.0
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.startergear.StarterGear: Creating new Armour; Raw data = [leatherBoot,30.0,2,true]; template 105, quality 30.0, starter, amount 2.0
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.startergear.StarterGear: Creating new Armour; Raw data = [leatherGlove,30.0,2,true]; template 103, quality 30.0, starter, amount 2.0
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.startergear.StarterGear: Creating new Item; Raw data = [knifeCarving,10.0,1,true]; template 8, quality 10.0, starter, amount 1.0
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.startergear.StarterGear: Creating new Item; Raw data = [hatchet,30.0,1,true]; template 7, quality 30.0, starter, amount 1.0
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.startergear.StarterGear: Creating new Item; Raw data = [deedStake,30.0,1,true]; template 862, quality 30.0, starter, amount 1.0
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.startergear.StarterGear: Creating new Item; Raw data = [tent,30.0,1,true]; template 861, quality 30.0, starter, amount 1.0
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.startergear.StarterGear: Creating new Item; Raw data = [compass,30.0,1,true]; template 480, quality 30.0, starter, amount 1.0
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.startergear.StarterGear: Creating new Item; Raw data = [rope,10.0,1,true]; template 319, quality 10.0, starter, amount 1.0
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.startergear.StarterGear: Creating new Weapon; Raw data = [shieldMediumWood,30.0,1,true]; template 84, quality 30.0, starter, amount 1.0
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.startergear.StarterGear: Creating new Item; Raw data = [bowlPottery,2.0,1,true]; template 77, quality 2.0, starter, amount 1.0
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.startergear.StarterGear: Loaded 28 starter item entries.
[12:08:20 AM] INFO org.gotti.wurmunlimited.mods.startergear.StarterGear: Debugging messages are enabled.
[12:08:20 AM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod startergear loaded server class com.wurmonline.server.items.ItemList during phase configure
[12:08:20 AM] INFO TimerFix: Enabled Patches: FLATTEN,SPELLS,DESTROY,PRAY,SACRIFICE,SOW,MEDITATE,ALCHEMY,IMPROVE,FORAGE,BREED,MISC
[12:08:20 AM] INFO TimerFix: Spell blacklist: 
[12:08:20 AM] INFO TimerFix: minSpellTimer: 2
[12:08:20 AM] INFO TimerFix: minPickTimer: disabled
[12:08:20 AM] INFO TimerFix: minBreedTimer: 5
[12:08:20 AM] 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)]
[12:08:20 AM] 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)]
[12:08:20 AM] 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)]
[12:08:20 AM] 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)]
[12:08:20 AM] 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)]
[12:08:20 AM] 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)]
[12:08:20 AM] 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)]
[12:08:20 AM] INFO com.wurmonline.ulviirala.mods.AshProduce: Initialising AshProduce 1.4.1.
[12:08:21 AM] INFO org.nyxcode.wurm.discordrelay.DiscordRelay: Instrument: Creature - doNew call to broadCastSafe successful. [Reason: Send rumour messages to Discord.]
[12:08:21 AM] INFO com.revelation.wurm.EnhancedChickenCoop: Enhanced Chicken Coop Initialized
[12:08:21 AM] INFO com.pveplands.morepotables.MorePotables 1.0: Using model 'mint' for template Id 440.
[12:08:21 AM] INFO mod.piddagoras.duskombat.DUSKombatMod: Beginning preInit...
[12:08:21 AM] INFO mod.piddagoras.duskombat.DUSKombatMod: Set Body: CombatHandler - attack successful. [Reason: Debug attack method]
[12:08:21 AM] INFO mod.piddagoras.duskombat.DUSKombatMod: Insert: Zones - pollNextZones successful. [Reason: Poll creature action stacks on every update.]
[12:08:21 AM] INFO mod.piddagoras.duskombat.DUSKombatMod: Insert: Item - sendEnchantmentStrings successful. [Reason: Insert examine method.]
[12:08:21 AM] INFO mod.piddagoras.duskombat.DUSKombatMod: Set Body: CombatEngine - addWound successful. [Reason: Replace the addWound method.]
[12:08:21 AM] INFO mod.piddagoras.duskombat.DUSKombatMod: Set Body: CombatHandler - sendSpecialMoves successful. [Reason: Overwrite sending special move information.]
[12:08:21 AM] INFO mod.piddagoras.duskombat.DUSKombatMod: Set Body: CreatureBehaviour - handle_SPECMOVE successful. [Reason: Overwrite actual special move handling]
[12:08:21 AM] INFO mod.piddagoras.duskombat.DUSKombatMod: Insert: Creature - punishSkills successful. [Reason: Disable player skill loss.]
[12:08:21 AM] INFO mod.piddagoras.duskombat.DUSKombatMod: Instrument: Creature - modifyFightSkill call to setKnowledge successful. [Reason: Disable player fight skill loss.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Set Body: CreatureTemplate - isInvulnerable successful. [Reason: Make traders and/or bartenders immortal.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Instrument: CaveWallBehaviour - action call to getDifficultyForTile successful. [Reason: Fix Glimmersteel & Adamantine veins from being depleted rapidly.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Instrument: LoginHandler - handleLogin call to setSaveFile successful. [Reason: Open CA HELP by default for new players.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Set Body: ServerEntry - isChaosServer successful. [Reason: Set isChaosServer to false, permanently.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Insert: Dens - checkDens successful. [Reason: Send server log message when the server checks to spawn uniques.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Set Body: SteamHandler - addLoginHandler successful. [Reason: Fix Steam duplicate authentication bug.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Instrument: Zone - createTreasureChest call to nextBoolean successful. [Reason: Unlock all treasure chests.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Instrument: MethodsStructure - canPlanStructureAt call to safeTileY successful. [Reason: Disable holy grounds from huge altars.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Instrument: MethodsStructure - canPlanStructureAt call to safeTileX successful. [Reason: Disable holy grounds from huge altars.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Instrument: MethodsStructure - isFirstFenceTileOk call to getEvilAltar successful. [Reason: Disable holy grounds from huge altars.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Instrument: MethodsStructure - isFirstFenceTileOk call to getGoodAltar successful. [Reason: Disable holy grounds from huge altars.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Set Body: Server - broadCastEpicEvent successful. [Reason: Disable twitter messages from the epic map.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Set Body: EpicEntity - broadCastWithName successful. [Reason: Disable twitter messages from the epic map.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Instrument: CreatureEnchantment - precondition call to isReborn successful. [Reason: Remove spam from creature enchantments on zombies.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Insert: EpicServerStatus - generateNewMissionForEpicEntity successful. [Reason: Fix epic mission naming.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Instrument: Structure - isActionAllowed call to isActionImproveOrRepair successful. [Reason: Fix permissions in structures so players cannot cast spells unless they have enter permission.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Instrument: TileBehaviour - action call to getKingdomTemplateId successful. [Reason: Enable Mycelium to be absorbed from Freedom Isles.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Instrument: LoginHandler - reallyHandle call to login successful. [Reason: Use SteamID as password for accounts.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Set Body: Player - getRarity successful. [Reason: Hook new rarity window method for custom rarity values.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Instrument: AffinitiesTimed - getTimedAffinitySkill call to setSeed successful.
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Instrument: ItemBehaviour - handleRecipe call to createItem successful.
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Instrument: Item - pollFermenting call to createItem successful.
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Instrument: Item - pollDistilling call to createItem successful.
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Instrument: TempStates - checkForChange call to createItem successful.
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Set Body: ServerEntry - getLastSpawnedUnique successful. [Reason: Adjust unique spawn timer.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Insert: Creature - distributeDragonScaleOrHide successful. [Reason: Disable scale and hide to leechers in a dragon slaying.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Set Body: MethodsReligion - holdSermon successful. [Reason: Disable sermons for the server.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Set Body: Player - getFatigueLeft successful. [Reason: Disable the fatigue system entirely.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Instrument: TilePoller - checkEffects call to isThisAPvpServer successful. [Reason: Fix mycelium spread on Freedom servers.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Instrument: QuestionParser - parseSetDeityQuestion call to setKingdomId successful. [Reason: Disable conversion to HotS when becoming Libila.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Instrument: AltarConversionQuestion - sendQuestion call to doesKingdomTemplateAcceptDeity successful. [Reason: Allow use of Bone Altar conversion to Libila for Freedom.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Instrument: QuestionParser - parseAltarConvertQuestion call to doesKingdomTemplateAcceptDeity successful. [Reason: Allow use of Bone Altar conversion to Libila for Freedom.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Instrument: QuestionParser - parseConvertQuestion call to doesKingdomTemplateAcceptDeity successful. [Reason: Allow use of Bone Altar conversion to Libila for Freedom.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Instrument: WurmMailSender - checkForWurmMail call to hasCourier successful. [Reason: Enable Dark Messenger for non-Libila players.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Instrument: WurmMailSender - sendWurmMail call to hasCourier successful. [Reason: Enable Dark Messenger for non-Libila players.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Set Body: CargoTransportationMethods - strengthCheck successful. [Reason: Disable strength requirement checks for load/unload.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Set Body: Creature - calculateDragonLootTotalWeight successful. [Reason: Adjust the amount of scale/hide to distribute after a slaying (1/5).]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Set Body: PlayerInfo - mayChangeDeity successful. [Reason: Remove waiting time between converting deity.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Instrument: GuardPlan - getMonthlyCost call to max successful. [Reason: Tax deeds based on duration the mayor logged out.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Instrument: GmSetEnchants - answer call to min successful. [Reason: Allow GM's to apply any enchant power.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Instrument: QuestionParser - parseCreatureCreationQuestion call to hasDen successful. [Reason: Allow GM's to spawn conditioned animals even if the animal has no den template.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Instrument: ItemBehaviour - getBehavioursFor call to mayBeEnchanted successful. [Reason: Allow GM's to enchant items regardless of whether the game thinks they can be enchanted.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Instrument: ItemBehaviour - action call to mayBeEnchanted successful. [Reason: Allow GM's to enchant items regardless of whether the game thinks they can be enchanted.]
[12:08:21 AM] INFO mod.sin.servertweaks.ServerTweaks: Instrument: Skill - alterSkill call to hasSleepBonus successful. [Reason: Adjust skill gain for fatigue.]
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftTweaks: Instrument: DbPlayerInfo - setFaith call to min successful. [Reason: Set new maximum player faith.]
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftTweaks: Instrument: DbPlayerInfo - setFavor call to min successful. [Reason: Uncap player favor to the new maximum faith.]
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftTweaks: Instrument: PlayerInfo - checkPrayerFaith call to modifyFaith successful. [Reason: Scale prayer gains to the new maximum faith.]
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftTweaks: Instrument: PlayerInfo - modifyFaith call to min successful. [Reason: Unlock the maximum of 1 faith adjustment.]
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftTweaks: Instrument: Player - poll call to pollFat successful. [Reason: Adjust favor regeneration to scale to new faith limit.]
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftTweaks: Instrument: Player - pollFavor call to setFavor successful. [Reason: Adjust favor regeneration to scale to new faith limit.]
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftTweaks: Replaced getSpellsTargettingItems in getBehaviourFor to make spells only show for working targets.
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftTweaks: Instrument: TileBehaviour - getTileAndFloorBehavioursFor call to getSpellsTargettingTiles successful. [Reason: Only show valid spells in the ItemBehaviour list.]
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftTweaks: Replaced hasSpell in Action constructor to enable GM's to use all spells.
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftTweaks: Instrument: CreatureBehaviour - getBehavioursFor call to getTemplateDeity successful. [Reason: Enable Cross Faith Linking]
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftTweaks: Instrument: CreatureBehaviour - handle_MAGICLINK call to getTemplateDeity successful. [Reason: Enable Cross Faith Linking]
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftTweaks: Set Body: SpellEffect - improvePower successful. [Reason: Fix high power enchant casts reducing actual power.]
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftSpellModifications: Instrument: ScornOfLibila - doEffect call to getCreatures successful. [Reason: Allow Scorn of Libila to heal without dealing damage.]
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftSpellModifications: Set Body: Smite - doEffect successful. [Reason: Use recoded smite method.]
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftCustomSpells: Instrument: CombatHandler - checkShield call to skillCheck successful. [Reason: Add phasing spell effect to shield blocks.]
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftCustomSpells: Instrument: Server - run call to pruneTransfers successful. [Reason: Enable replenish functionality.]
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftCustomSpells: Insert: Skill - checkAdvance successful. [Reason: Modify difficulty for custom spells.]
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftCustomSpells: Instrument: TileRockBehaviour - mine call to max successful. [Reason: Change difficulty for successful surface mining with Quarry.]
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftCustomSpells: Instrument: CombatHandler - getCombatRating call to getFlankingModifier successful. [Reason: Enable prowess to increase combat rating.]
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftCustomSpells: Instrument: CreatureStatus - modifyStamina call to getCultist successful. [Reason: Enable Endurance to reduce stamina usage.]
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftCustomSpells: Instrumented depleteFavor in run()
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftCustomSpells: Instrumented depleteFavor in run()
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftCustomSpells: Instrumented depleteFavor in run()
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftCustomSpells: Instrumented depleteFavor in run()
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftCustomSpells: Instrumented depleteFavor in run()
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftCustomSpells: Instrumented depleteFavor in run()
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftCustomSpells: Instrumented depleteFavor in run()
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftCustomSpells: Instrumented depleteFavor in run()
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftCustomSpells: Instrumented depleteFavor in run()
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftCustomSpells: Instrumented depleteFavor in run()
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftCustomSpells: Instrumented depleteFavor in run()
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftCustomSpells: Instrumented depleteFavor in run()
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftCustomSpells: Set Body: Item - getSpellSkillBonus successful. [Reason: Allow Titanforged to stack skill gain.]
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftCustomSpells: Set Body: Item - getSpellSpeedBonus successful. [Reason: Allow Titanforged to stack speed bonus.]
[12:08:21 AM] INFO mod.sin.spellcraft.SpellcraftDamageModifier: Set Body: Item - getDamageModifier successful. [Reason: Enable new damage modifier.]
[12:08:21 AM] INFO com.pveplands.treasurehunting.TreasureHunting: Instrument: Creature - die call to setRotation successful. [Reason: Register hook for creature death.]
[12:08:21 AM] INFO com.pveplands.treasurehunting.TreasureHunting (vnull): Found method call in Flattening, inserting call to treasuremap generation.
[12:08:21 AM] INFO com.pveplands.treasurehunting.TreasureHunting: Instrument: CaveWallBehaviour - action call to putItemInfrontof successful. [Reason: Action cave wall hook.]
[12:08:21 AM] INFO com.pveplands.treasurehunting.TreasureHunting: Instrument: TileRockBehaviour - action call to createItem successful. [Reason: Insert surface mining action hook.]
[12:08:21 AM] INFO com.pveplands.treasurehunting.TreasureHunting: Instrument: TileRockBehaviour - mine call to createItem successful. [Reason: Insert surface mining mine hook.]
[12:08:21 AM] INFO com.pveplands.treasurehunting.TreasureHunting: Insert: Creature - die successful. [Reason: Hunting treasure map hook.]
[12:08:21 AM] INFO com.pveplands.treasurehunting.TreasureHunting: Instrument: Terraforming - handleChopAction call to setAuxData successful. [Reason: Add woodcutting hook.]
[12:08:21 AM] INFO com.pveplands.treasurehunting.TreasureHunting: Instrument: TileBehaviour - forageV11 call to createItem successful. [Reason: Add foraging hook.]
[12:08:21 AM] SEVERE org.gotti.wurmunlimited.serverlauncher.DelegatedLauncher: javassist.NotFoundException: net.bdew.wurm.tools.server.internal.Hooks
org.gotti.wurmunlimited.modloader.classhooks.HookException: javassist.NotFoundException: net.bdew.wurm.tools.server.internal.Hooks
    at org.gotti.wurmunlimited.modloader.callbacks.Callbacks.getCtClass(Callbacks.java:111)
    at org.gotti.wurmunlimited.modloader.callbacks.Callbacks.addCallback(Callbacks.java:189)
    at org.gotti.wurmunlimited.modloader.classhooks.HookManager.addCallback(HookManager.java:363)
    at net.bdew.wurm.tools.server.internal.ModTools.preInit(ModTools.java:32)
    at org.gotti.wurmunlimited.modloader.ModLoaderShared.lambda$loadModsFromModDir$6(ModLoaderShared.java:166)
    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:1382)
    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:164)
    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:286)
    at org.gotti.wurmunlimited.serverlauncher.ServerLauncher.main(ServerLauncher.java:33)
    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 PatchedLauncher.main(PatchedLauncher.java:20)
Caused by: javassist.NotFoundException: net.bdew.wurm.tools.server.internal.Hooks
    at javassist.ClassPool.get(ClassPool.java:422)
    at org.gotti.wurmunlimited.modloader.callbacks.Callbacks.getCtClass(Callbacks.java:108)
    ... 26 more

 

Share this post


Link to post
Share on other sites

Problem solved. if anyone else has this issue make sure you have the latest ago's server mod launcher in currently Version 0.43

 

Share this post


Link to post
Share on other sites
On 11/11/2019 at 2:09 AM, evilkilem said:

Problem getting supply depots to work, get this error....any help or are we just not going to get to use this section?

  Reveal hidden contents

SEVERE org.gotti.wurmunlimited.modloader.server.Listeners: ServerStartedListener handler for mod WyvernMods failed
java.lang.RuntimeException: java.sql.SQLException: ResultSet closed
    at mod.sin.wyvern.SupplyDepots.initializeDepotTimer(SupplyDepots.java:64)
    at mod.sin.wyvern.DatabaseHelper.onServerStarted(DatabaseHelper.java:143)
    at mod.sin.wyvern.WyvernMods.onServerStarted(WyvernMods.java:1567)
    at org.gotti.wurmunlimited.modloader.server.ServerHook.lambda$fireOnServerStarted$2(ServerHook.java:81)
    at org.gotti.wurmunlimited.modloader.server.Listeners.lambda$fire$0(Listeners.java:63)
    at java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:891)
    at org.gotti.wurmunlimited.modloader.server.Listeners.fire(Listeners.java:61)
    at org.gotti.wurmunlimited.modloader.server.ServerHook.fireOnServerStarted(ServerHook.java:81)
    at org.gotti.wurmunlimited.modloader.server.ProxyServerHook$1$1.invoke(ProxyServerHook.java:57)
    at org.gotti.wurmunlimited.modloader.classhooks.HookManager.invoke(HookManager.java:384)
    at com.wurmonline.server.ServerLauncher.runServer(ServerLauncher.java)
    at com.wurmonline.server.gui.WurmServerGuiController.startGame(WurmServerGuiController.java:1397)
    at com.wurmonline.server.gui.WurmServerGuiController.startBtnClicked(WurmServerGuiController.java:154)
    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 sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275)
    at javafx.fxml.FXMLLoader$MethodHandler.invoke(FXMLLoader.java:1769)
    at javafx.fxml.FXMLLoader$ControllerMethodEventHandler.handle(FXMLLoader.java:1657)
    at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86)
    at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
    at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
    at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
    at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
    at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49)
    at javafx.event.Event.fireEvent(Event.java:198)
    at javafx.scene.Node.fireEvent(Node.java:8411)
    at javafx.scene.control.Button.fire(Button.java:185)
    at com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(ButtonBehavior.java:182)
    at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(BehaviorSkinBase.java:96)
    at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(BehaviorSkinBase.java:89)
    at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:218)
    at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:80)
    at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
    at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
    at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
    at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
    at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
    at javafx.event.Event.fireEvent(Event.java:198)
    at javafx.scene.Scene$MouseHandler.process(Scene.java:3757)
    at javafx.scene.Scene$MouseHandler.access$1500(Scene.java:3485)
    at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1762)
    at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2494)
    at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:394)
    at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:295)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$353(GlassViewEventHandler.java:432)
    at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:389)
    at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:431)
    at com.sun.glass.ui.View.handleMouseEvent(View.java:555)
    at com.sun.glass.ui.View.notifyMouse(View.java:937)
    at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
    at com.sun.glass.ui.win.WinApplication.lambda$null$147(WinApplication.java:177)
    at java.lang.Thread.run(Thread.java:748)
Caused by: java.sql.SQLException: ResultSet closed
    at org.sqlite.core.CoreResultSet.checkOpen(CoreResultSet.java:69)
    at org.sqlite.jdbc3.JDBC3ResultSet.findColumn(JDBC3ResultSet.java:38)
    at org.sqlite.jdbc3.JDBC3ResultSet.getLong(JDBC3ResultSet.java:409)
    at mod.sin.wyvern.SupplyDepots.initializeDepotTimer(SupplyDepots.java:59)
    ... 82 more

 

 

You have to insert a table inside the Modsupport.db.

 

Tables:

DEPOT

TITAN

 

This should fix your issue.

Share this post


Link to post
Share on other sites

Does this mod pack have compatibility issues with Armoury and Spellcraft mods?

DUSKombat - it has similar functionality to Armoury have same changes.

Edited by Boyar

Share this post


Link to post
Share on other sites
10 hours ago, evilkilem said:

dont know about armory but yes works fine with spellcraft

 

thank you!

Share this post


Link to post
Share on other sites

Anyone else seeing this appear every 5 minutes?

 

Quote

[18:32:42] The Titan Ifrit has been defeated!

 

I have the titan module off completely.

Share this post


Link to post
Share on other sites

Question: Is there any way to get a configuration option for what is actually IN the supply depots?

Share this post


Link to post
Share on other sites

Just coming back on an issue I had with epic missions appearing as "enemy" even for my own kingdom, looks like this setting in the arena module was causing it:

#makeFreedomFavoredKingdom: Makes Freedom always the favoured kingdom on the server. Affects both PvE and PvP servers.
# This option is specifically meant to prevent PvP servers from creating epic missions which favour inactive kingdoms.
# In that way, it is sort of meant to enable same-kingdom PvP environments, but can be useful in other senses as well.
makeFreedomFavoredKingdom=true

Flipping that to `false` made the Libila mission accessible to me as a member of HOTS.

  • Like 1

Share this post


Link to post
Share on other sites

I really downloaded this just for the missions mod, but it doesn't seem to be working. It's been installed for many in-game days and no new available missions display when I bring that up in the HUD, just a couple of "failed" Libila missions, one of which I wasn't even aware I had. To be clear, I was having the same problem before I installed the mod, but was kinda hoping this would fix it after reading through the documentation.  I can't figure out where there would be a log I can check other than the terminal display window that pops up with the server launcher interface, and there's so much text displayed in that, I can't even go back to the beginning. It's really frustrating me, both because I'd like to have more "quests" to do, and because it's keeping me from progressing the Adventure mode questline. Could someone help me troubleshoot this, please?

Share this post


Link to post
Share on other sites

I am not able to bury the creatures, nor get items from them.

 

[16:02:57] You may not bury that corpse.

 

[16:03:02] You are not allowed to burn the corpse of old greenish black wolf.

Edited by marcaozera

Share this post


Link to post
Share on other sites
Em 25/11/2020 às 21:14, marcaozera disse:

Não consigo enterrar como criaturas, nem obter itens delas.

 

[16:02:57] Você não pode enterrar esse cadáver.

 

[16:03:02] Você não tem permissão para queimar o cadáver do velho lobo preto esverdeado.

 

Pessoal, resolvi esse problema, não sei como configurei o servidor que deu errado, mas resolvi desabilitando a opção

 

"# useAggressionForNearbyEnemies: True".   ( Located in ARENA MODULE )

 

Coloquei "falso" e agora posso enterrar as criaturas além de poder saqueá-las.

Edited by marcaozera

Share this post


Link to post
Share on other sites

Hey! I'm trying to run this on my server and I get an error saying that Creatures class is frozen. I tried fresh downloads of the mod, not editing config at all, and running the server with nothing but wyvern and required mods. I'm not sure what I'm doing wrong but figured I'd ask if anyone out there knew what was wrong.

I put my log file in the spoiler below.


 

Spoiler

[06:17:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: ModLoader version v0.44.1-2993282
[06:17:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Game version 1.9.1.5
[06:17:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\DiscordRelay.properties
[06:17:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\DUSKombat.properties
[06:17:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\SinduskLibrary.properties
[06:17:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\TreasureHunting.properties
[06:17:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\WyvernMods.properties
[06:17:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Reading mods\bdew_server_mod_tools\bdew_server_mod_tools.jar!/META-INF/org.gotti.wurmunlimited.modloader/bdew_server_mod_tools.properties
[06:17:30 PM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\DiscordRelay\DiscordRelay.jar, mods\DiscordRelay\libs\JDA-3.3.0_260-withDependencies.jar]
[06:17:30 PM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\SinduskLibrary\SinduskLibrary.jar]
[06:17:30 PM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\DUSKombat\DUSKombat.jar]
[06:17:30 PM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\TreasureHunting\TreasureHunting.jar]
[06:17:30 PM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\bdew_server_mod_tools\bdew_server_mod_tools.jar]
[06:17:30 PM] INFO org.gotti.wurmunlimited.modloader.ModInstanceBuilder: Classpath: [mods\WyvernMods\WyvernMods.jar]
[06:17:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading org.nyxcode.wurm.discordrelay.DiscordRelay as DiscordRelay (unversioned)
[06:17:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading mod.sin.lib.SinduskLibrary as SinduskLibrary (unversioned)
[06:17:30 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading mod.piddagoras.duskombat.DUSKombatMod as DUSKombat (unversioned)
[06:17:31 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading com.pveplands.treasurehunting.TreasureHunting as TreasureHunting (unversioned)
[06:17:31 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading net.bdew.wurm.tools.server.internal.ModTools as bdew_server_mod_tools (2.0.0)
[06:17:31 PM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loading mod.sin.wyvern.WyvernMods as WyvernMods (unversioned)
[06:17:31 PM] WARNING org.nyxcode.wurm.discordrelay.DiscordRelay: Discord bot token not entered for DiscordRelay. The bot will not function without this.
[06:17:31 PM] INFO mod.sin.lib.ArmourAssist: Initializing Armour Maps.
[06:17:31 PM] INFO mod.sin.lib.SkillAssist: Initializing Skill Maps.
[06:17:31 PM] INFO mod.sin.lib.WoundAssist: Initializing Wound Maps.
[06:17:31 PM] INFO mod.piddagoras.duskombat.DUSKombatMod: Beginning configuration...
[06:17:31 PM] INFO mod.piddagoras.duskombat.DUSKombatMod: Enable DUSKombat: true
[06:17:31 PM] INFO mod.piddagoras.duskombat.DUSKombatMod:  -- Mod Configuration --
[06:17:31 PM] INFO mod.piddagoras.duskombat.DUSKombatMod: Minimum Swing Timer: 2.00 seconds
[06:17:31 PM] INFO mod.piddagoras.duskombat.DUSKombatMod: Use Epic Bloodthirst: true
[06:17:31 PM] INFO mod.piddagoras.duskombat.DUSKombatMod: Show Item Combat Information: true
[06:17:31 PM] INFO mod.piddagoras.duskombat.DUSKombatMod: Disable Player Skill Loss: false
[06:17:31 PM] INFO mod.piddagoras.duskombat.DUSKombatMod: > Damage Multipliers <
[06:17:31 PM] INFO mod.piddagoras.duskombat.DUSKombatMod: Player to Environment: 1.00x
[06:17:31 PM] INFO mod.piddagoras.duskombat.DUSKombatMod: Environment to Player: 1.00x
[06:17:31 PM] INFO mod.piddagoras.duskombat.DUSKombatMod: Player to Player: 0.70x
[06:17:31 PM] INFO mod.piddagoras.duskombat.DUSKombatMod: > Miscellaneous Features <
[06:17:31 PM] INFO mod.piddagoras.duskombat.DUSKombatMod: Combat Damage Enchant Cap: Uncapped
[06:17:31 PM] INFO mod.piddagoras.duskombat.DUSKombatMod:  -- Configuration complete --
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureHunting (vnull): Loading configuration.
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Extra warning: true
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Extra swirl: false
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Map tiles: true
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Damage compass: true
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Damage map: false
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Damage multiplier: 1
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Map creation tries: 100
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Treasure chest lock chance: 50 percent
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Lock quality multiplier: 0.5
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Destroy lock: true
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Map digging chance: 5,000
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Map fishing chance: 250
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Map mining chance: 2,000
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Map surface mining chance: 5,000
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Map woodcutting chance: 1,000
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Map foraging chance: 500
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Map hunting chance: 100
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Map unique chance: 1
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Log map drops: true
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Base map creation difficulty: 70
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Max height difference in a 3x3 area: 72
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Creatures that drop treasuremaps: [11, 23, 111]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Spawn group 0: [13, 15]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Spawn group 1: [10, 14, 23, 43]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Spawn group 2: [12, 25, 42, 56]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Spawn group 3: [38, 58, 59, 84, 106]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Spawn group 4: [11, 57, 72, 85, 105, 107, 108, 110]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Spawn group 5: [68, 73, 74, 75, 76, 77, 109, 111, 112]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Spawn group 6: [63, 78, 79, 80, 10]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Group weights: [1, 3, 5, 15, 35, 50, 100]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Spawn weights: [5, 12, 20, 30, 40, 50, 65, 80, 100, 135]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Spawn limits: [1, 5, 5, 15, 15, 35, 35, 50, 50, 100]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Rare spawn map quality: 80
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Rare spawn chance: 500
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Rare spawn weight: 100
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Extremely rare spawn weight: 135
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Base money reward: 10,000
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Money reward multiplier: 1
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Base karma reward in grams: 200
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Karma reward multiplier: 9
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Base precious metal reward: 250
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Precious metal multiplier: 1
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Dragon scale/Drake leather multiplier: 0.25
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Precious metals: [45, 44, 694, 698, 371, 372]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Base sleep powder reward: 1
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Sleep powder multiplier: 1
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Base HOTA statue chance: 10
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): HOTA statue multiplier: 9
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): HOTA AuxData: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward group: [1098]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward group: [480, 463]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward group: [997, 738, 967, 972, 1032, 844, 791, 700, 654, 602, 527, 489, 442]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward group: [667, 509, 601, 525, 524, 300]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward group: [668, 665, 664, 229]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward group: [374, 376, 378, 380, 382]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward group: [375, 377, 379, 381, 383]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward group: [1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1092, 1093, 1094, 1095]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward group: [871, 872, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 886]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward group: [973, 974, 975, 976, 977, 978, 979, 980, 1099]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward group: [1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward group: [843, 781]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward group: [868, 867]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward group: [806, 794, 795, 796, 797, 798, 809, 808, 807, 810, 799, 800, 801, 802, 803]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Guaranteed reward items: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Optional reward items: [1, 2, 2, 3, 3, 4, 4, 5, 5, 6]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Optional reward item chances: [10, 10, 10, 10, 10, 10, 10, 10, 10, 10]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward items: [0, 1]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward items: [0, 1, 5]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward items: [0, 1, 2, 5]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward items: [0, 1, 2, 3, 5]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward items: [0, 1, 2, 3, 5, 6]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward items: [0, 1, 2, 3, 5, 6]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward items: [0, 1, 2, 3, 5, 6, 7, 10]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward items: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward items: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Tier reward items: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Base rare item chance: 10
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Rare item chance multiplier: 9
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Rare items: [7, 25, 27, 24, 215, 62, 63, 64, 185, 77, 82, 83, 84, 85, 86, 3, 90, 87, 80, 21, 81, 711, 710, 705, 707, 706, 97, 103, 104, 105, 107, 108, 106, 109, 110, 111, 112, 113, 120, 114, 118, 116, 117, 119, 115, 276, 275, 274, 277, 278, 279, 282, 281, 280, 283, 284, 285, 286, 287, 20, 139, 143, 93, 8, 135, 94, 152, 202, 296, 257, 259, 258, 267, 268, 290, 292, 291, 314, 463, 75, 350, 351, 374, 376, 378, 380, 382, 388, 397, 390, 392, 394, 396, 397, 413, 749, 747, 447, 448, 449, 480, 581, 65, 621, 702, 703, 704, 624, 623, 623, 623, 623, 640, 642, 641, 643, 647, 774, 922]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Unfinished rares: [384, 850, 853, 539, 540, 541, 542, 543, 491, 490, 180, 178, 1023, 1028, 226, 922]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Base very rare item chance: 10,000
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Very rare item multiplier: 1,000
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Very rare items: [843, 299, 300, 654, 868, 781, 668, 664, 665, 655, 738, 967]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Extremely rare item chance: 100,000
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Extremely rare item chance multiplier: 1,000
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Extremely rare items: [806, 794, 795, 796, 797, 798, 809, 808, 807, 810, 799, 800, 801, 802, 803]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Unfinished item chance: 100
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Unfinished item chance multiplier: 5
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Unfinished items: [384, 850]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Kingdom items: [579, 578, 831, 999]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Kingdoms: [1, 2, 3, 4]
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): rareRarity: 2
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): supremeRarity: 100
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): fantasticRarity: 10,000
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Rare window chance: 180
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Treasuremap templateID: 4,200
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Treasuremap min distance from player: 0
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureOptions (vnull): Treasuremap max distance from player: 2147483647
[06:17:31 PM] INFO com.pveplands.treasurehunting.TreasureHunting (vnull): Configuration loaded.
[06:17:31 PM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod TreasureHunting loaded server class com.wurmonline.server.MiscConstants during phase configure
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Miscellaneous Changes Module: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Information Tab: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: > Information Tab Name: Server
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: > Information Tab Line: Patreon: https://www.patreon.com/sindusk
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: > Information Tab Line: Server Wiki/Documentation: https://docs.google.com/document/d/1cbPi7-vZnjaiYrENhaefzjK_Wz7_F1CcPYJtC6uCi98/edit?usp=sharing
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: > Information Tab Line: Server Data: https://docs.google.com/spreadsheets/d/1yjqTHoxUan4LIldI3jgrXZgXj1M2ENQ4MXniPUz0rE4
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: > Information Tab Line: Server Discord: https://discord.gg/r8QNXAC
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: > Information Tab Line: Website/Maps: https://www.sarcasuals.com/
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: > Information Tab Line: Server Thread: https://forum.wurmonline.com/index.php?/topic/162067-revenant-modded-pvepvp-3x-action-new-skillgain/
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Ignore Bridge Checks: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Disable Mailbox Usage While Loaded: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Increased Legendary Creatures: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Increased Legendary Frequency: 5x
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Allow Facebreyker Natural Spawn: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Announce Player Titles: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Improve Combined Leather: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Allow Modded Improve Templates: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Fatigue Action Override: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Fix Portal Issues: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Disable Minimum Shield Damage: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Disable GM Emote Limit: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Creature Archery Wander: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Global Death Tabs: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Disable PvP Only Death Tabs: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Fix Libila Crossing Issues: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Higher Food Affinities: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Faster Charcoal Burn: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Uncap Trader Item Count: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Log Excessive Actions: false
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Use Dynamic Skill Rate: false
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Reduce Lockpick Breaking: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Allow Freedom Mycelium Absorb: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Larger Houses: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Reduce Imbue Power: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Fix Vehicle Speeds: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Reduce Mailing Costs: false
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Guard Target Changes: false
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Enable Libila Strongwall on PvE: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Royal Cook No Food Decay: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Mayors Command Abandoned Vehicles: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Opulence Food Affinity Timer Increase: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Disable Food First Bite Bonus: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Bed Quality Sleep Bonus: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Royal Smith Improve Faster: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Fix Mounted Body Strength: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Adjusted Food Bite Fill: false
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Rare Material Improve: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Rarity Window Bad Luck Protection: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Rare Creation Adjustments: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Always Armour Title Benefits: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Tome Usage Any Altar: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Key Of Heavens Login Only: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Less Filling Drinks: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Disable Help GM Commands: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Reduce Action Interrupt On Damage: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Fix Mission Null Pointer Exception: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Disable Smelting Pots: false
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Hide Sorcery Buff Bar: false
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: SQL Achievement Fix: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Change Pumpkin King Title: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Change Deity Passives: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Arena Module: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Equip Horse Gear By Leading: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Lockpicking Improvements: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Place Deeds Outside Kingdom Influence: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Disable PMK's: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Disable Player Champions: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Arena Aggression: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Enemy Title Hook: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Enemy Presence On Aggression: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Disable Farwalker Items: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Always Allow Affinity Steal: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Adjust Fight Skill Gain: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Use Aggression For Nearby Enemies: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Disable PvP Corpse Protection: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Bypass House Permissions: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Allow Stealing Against Deity Wishes: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Same Kingdom Vehicle Theft: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Adjust Mine Door Damage: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Same Kingdom Permission Adjustments: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Disable CA Help On PvP: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Same Kingdom Village Warfare: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Adjust HotA Rewards: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Cap Maximum Guards: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Disable Tower Construction: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Adjust Local Range: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Disable Karma Teleport: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Limit Lead Creatures: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Adjust Bash Timer: false
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Discord Relay HotA Messages: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Allow Attacking Same Kingdom Guards: false
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Fix Guards Attacking Themselves: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Reduced Mine Door Open Time: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Allow Same Kingdom Fight Skill Gains: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Allow Archering On Same Kingdom Deeds: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Send New Spawn Question On PvP: false
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Send Artifact Digs To Discord: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Make Freedom Favored Kingdom: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Crown Influence On Aggression: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Disable Open World Full Loot: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Resurrection Stones Protect Skill: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Resurrection Stones Protect Fight Skill: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Resurrection Stones Protect Affinities: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Bypass Planted Permission Checks: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Custom Titles Module: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #10002: Pastamancer / Pastamancer for skill ID #-1 of type NORMAL.
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #20012: The Great Illuminaty / The Great Illuminaty for skill ID #-1 of type NORMAL.
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #20011: The One True Taco / The One True Taco for skill ID #-1 of type NORMAL.
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #20010: Slave / Slave for skill ID #-1 of type NORMAL.
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #20009: The Crazy Cat Lord / The Crazy Cat Lord for skill ID #-1 of type NORMAL.
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #20008: Grand Designer / Grand Designer for skill ID #-1 of type NORMAL.
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #20007: Science Guy / Science Guy for skill ID #-1 of type NORMAL.
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #20006: The Treasuring / The Treasuring for skill ID #-1 of type NORMAL.
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #20005: The care-dependent / The care-dependent for skill ID #-1 of type NORMAL.
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #20004: Thorn One / Thorn One for skill ID #-1 of type NORMAL.
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #20003: Warriorgens Wife / Warriorgens Wife for skill ID #-1 of type NORMAL.
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #20002: That Guy / That Guy for skill ID #-1 of type NORMAL.
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #20001: Sindusks Favourite GM / Sindusk Favourite GM for skill ID #-1 of type NORMAL.
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #20000: Donator / Donator for skill ID #-1 of type NORMAL.
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Custom Title ID #19999: Patron / Patron for skill ID #-1 of type NORMAL.
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #20000 to players: [Pazza, Warriorgen, Eternallove, Bambam, Svenja, Alexiaselena, Reevi, Seleas, Piratemax, Eltacolad]
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #20001 to players: [Pazza]
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #20002 to players: [Warriorgen]
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #20003 to players: [Eternallove]
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #20004 to players: [Bambam]
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #20005 to players: [Svenja]
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #20006 to players: [Alexiaselena]
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #20007 to players: [Reevi]
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #20008 to players: [Genocide]
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #20009 to players: [Seleas]
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #20010 to players: [Piratemax]
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #20011 to players: [Eltacolad]
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #20012 to players: [Atticus]
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #10002 to players: [Critias]
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Awarding Title ID #19999 to players: [Atticus]
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Anti-Cheat Module: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Spoof Hidden Ore: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Prospecting Vision: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Map Steam IDs: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Quality Of Life Module: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Mine Cave To Vehicle: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Mine Surface To Vehicle: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Chop Logs To Vehicle: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Statuette Any Material: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Mine Gems To Vehicle: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Regenerate Stamina On Vehicle Any Slope: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Combat Module: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Combat Rating Adjustments: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Royal Executioner Bonus: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Pet Soul Depth Scaling: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Vehicle Combat Rating Penalty: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Fix Magranon Damage Stacking: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Adjust Combat Rating Spell Power: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Disable Legendary Regeneration: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Use Static Legendary Regeneration: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Mastercraft Module: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Difficulty Adjustments: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Affinity Difficulty Bonus: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Legend Difficulty Bonus: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Master Difficulty Bonus: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Item Rarity Difficulty Bonus: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Legend Item Difficulty Bonus: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Master Item Difficulty Bonus: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Empowered Channelers: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Channel Skill Favor Reduction: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Skill Module: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Hybrid Skill Gain: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Hybrid Negative Decay Rate: 5.0
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Hybrid Positive Decay Rate: 3.0
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Hybrid Value At Zero: 3.74
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Hybrid Value At One Hundred: 0.9
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Changing name of skill preaching to Gem augmentation.
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Changing name of skill stealing to Soulstealing.
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Setting difficulty of skill mining to 3000.00.
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Setting difficulty of skill meditating to 300.00.
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Setting difficulty of skill lock picking to 700.00.
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Setting tick time of skill meditating to 3600000.
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Setting tick time of skill stealing to 0.
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Change Preaching Location: false
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Meditation Module: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Simplify Meditation Terrain: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Remove Insanity Shield of the Gone: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Remove Hate War Bonus: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Insanity Speed Bonus: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Hate Movement Bonus: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Scaling Power Stamina Bonus: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Scaling Knowledge Skill Gain: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Remove Meditation Tick Timer: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: New Meditation Buffs: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Meditation Ability Cooldowns: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Love Refresh Cooldown: 28800000
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Love Enchant Nature Cooldown: 28800000
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Love Love Effect Cooldown: 14400000
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Hate War Bonus Cooldown: 21600000
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Hate Structure Damage Cooldown: 14400000
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Hate Fear Cooldown: 21600000
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Power Elemental Immunity Cooldown: 21600000
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Power Erupt/Freeze Cooldown: 28800000
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Power Ignore Traps Cooldown: 14400000
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Knowledge Info Creature Cooldown: 14400000
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Knowledge Info Tile Cooldown: 14400000
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Titan Module: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Disable Titan Natural Regeneration: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Poll Titan Spawn Timer: 120000
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Poll Titan Timer: 1000
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Titan Respawn Timer: 288000000
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Rare Spawn Module: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Poll Rare Spawn Timer: 300000
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Mission Module: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: New Mission Creator: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: New Mission Creator Timer: 14400000
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Use Valrei Entities: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Add Mission Currency Reward: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Prevent Ocean Mission Spawns: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Additional Herbivore Checks: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Additional Mission Slayable Checks: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Disable Epic Mission Types: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Mounted Module: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: New Mount Speed Scaling: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Update Mount Speed On Damage: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Allow Bison Mounts: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Teleport Module: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Use Arena Teleport Method: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Economy Module: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Adjust Sealed Map Value: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Disable Trader Refill: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Void Trader Money: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Supply Depot Module: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Use Supply Depot Lights: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Poll Depot Timer: 60000
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Capture Message Interval: 180000
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Depot Respawn Timer: 39600000
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Bestiary Module: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Fix Sacrificing Strong Creatures: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Disable AFK Training: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Fix Chargers Walking Through Walls: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Condition Wild Creatures: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Allow Ghost Archery: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Disable Archery On Strong Creatures: false
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Genesis Enchanted Grass Newborns: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Use Custom Corpse Sizes: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Allow Custom Creature Breed Names: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Allow Ghost Breeding: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Allow Ghost Corpses: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Use Custom Creature Sizes: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Use Custom Creature SFX: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Prevent Legendary Hitching: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Modify New Creatures: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Log Creature Spawns: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Enable Epic Creature Natural Spawns: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Custom Creatures: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Enable Wyverns: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Enable Flavor Mobs: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Enable Event Mobs: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Enable Rare Spawn Mobs: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Enable Custom Legendaries: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Enable Titans: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Bounty Module: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Use Player Bounty: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Use Loot Table: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Item Module: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Combine Leather: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Combine Logs: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Reduce Log Volume: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Reduce Kindling Volume: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Droppable Sleep Powder: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Set Silver Mirror Price: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Set Gold Mirror Price: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Set Creature Crate Price: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Set Resurrection Stone Price: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Set Shaker Orb Price: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Loadable Mailbox: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Loadable Bell Tower: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Loadable Trash Bin: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Loadable Altars: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: One Handed Long Spear: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Reduce Dirt Difficulty: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Reduce Sand Difficulty: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Reduce Sandstone Difficulty: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Decoration Stone Keystone: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Decoration Marble Keystone: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Decoration Skull: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Use Custom Cache Fragments: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Adjust Statue Fragment Count: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Remove Lockpick Skill Requirement: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Create Custom Item Templates: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Custom Item Creation: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Craft Hunting Arrow Packs: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Craft War Arrow Packs: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Craft Battle Yoyo: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Craft Club: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Craft Depth Drill: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Craft Eternal Reservoir: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Craft Eviscerator: false
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Craft Knuckles: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Craft Mass Storage Unit: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Craft Statuette Deities: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Craft Warhammer: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Soulstealing Module: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Poll Eternal Reservoir Timer: 600000
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Action Module: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Unequip All Action: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Receive All Mail Action: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Split Sorcery Action: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Leaderboard Action: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Sorcery Fragment Combine Action: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Arena Teleport Actions: false
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Add Mission Dev Action: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Remove Mission Dev Action: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Creature Report Dev Action: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Smooth Terrain Dev Action: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Erosion Module: true
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Poll Terrain Smooth Timer: 5000
[06:17:31 PM] INFO mod.sin.wyvern.WyvernMods: Treasure Chest Loot Module: true
[06:17:31 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)]
[06:17:31 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)]
[06:17:31 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)]
[06:17:32 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)]
[06:17:32 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)]
[06:17:32 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)]
[06:17:32 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)]
[06:17:33 PM] INFO org.nyxcode.wurm.discordrelay.DiscordRelay: Instrument: Creature - doNew call to broadCastSafe successful. [Reason: Send rumour messages to Discord.]
[06:17:33 PM] INFO mod.piddagoras.duskombat.DUSKombatMod: Beginning preInit...
[06:17:33 PM] INFO mod.piddagoras.duskombat.DUSKombatMod: Set Body: CombatHandler - attack successful. [Reason: Debug attack method]
[06:17:33 PM] INFO mod.piddagoras.duskombat.DUSKombatMod: Insert: Zones - pollNextZones successful. [Reason: Poll creature action stacks on every update.]
[06:17:33 PM] INFO mod.piddagoras.duskombat.DUSKombatMod: Insert: Item - sendEnchantmentStrings successful. [Reason: Insert examine method.]
[06:17:33 PM] INFO mod.piddagoras.duskombat.DUSKombatMod: Set Body: CombatEngine - addWound successful. [Reason: Replace the addWound method.]
[06:17:33 PM] INFO mod.piddagoras.duskombat.DUSKombatMod: Set Body: CombatHandler - sendSpecialMoves successful. [Reason: Overwrite sending special move information.]
[06:17:33 PM] INFO mod.piddagoras.duskombat.DUSKombatMod: Set Body: CreatureBehaviour - handle_SPECMOVE successful. [Reason: Overwrite actual special move handling]
[06:17:33 PM] INFO com.pveplands.treasurehunting.TreasureHunting: Instrument: Creature - die call to setRotation successful. [Reason: Register hook for creature death.]
[06:17:33 PM] INFO com.pveplands.treasurehunting.TreasureHunting (vnull): Found method call in Flattening, inserting call to treasuremap generation.
[06:17:33 PM] INFO com.pveplands.treasurehunting.TreasureHunting: Instrument: CaveWallBehaviour - action call to putItemInfrontof successful. [Reason: Action cave wall hook.]
[06:17:33 PM] INFO com.pveplands.treasurehunting.TreasureHunting: Instrument: TileRockBehaviour - action call to createItem successful. [Reason: Insert surface mining action hook.]
[06:17:33 PM] INFO com.pveplands.treasurehunting.TreasureHunting: Instrument: TileRockBehaviour - mine call to createItem successful. [Reason: Insert surface mining mine hook.]
[06:17:33 PM] INFO com.pveplands.treasurehunting.TreasureHunting: Insert: Creature - die successful. [Reason: Hunting treasure map hook.]
[06:17:33 PM] INFO com.pveplands.treasurehunting.TreasureHunting: Instrument: Terraforming - handleChopAction call to setAuxData successful. [Reason: Add woodcutting hook.]
[06:17:33 PM] INFO com.pveplands.treasurehunting.TreasureHunting: Instrument: TileBehaviour - forageV11 call to createItem successful. [Reason: Add foraging hook.]
[06:17:33 PM] INFO org.gotti.wurmunlimited.modloader.callbacks.Callbacks: Adding callback _bdew_tools_cb to class com.wurmonline.server.intra.PlayerTransfer for  net.bdew.wurm.tools.server.internal.Hooks with methods [__cb_Proxy__bdew_tools_cb_7.receiveData(long,java.io.DataInputStream), __cb_Proxy__bdew_tools_cb_7.creatureDied(com.wurmonline.server.creatures.Creature,java.util.Map), __cb_Proxy__bdew_tools_cb_7.deleteData(long), __cb_Proxy__bdew_tools_cb_7.serverStarting(), __cb_Proxy__bdew_tools_cb_7.sendData(long,java.io.DataOutputStream)]
[06:17:33 PM] INFO org.gotti.wurmunlimited.modloader.callbacks.Callbacks: Adding callback _bdew_tools_cb to class com.wurmonline.server.intra.IntraServerConnection for  net.bdew.wurm.tools.server.internal.Hooks with methods [__cb_Proxy__bdew_tools_cb_8.receiveData(long,java.io.DataInputStream), __cb_Proxy__bdew_tools_cb_8.creatureDied(com.wurmonline.server.creatures.Creature,java.util.Map), __cb_Proxy__bdew_tools_cb_8.deleteData(long), __cb_Proxy__bdew_tools_cb_8.serverStarting(), __cb_Proxy__bdew_tools_cb_8.sendData(long,java.io.DataOutputStream)]
[06:17:33 PM] INFO org.gotti.wurmunlimited.modloader.callbacks.Callbacks: Adding callback _bdew_tools_cb to class com.wurmonline.server.ServerLauncher for  net.bdew.wurm.tools.server.internal.Hooks with methods [__cb_Proxy__bdew_tools_cb_9.receiveData(long,java.io.DataInputStream), __cb_Proxy__bdew_tools_cb_9.creatureDied(com.wurmonline.server.creatures.Creature,java.util.Map), __cb_Proxy__bdew_tools_cb_9.deleteData(long), __cb_Proxy__bdew_tools_cb_9.serverStarting(), __cb_Proxy__bdew_tools_cb_9.sendData(long,java.io.DataOutputStream)]
[06:17:33 PM] INFO org.gotti.wurmunlimited.modloader.callbacks.Callbacks: Adding callback _bdew_tools_cb to class com.wurmonline.server.Items for  net.bdew.wurm.tools.server.internal.Hooks with methods [__cb_Proxy__bdew_tools_cb_10.receiveData(long,java.io.DataInputStream), __cb_Proxy__bdew_tools_cb_10.creatureDied(com.wurmonline.server.creatures.Creature,java.util.Map), __cb_Proxy__bdew_tools_cb_10.deleteData(long), __cb_Proxy__bdew_tools_cb_10.serverStarting(), __cb_Proxy__bdew_tools_cb_10.sendData(long,java.io.DataOutputStream)]
[06:17:33 PM] INFO org.gotti.wurmunlimited.modloader.callbacks.Callbacks: Adding callback _bdew_tools_cb to class com.wurmonline.server.creatures.Creatures for  net.bdew.wurm.tools.server.internal.Hooks with methods [__cb_Proxy__bdew_tools_cb_11.receiveData(long,java.io.DataInputStream), __cb_Proxy__bdew_tools_cb_11.creatureDied(com.wurmonline.server.creatures.Creature,java.util.Map), __cb_Proxy__bdew_tools_cb_11.deleteData(long), __cb_Proxy__bdew_tools_cb_11.serverStarting(), __cb_Proxy__bdew_tools_cb_11.sendData(long,java.io.DataOutputStream)]
[06:17:33 PM] INFO org.gotti.wurmunlimited.modloader.callbacks.Callbacks: Adding callback _bdew_tools_cb to class com.wurmonline.server.players.Titles$Title for  net.bdew.wurm.tools.server.internal.Hooks with methods [__cb_Proxy__bdew_tools_cb_12.receiveData(long,java.io.DataInputStream), __cb_Proxy__bdew_tools_cb_12.creatureDied(com.wurmonline.server.creatures.Creature,java.util.Map), __cb_Proxy__bdew_tools_cb_12.deleteData(long), __cb_Proxy__bdew_tools_cb_12.serverStarting(), __cb_Proxy__bdew_tools_cb_12.sendData(long,java.io.DataOutputStream)]
[06:17:33 PM] INFO org.gotti.wurmunlimited.modloader.callbacks.Callbacks: Adding callback _bdew_tools_cb to class com.wurmonline.server.items.RecipesByPlayer for  net.bdew.wurm.tools.server.internal.Hooks with methods [__cb_Proxy__bdew_tools_cb_13.receiveData(long,java.io.DataInputStream), __cb_Proxy__bdew_tools_cb_13.creatureDied(com.wurmonline.server.creatures.Creature,java.util.Map), __cb_Proxy__bdew_tools_cb_13.deleteData(long), __cb_Proxy__bdew_tools_cb_13.serverStarting(), __cb_Proxy__bdew_tools_cb_13.sendData(long,java.io.DataOutputStream)]
[06:17:33 PM] INFO org.gotti.wurmunlimited.modloader.callbacks.Callbacks: Adding callback _bdew_tools_cb to class com.wurmonline.server.creatures.Creature for  net.bdew.wurm.tools.server.internal.Hooks with methods [__cb_Proxy__bdew_tools_cb_14.receiveData(long,java.io.DataInputStream), __cb_Proxy__bdew_tools_cb_14.creatureDied(com.wurmonline.server.creatures.Creature,java.util.Map), __cb_Proxy__bdew_tools_cb_14.deleteData(long), __cb_Proxy__bdew_tools_cb_14.serverStarting(), __cb_Proxy__bdew_tools_cb_14.sendData(long,java.io.DataOutputStream)]
[06:17:33 PM] INFO mod.sin.wyvern.WyvernMods: Pre-Initializing.
[06:17:33 PM] INFO mod.sin.wyvern.MiscChanges: Set Body: PlanBridgeChecks - checkForBuildings successful. [Reason: Disable bridge construction checks.]
[06:17:33 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: Item - moveToItem call to getOwnerId successful. [Reason: Disable mailbox usage while loaded.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: Server - run call to checkDens successful. [Reason: Increase chances of a Legendary Creature spawning.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Insert: Dens - checkDens successful. [Reason: Add Facebreyker to the natural legendary spawn list.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: Player - addTitle call to sendNormalServerMessage successful. [Reason: Announce player titles in the server tab.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: MethodsItems - improveItem call to isCombine successful. [Reason: Allow leather to improve beyond QL after being combinable.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Insert: MethodsItems - getImproveTemplateId successful. [Reason: Enable modded improve templates.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Set isFatigue to false in action constructor.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Set isFatigue to false in action constructor.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: PortalQuestion - sendQuestion call to willLeaveServer successful. [Reason: Fix Portal Issues.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: PortalQuestion - sendQuestion call to getKnowledge successful. [Reason: Fix Portal Issues.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: CombatHandler - checkShield call to max successful. [Reason: Disable the minimum 0.01 damage on shield damage, allowing damage modifiers to rule.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Insert: Player - mayEmote successful. [Reason: Allow GM's to bypass the 5 second emote sound limit.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: Arrows - addToHitCreature call to addAttacker successful. [Reason: Make creatures wander slightly when archered.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Insert: Players - broadCastDeathInfo successful. [Reason: Broadcast death tabs to GL-Freedom.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: Players - broadCastDeathInfo call to isThisAPvpServer successful. [Reason: Disable PvP only death tabs.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented PVPSERVER = false for Libila faith transfers.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented PVPSERVER = false for Libila faith transfers.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented HOMESERVER = false for Libila faith transfers.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented HOMESERVER = false for Libila faith transfers.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: Skill - alterSkill call to hasSleepBonus successful. [Reason: Increase food affinity to give 30% increased skillgain instead of 10%.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: Item - poll call to createDaleItems successful. [Reason: Double the rate at which charcoal piles produce items.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented size for trades to allow traders to show more than 9 items at a time.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented size for trades to allow traders to show more than 9 items at a time.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: MethodsItems - checkLockpickBreakage call to getCurrentQualityLevel successful. [Reason: Reduce chance of lockpicks breaking.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: MethodsStructure - hasEnoughSkillToExpandStructure call to getKnowledge successful. [Reason: Allow players to construct larger houses.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: MethodsStructure - hasEnoughSkillToContractStructure call to getKnowledge successful. [Reason: Allow players to construct larger houses.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: MethodsItems - smear call to max successful. [Reason: Reduce power of imbues.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: Player - checkVehicleSpeeds call to nextInt successful. [Reason: Update vehicle speeds reliably.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrumented SpellGenerator PVPSERVER field to enable all spells.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: TempStates - checkForChange call to setName successful. [Reason: Make heated food never decay if cooked by a royal cook.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: Item - poll call to setDamage successful. [Reason: Stop royal food decay.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Insert: Item - mayCommand successful. [Reason: Allow mayors to command abandoned vehicles off their deed.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: AffinitiesTimed - addTimedAffinityFromBonus call to getFoodComplexity successful. [Reason: Add opulence bonus to food affinity timers.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: AffinitiesTimed - add call to getExpires successful. [Reason: Food affinity timer normalization.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: PlayerInfo - calculateSleep call to setSleep successful. [Reason: Make bed QL affect sleep bonus timer.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: MethodsItems - improveItem call to getImproveActionTime successful. [Reason: Allow royal smith to improve smithing items faster.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: MethodsItems - polishItem call to getImproveActionTime successful. [Reason: Allow royal smith to improve smithing items faster.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: MethodsItems - temper call to getImproveActionTime successful. [Reason: Allow royal smith to improve smithing items faster. Also make tempering use water enchants.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: MethodsItems - improveItem call to setWeight successful. [Reason: Hook for rare material usage in improvement.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: Player - poll call to nextInt successful. [Reason: Bad luck protection on rarity windows.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Replaced getRarity in SimpleCreationEntry to allow functional rare creations.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: MethodsItems - improveItem call to getSkillId successful. [Reason: Make armour title benefits always occur.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: MethodsItems - polishItem call to getSkillId successful. [Reason: Make armour title benefits always occur.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: Abilities - isInProperLocation call to getTemplateId successful. [Reason: Make it so sorceries can be used anywhere with a flat 3x3 altar.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Insert: Abilities - isInProperLocation successful. [Reason: Make the key of the heavens only usable on PvE]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: MethodsItems - drink call to sendActionControl successful. [Reason: Make drinks less filling.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Instrument: MethodsItems - drink call to modifyThirst successful.
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Insert: ServerTweaksHandler - sendHelp successful. [Reason: Disable GM commands from displaying in /help unless the player is a GM.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Insert: Creature - maybeInterruptAction successful. [Reason: Make damage less likely to interrupt actions during combat.]
[06:17:34 PM] INFO mod.sin.wyvern.MiscChanges: Insert: EpicServerStatus - getRandomItemTemplateUsed successful. [Reason: Fix mission null pointer exception.]
[06:17:34 PM] INFO mod.sin.wyvern.Arena: Instrument: Communicator - reallyHandle_CMD_MOVE_INVENTORY call to getDominator successful. [Reason: Allow equipping horse gear without taming.]
[06:17:34 PM] INFO mod.sin.wyvern.Arena: Instrument: Communicator - equipCreatureCheck call to getDominator successful. [Reason: Allow equipping horse gear without taming.]
[06:17:34 PM] INFO mod.sin.wyvern.Arena: Instrument: ItemBehaviour - action call to isInPvPZone successful. [Reason: Allow lockpicking on the PvP server and improve PvE treasure chest lockpicking.]
[06:17:34 PM] INFO mod.sin.wyvern.Arena: Instrument: MethodsItems - picklock call to getLastOwnerId successful. [Reason: Allow lockpicking if a container is not owned by a player.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Instrument: VillageFoundationQuestion - checkSize call to getKingdom successful. [Reason: Allow placing deed outside of kingdom border.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Insert: KingdomFoundationQuestion - sendQuestion successful. [Reason: Disable PMK's on the Arena server.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Insert: RealDeathQuestion - sendQuestion successful. [Reason: Disable player champions.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Insert: Player - getAttitude successful. [Reason: Adjust creature-player aggression on the PvP server.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Insert: Creature - getAttitude successful. [Reason: Re-sort creature-player aggression on the PvP server.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Instrument: VirtualZone - addCreature call to isChampion successful. [Reason: Add hook for custom titles on all servers and arena aggression ENEMY suffix on PvP servers.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Instrument: VirtualZone - checkIfEnemyIsPresent call to getKingdomId successful. [Reason: Apply enemy presence based on aggression instead of kingdom.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Instrument: MethodsCreatures - teleportCreature call to isInPvPZone successful. [Reason: Block farwalker twigs and stones on PvP.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Instrument: Player - modifyRanking call to isEnemyOnChaos successful. [Reason: Allow affinity stealing and battle rank changes.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Instrument: Creature - modifyFightSkill call to checkInitialTitle successful. [Reason: Adjust fight skill gain on PvP server.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Instrument: MethodsItems - isEnemiesNearby call to isFriendlyKingdom successful. [Reason: Fix nearby enemy check to use aggression instead of kingdom.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Instrument: Creature - die call to setProtected successful. [Reason: Ensure corpses are not loot protected.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Instrument: Creature - die call to isInPvPZone successful. [Reason: Ensure corpses are not loot protected.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Instrument: Methods - isNotAllowedMessage call to isEnemy successful. [Reason: Enable players to do actions in PvP houses.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Instrument: Action - checkLegalMode call to isLibila successful. [Reason: Allow stealing against deity wishes without being punished.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Instrument: Creature - setVehicle call to isThisAChaosServer successful. [Reason: Allow taking ownership of vehicles on Arena.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Instrument: Terraforming - destroyMineDoor call to getOrCreateTile successful. [Reason: Adjust mine door bash damage.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Insert: Creature - isOkToKillBy successful. [Reason: Adjust same-kingdom permissions on Arena.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Insert: Creature - hasBeenAttackedBy successful. [Reason: Adjust same-kingdom permissions on Arena.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Insert: Player - seesPlayerAssistantWindow successful. [Reason: Disable CA HELP on PvP servers.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Insert: Village - isEnemy successful. [Reason: Make players who are non-allied enemies of villages.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Set Body: Village - isEnemy successful. [Reason: Make all deeds enemies of eachother unless allied.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Set Body: Village - createHotaPrize successful. [Reason: Adjust HotA rewards.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Insert: GuardPlan - getMaxGuards successful. [Reason: Cap maximum guards to 5.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Instrument: AdvancedCreationEntry - cont call to isTowerTooNear successful. [Reason: Disable towers from being constructed.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Instrument: AdvancedCreationEntry - run call to isTowerTooNear successful. [Reason: Disable towers from being constructed.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Instrument: VirtualZone - coversCreature call to isWithinDistanceTo successful. [Reason: Reduce local range (player).]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Instrument: VirtualZone - coversCreature call to isPlayer successful. [Reason: Reduce local range (creature).]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Instrument: KarmaQuestion - answer call to isInPvPZone successful. [Reason: Disable Karma teleport.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Insert: Player - mayLeadMoreCreatures successful. [Reason: Make players only able to lead one creature.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Instrument: Hota - poll call to broadCastSafe successful. [Reason: Display discord message for HotA announcements.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Instrument: Hota - win call to broadCastSafe successful. [Reason: Display discord message for HotA wins.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Insert: Hota - addPillarConquered successful. [Reason: Display discord message for HotA conquers & neutralizes.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Insert: Village - addTarget successful. [Reason: Fix templars attacking themselves.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Instrument: Creature - checkOpenMineDoor call to isThisAChaosServer successful. [Reason: Keep mine doors open for 30 seconds instead of 120 seconds.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Instrument: Creature - modifyFightSkill call to getKingdomId successful. [Reason: Fix fight skill gains against enemy players.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Instrument: Village - mayAttack call to isEnemyOnChaos successful. [Reason: Enable archering enemies on deeds.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Instrument: Terraforming - dig call to addHistory successful. [Reason: Announce digging up artifacts on Discord.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Set Body: Deities - getFavoredKingdom successful. [Reason: Set favored kingdom for PvP]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Set Body: Deities - getFavoredKingdom successful. [Reason: Set favored kingdom for PvP]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Instrument: Player - spreadCrownInfluence call to isFriendlyKingdom successful. [Reason: Disable crown influence from spreading to enemies.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Instrument: Creature - die call to isOnCurrentServer successful. [Reason: Disable item drops from players on Arena.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Insert: Creature - punishSkills successful. [Reason: Disable player skill loss on Arena.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Instrument: Creature - modifyFightSkill call to setKnowledge successful. [Reason: Disable player fight skill loss if they have a resurrection stone.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Instrument: Player - modifyRanking call to getAffinities successful. [Reason: Disable player affinity loss on Arena.]
[06:17:35 PM] INFO mod.sin.wyvern.Arena: Insert: Item - checkPlantedPermissions successful. [Reason: Allow movement of planted items on Arena regardless of permission status.]
[06:17:35 PM] INFO mod.sin.wyvern.AntiCheat: Set Body: Communicator - sendCaveStrip successful.
[06:17:35 PM] INFO mod.sin.wyvern.AntiCheat: Insert: LoginHandler - preValidateLogin successful. [Reason: Map Steam ID's to Modsupport table.]
[06:17:35 PM] INFO mod.sin.wyvern.QualityOfLife: Instrument: CaveWallBehaviour - action call to putItemInfrontof successful. [Reason: Allow players to mine directly into vehicles.]
[06:17:35 PM] INFO mod.sin.wyvern.QualityOfLife: Instrument: TileRockBehaviour - mine call to setDataXY successful. [Reason: Allow players to surface mine directly into vehicles.]
[06:17:35 PM] INFO mod.sin.wyvern.QualityOfLife: Instrument: MethodsItems - chop call to putItemInfrontof successful. [Reason: Allow players to chop logs directly into vehicles.]
[06:17:35 PM] INFO mod.sin.wyvern.QualityOfLife: Set Body: Item - isHolyItem successful. [Reason: Allow statuettes to be used when not gold/silver.]
[06:17:35 PM] INFO mod.sin.wyvern.QualityOfLife: Instrument: TileRockBehaviour - createGem call to putItemInfrontof successful. [Reason: Send gems, source crystals, flint, etc. into vehicle.]
[06:17:35 PM] INFO mod.sin.wyvern.CombatChanges: Instrument: CombatHandler - getCombatRating call to getFlankingModifier successful. [Reason: Make custom combat rating changes.]
[06:17:35 PM] INFO mod.sin.wyvern.CombatChanges: Instrument: CombatHandler - getDamage call to getModifiedFloatEffect successful. [Reason: Fix magranon damage bonus stacking.]
[06:17:35 PM] INFO mod.sin.wyvern.CombatChanges: Instrument: CombatHandler - getDamage call to getModifiedFloatEffect successful. [Reason: Fix magranon damage bonus stacking.]
[06:17:35 PM] INFO mod.sin.wyvern.CombatChanges: Instrument: CombatHandler - getCombatRating call to getBonusForSpellEffect successful. [Reason: Nerf truehit/excel.]
[06:17:35 PM] INFO mod.sin.wyvern.CombatChanges: Instrument: Wound - poll call to modifySeverity successful. [Reason: Disable natural regeneration on legendary creatures.]
[06:17:35 PM] INFO mod.sin.wyvern.CombatChanges: Instrument: Wound - poll call to checkInfection successful. [Reason: Disable natural regeneration on legendary creatures.]
[06:17:35 PM] INFO mod.sin.wyvern.CombatChanges: Instrument: Wound - poll call to checkPoison successful. [Reason: Disable natural regeneration on legendary creatures.]
[06:17:35 PM] INFO mod.sin.wyvern.Mastercraft: Insert: Skill - checkAdvance successful. [Reason: Modify difficulty for skill checks in MasterCraft.]
[06:17:35 PM] INFO mod.sin.wyvern.Mastercraft: Instrumented doEffect in run()
[06:17:35 PM] INFO mod.sin.wyvern.Mastercraft: Instrumented depleteFavor in run()
[06:17:35 PM] INFO mod.sin.wyvern.Mastercraft: Instrumented depleteFavor in run()
[06:17:35 PM] INFO mod.sin.wyvern.Mastercraft: Instrumented depleteFavor in run()
[06:17:35 PM] INFO mod.sin.wyvern.Mastercraft: Instrumented doEffect in run()
[06:17:35 PM] INFO mod.sin.wyvern.Mastercraft: Instrumented depleteFavor in run()
[06:17:35 PM] INFO mod.sin.wyvern.Mastercraft: Instrumented depleteFavor in run()
[06:17:35 PM] INFO mod.sin.wyvern.Mastercraft: Instrumented depleteFavor in run()
[06:17:35 PM] INFO mod.sin.wyvern.Mastercraft: Instrumented doEffect in run()
[06:17:35 PM] INFO mod.sin.wyvern.Mastercraft: Instrumented depleteFavor in run()
[06:17:35 PM] INFO mod.sin.wyvern.Mastercraft: Instrumented depleteFavor in run()
[06:17:35 PM] INFO mod.sin.wyvern.Mastercraft: Instrumented doEffect in run()
[06:17:35 PM] INFO mod.sin.wyvern.Mastercraft: Instrumented depleteFavor in run()
[06:17:35 PM] INFO mod.sin.wyvern.Mastercraft: Instrumented depleteFavor in run()
[06:17:35 PM] INFO mod.sin.wyvern.Mastercraft: Instrumented doEffect in run()
[06:17:35 PM] INFO mod.sin.wyvern.Mastercraft: Instrumented depleteFavor in run()
[06:17:35 PM] INFO mod.sin.wyvern.Mastercraft: Instrumented depleteFavor in run()
[06:17:35 PM] INFO mod.sin.wyvern.SkillChanges: Set Body: Skill - doSkillGainNew successful. [Reason: Add hybrid skill gain system hook.]
[06:17:35 PM] INFO mod.sin.wyvern.MeditationPerks: Set Body: Cults - getPathFor successful. [Reason: Make meditating paths more straightforward.]
[06:17:35 PM] INFO mod.sin.wyvern.MeditationPerks: Set Body: Cultist - getHalfDamagePercentage successful. [Reason: Remove shield of the gone effect.]
[06:17:35 PM] INFO mod.sin.wyvern.MeditationPerks: Set Body: Cultist - mayStartDoubleWarDamage successful. [Reason: Remove hate war damage effect.]
[06:17:35 PM] INFO mod.sin.wyvern.MeditationPerks: Set Body: Cultist - doubleWarDamage successful. [Reason: Remove hate war damage effect.]
[06:17:35 PM] INFO mod.sin.wyvern.MeditationPerks: Set Body: Actions - getStaminaModiferFor successful. [Reason: Replace stamina modifier for new Insanity ability.]
[06:17:35 PM] INFO mod.sin.wyvern.MeditationPerks: Insert: MovementScheme - getSpeedModifier successful. [Reason: Increase movement speed for Path of Hate users.]
[06:17:35 PM] INFO mod.sin.wyvern.MeditationPerks: Instrument: CreatureStatus - modifyStamina call to usesNoStamina successful. [Reason: Scale path of power stamina bonus from level 7 onwards.]
[06:17:35 PM] INFO mod.sin.wyvern.MeditationPerks: Instrument: Skill - alterSkill call to levelElevenSkillgain successful. [Reason: Scale path of knowledge skill gain from level 7 onwards.]
[06:17:35 PM] INFO mod.sin.wyvern.MeditationPerks: Instrument: Cults - meditate call to getLastMeditated successful. [Reason: Remove artifical tick timer for meditation.]
[06:17:35 PM] INFO mod.sin.wyvern.MeditationPerks: Insert: Cultist - sendPassiveBuffs successful. [Reason: Enable buff icons for meditation.]
[06:17:35 PM] INFO mod.sin.wyvern.MeditationPerks: Set Body: Cultist - mayRefresh successful.
[06:17:35 PM] INFO mod.sin.wyvern.MeditationPerks: Set Body: Cultist - mayEnchantNature successful.
[06:17:35 PM] INFO mod.sin.wyvern.MeditationPerks: Set Body: Cultist - mayStartLoveEffect successful.
[06:17:35 PM] INFO mod.sin.wyvern.MeditationPerks: Set Body: Cultist - mayStartDoubleWarDamage successful.
[06:17:35 PM] INFO mod.sin.wyvern.MeditationPerks: Set Body: Cultist - mayStartDoubleStructDamage successful.
[06:17:35 PM] INFO mod.sin.wyvern.MeditationPerks: Set Body: Cultist - mayStartFearEffect successful.
[06:17:35 PM] INFO mod.sin.wyvern.MeditationPerks: Set Body: Cultist - mayStartNoElementalDamage successful.
[06:17:35 PM] INFO mod.sin.wyvern.MeditationPerks: Set Body: Cultist - maySpawnVolcano successful.
[06:17:35 PM] INFO mod.sin.wyvern.MeditationPerks: Set Body: Cultist - mayStartIgnoreTraps successful.
[06:17:35 PM] INFO mod.sin.wyvern.MeditationPerks: Set Body: Cultist - mayCreatureInfo successful.
[06:17:35 PM] INFO mod.sin.wyvern.MeditationPerks: Set Body: Cultist - mayInfoLocal successful.
[06:17:35 PM] INFO mod.sin.wyvern.Titans: Instrument: Wound - poll call to modifySeverity successful. [Reason: Disable natural regeneration on titans.]
[06:17:35 PM] INFO mod.sin.wyvern.Titans: Instrument: Wound - poll call to checkInfection successful. [Reason: Disable natural regeneration on titans.]
[06:17:35 PM] INFO mod.sin.wyvern.Titans: Instrument: Wound - poll call to checkPoison successful. [Reason: Disable natural regeneration on titans.]
[06:17:35 PM] INFO mod.sin.wyvern.MissionCreator: Instrument: TriggerEffect - effect call to addToSleep successful. [Reason: Give players currency for completing a mission.]
[06:17:35 PM] INFO mod.sin.wyvern.MissionCreator: Instrument: EpicServerStatus - spawnSingleCreature call to isSwimming successful. [Reason: Prevent mission creatures from spawning in water.]
[06:17:35 PM] INFO mod.sin.wyvern.MissionCreator: Instrument: EpicServerStatus - createSlayCreatureMission call to isHerbivore successful. [Reason: Modify which templates are allowed to spawn on herbivore-only epic missions.]
[06:17:35 PM] INFO mod.sin.wyvern.MissionCreator: Instrument: EpicServerStatus - createSlayTraitorMission call to isHerbivore successful. [Reason: Modify which templates are allowed to spawn on herbivore-only epic missions.]
[06:17:35 PM] INFO mod.sin.wyvern.MissionCreator: Instrument: EpicServerStatus - createSacrificeCreatureMission call to isHerbivore successful. [Reason: Modify which templates are allowed to spawn on herbivore-only epic missions.]
[06:17:35 PM] INFO mod.sin.wyvern.MissionCreator: Instrument: EpicServerStatus - createSlayCreatureMission call to isEpicMissionSlayable successful. [Reason: Modify which templates are allowed to spawn on slay missions.]
[06:17:35 PM] INFO mod.sin.wyvern.MissionCreator: Instrument: EpicServerStatus - createSacrificeCreatureMission call to isEpicMissionSlayable successful. [Reason: Modify which templates are allowed to spawn on slay missions.]
[06:17:35 PM] INFO mod.sin.wyvern.MissionCreator: Set Body: EpicMissionEnum - getMissionChance successful. [Reason: Adjust which epic missions are available.]
[06:17:35 PM] INFO mod.sin.wyvern.MountedChanges: Set Body: Creature - getMountSpeedPercent successful. [Reason: New mount speed scaling.]
[06:17:35 PM] INFO mod.sin.wyvern.MountedChanges: Insert: Creature - setWounded successful. [Reason: Force mount speed change check on damage.]
[06:17:35 PM] INFO mod.sin.wyvern.TeleportHandler: Instrument: PlayerMetaData - save call to getPosition successful. [Reason: Custom teleportation system for Arena teleport/escape.]
[06:17:35 PM] INFO mod.sin.wyvern.EconomicChanges: Insert: Item - getValue successful. [Reason: Adjust value for certain items.]
[06:17:35 PM] INFO mod.sin.wyvern.EconomicChanges: Instrument: Creature - removeRandomItems call to nextInt successful. [Reason: Remove trader refilling off kings coffers.]
[06:17:35 PM] INFO mod.sin.wyvern.EconomicChanges: Insert: Trade - addShopDiff successful. [Reason: Void 80% of all currency put into traders.]
[06:17:35 PM] INFO mod.sin.wyvern.SupplyDepots: Insert: Players - sendAltarsToPlayer successful. [Reason: Add depot lights for players.]
[06:17:35 PM] INFO mod.sin.wyvern.Bestiary: Insert: MethodsReligion - sacrifice successful. [Reason: Disable sacrificing strong creatures.]
[06:17:35 PM] INFO mod.sin.wyvern.Bestiary: Instrument: CombatHandler - setDamage call to isNoSkillFor successful. [Reason: Disable afk training.]
[06:17:35 PM] INFO mod.sin.wyvern.Bestiary: Instrument: CombatHandler - checkDefenderParry call to isNoSkillFor successful. [Reason: Disable afk training.]
[06:17:35 PM] INFO mod.sin.wyvern.Bestiary: Instrument: CombatHandler - checkShield call to isNoSkillFor successful. [Reason: Disable afk training.]
[06:17:35 PM] INFO mod.sin.wyvern.Bestiary: Instrument: CombatHandler - setBonuses call to isNoSkillFor successful. [Reason: Disable afk training.]
[06:17:35 PM] INFO mod.sin.wyvern.Bestiary: Instrument: PathFinder - canPass call to isGhost successful. [Reason: Deny chargers walking through walls.]
[06:17:35 PM] INFO mod.sin.wyvern.Bestiary: Instrument: Creature - setPathing call to isGhost successful. [Reason: Deny chargers walking through walls.]
[06:17:35 PM] INFO mod.sin.wyvern.Bestiary: Instrument: Creature - startPathingToTile call to isGhost successful. [Reason: Deny chargers walking through walls.]
[06:17:35 PM] INFO mod.sin.wyvern.Bestiary: Instrument: Creature - moveAlongPath call to isGhost successful. [Reason: Deny chargers walking through walls.]
[06:17:35 PM] INFO mod.sin.wyvern.Bestiary: Instrument: Creature - takeSimpleStep call to isGhost successful. [Reason: Deny chargers walking through walls.]
[06:17:35 PM] INFO mod.sin.wyvern.Bestiary: Instrument: Creature - die call to isGhost successful. [Reason: Deny chargers walking through walls.]
[06:17:35 PM] INFO mod.sin.wyvern.Bestiary: Insert: Creature - doNew successful. [Reason: Apply random types to creatures in the wilderness.]
[06:17:35 PM] INFO mod.sin.wyvern.Bestiary: Enabled archery against ghost targets in archery attack method.
[06:17:35 PM] INFO mod.sin.wyvern.Bestiary: Instrument: Creature - checkPregnancy call to saveCreatureName successful. [Reason: Auto-Genesis a creature born on enchanted grass]
[06:17:35 PM] INFO mod.sin.wyvern.Bestiary: Instrument: Creature - die call to addItem successful. [Reason: Set custom corpse sizes.]
[06:17:35 PM] INFO mod.sin.wyvern.Bestiary: Instrument: Creature - checkPregnancy call to isHorse successful. [Reason: Allow custom creatures to have breeding names.]
[06:17:35 PM] INFO mod.sin.wyvern.Bestiary: Instrument: MethodsCreatures - breed call to isGhost successful. [Reason: Allow ghost creatures to breed (Chargers).]
[06:17:35 PM] INFO mod.sin.wyvern.Bestiary: Instrument: Creature - die call to isGhost successful. [Reason: Allow ghost creatures to drop corpses.]
[06:17:35 PM] INFO mod.sin.wyvern.Bestiary: Set Body: CreatureStatus - getSizeMod successful. [Reason: Enable custom sizes for creatures.]
[06:17:35 PM] INFO mod.sin.wyvern.Bestiary: Instrument: Creature - doNew call to sendToWorld successful. [Reason: Modify newly created creatures.]
[06:17:35 PM] INFO mod.sin.wyvern.Bestiary: Instrument: VirtualZone - addCreature call to sendNewCreature successful. [Reason: Attach special effects to creatures.]
[06:17:35 PM] INFO mod.sin.wyvern.Bestiary: Insert: Vehicle - addDragger successful. [Reason: Ensure unique creatures cannot be hitched to vehicles.]
[06:17:35 PM] INFO mod.sin.wyvern.Bestiary: Insert: Creature - doNew successful. [Reason: Log new creature spawns.]
[06:17:35 PM] INFO mod.sin.wyvern.WyvernMods: Insert: ItemBehaviour - examine successful. [Reason: Insert examine method.]
[06:17:35 PM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod WyvernMods loaded server class com.wurmonline.server.WurmCalendar during phase preinit
[06:17:35 PM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod WyvernMods loaded server class com.wurmonline.server.TimeConstants during phase preinit
[06:17:35 PM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod WyvernMods loaded server class com.wurmonline.mesh.Tiles$Tile during phase preinit
[06:17:35 PM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod WyvernMods loaded server class com.wurmonline.mesh.Tiles$Flag during phase preinit
[06:17:35 PM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod WyvernMods loaded server class com.wurmonline.mesh.Tiles$TileRoadDirection during phase preinit
[06:17:35 PM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod WyvernMods loaded server class com.wurmonline.mesh.BushData$BushType during phase preinit
[06:17:35 PM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod WyvernMods loaded server class com.wurmonline.mesh.TreeData$TreeType during phase preinit
[06:17:35 PM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod WyvernMods loaded server class com.wurmonline.mesh.Tiles$1 during phase preinit
[06:17:35 PM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod WyvernMods loaded server class com.wurmonline.mesh.Tiles during phase preinit
[06:17:35 PM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod WyvernMods loaded server class com.wurmonline.shared.constants.CounterTypes during phase preinit
[06:17:35 PM] INFO mod.sin.wyvern.WyvernMods: Initializing.
[06:17:36 PM] INFO org.gotti.wurmunlimited.modloader.callbacks.Callbacks: Adding callback modcreatures to class com.wurmonline.server.questions.GmSetTraits for  org.gotti.wurmunlimited.modsupport.creatures.ModCreatures$GmSetTraitsCallbacks with methods [__cb_Proxy_modcreatures_15.getTraitString(com.wurmonline.server.creatures.Creature,int)]
[06:17:36 PM] INFO org.gotti.wurmunlimited.modloader.callbacks.Callbacks: Adding callback modcreatures to class com.wurmonline.server.creatures.Creature for  org.gotti.wurmunlimited.modsupport.creatures.ModCreatures$CreatureCallbacks with methods [__cb_Proxy_modcreatures_16.getModelName(com.wurmonline.server.creatures.Creature), __cb_Proxy_modcreatures_16.getColourName(com.wurmonline.server.creatures.Creature,int), __cb_Proxy_modcreatures_16.getColourName(com.wurmonline.server.creatures.Creature), __cb_Proxy_modcreatures_16.assignTraits(com.wurmonline.server.creatures.Creature), __cb_Proxy_modcreatures_16.getTraitName(), __cb_Proxy_modcreatures_16.hasTraits(int), __cb_Proxy_modcreatures_16.calcNewTraits(double,boolean,com.wurmonline.server.creatures.Creature,com.wurmonline.server.creatures.Creature)]
[06:17:36 PM] INFO mod.sin.wyvern.PlayerTitles: Created new title with ID #10002: ["Pastamancer", "Pastamancer"]
[06:17:36 PM] INFO mod.sin.wyvern.PlayerTitles: Created new title with ID #20012: ["The Great Illuminaty", "The Great Illuminaty"]
[06:17:36 PM] INFO mod.sin.wyvern.PlayerTitles: Created new title with ID #20011: ["The One True Taco", "The One True Taco"]
[06:17:36 PM] INFO mod.sin.wyvern.PlayerTitles: Created new title with ID #20010: ["Slave", "Slave"]
[06:17:36 PM] INFO mod.sin.wyvern.PlayerTitles: Created new title with ID #20009: ["The Crazy Cat Lord", "The Crazy Cat Lord"]
[06:17:36 PM] INFO mod.sin.wyvern.PlayerTitles: Created new title with ID #20008: ["Grand Designer", "Grand Designer"]
[06:17:36 PM] INFO mod.sin.wyvern.PlayerTitles: Created new title with ID #20007: ["Science Guy", "Science Guy"]
[06:17:36 PM] INFO mod.sin.wyvern.PlayerTitles: Created new title with ID #20006: ["The Treasuring", "The Treasuring"]
[06:17:36 PM] INFO mod.sin.wyvern.PlayerTitles: Created new title with ID #20005: ["The care-dependent", "The care-dependent"]
[06:17:36 PM] INFO mod.sin.wyvern.PlayerTitles: Created new title with ID #20004: ["Thorn One", "Thorn One"]
[06:17:36 PM] INFO mod.sin.wyvern.PlayerTitles: Created new title with ID #20003: ["Warriorgens Wife", "Warriorgens Wife"]
[06:17:36 PM] INFO mod.sin.wyvern.PlayerTitles: Created new title with ID #20002: ["That Guy", "That Guy"]
[06:17:36 PM] INFO mod.sin.wyvern.PlayerTitles: Created new title with ID #20001: ["Sindusks Favourite GM", "Sindusk Favourite GM"]
[06:17:36 PM] INFO mod.sin.wyvern.PlayerTitles: Created new title with ID #20000: ["Donator", "Donator"]
[06:17:36 PM] INFO mod.sin.wyvern.PlayerTitles: Created new title with ID #19999: ["Patron", "Patron"]
[06:17:36 PM] INFO mod.sin.wyvern.PlayerTitles: Created new title with ID #10000: ["Titanslayer", "Titanslayer"]
[06:17:36 PM] INFO mod.sin.wyvern.PlayerTitles: Created new title with ID #10001: ["Spectral", "Spectral"]
[06:17:36 PM] INFO mod.sin.wyvern.PlayerTitles: [Miner_Master, Miner, Woodcutter, Woodcutter_Master, Herbalist, Herbalist_Master, Alchemist, Alchemist_Master, Mason, Mason_Master, Potterer, Potterer_Master, Channeler, Channeler_Master, Cleric, Cleric_Minor, Cleric_Master, Warrior, Warrior_Minor, Warrior_Master, DragonSlayer, ArtifactFinder, Carpenter, Carpenter_Master, Smithing_Black, Smithing_Black_Master, Smithing_GoldSmith, Smithing_GoldSmith_Master, Smithing_Lock, Smithing_Lock_Master, Smithing_Armour, Smithing_Armour_Master, Smithing_Weapons, Smithing_Weapons_Master, Carpenter_Fine, Carpenter_Fine_Master, Paving, Paving_Master, Prospecting, Prospecting_Master, Exorcism, Exorcism_Master, Farmer, Farmer_Master, Thief, Thief_Minor, Thief_Master, Butcherer, Butcherer_Master, Toymaker_Master, Toymaker, Miller, Miller_Master, Digging, Digging_Master, GiantSlayer, TrollSlayer, Cook, Cook_Minor, Cook_Master, Mason_Minor, Tailor, Tailor_Master, AnimalTrainer, AnimalTrainer_Master, Archer, Archer_Minor, Archer_Master, Fletcher, Fletcher_Master, Bowmaker, Bowmaker_Master, Smith, Smith_Minor, Smith_Master, Repairer, Repairer_Minor, Repairer_Master, Tracker, Tracker_Minor, Tracker_Master, Ageless, Fisher, Fisher_Minor, Fisher_Master, Climber, Climber_Master, Firemaker, Firemaker_Master, Misc, Misc_Master, Nature, Nature_Master, KeeperTruth, Praying, Praying_Master, Leather, Leather_Master, Drunkard, Alcoholic, Firemaker_Minor, Woodcutter_Minor, Leather_Minor, Smithing_Black_Minor, Digging_Minor, Miner_Minor, Ropemaking, Ropemaking_Minor, Ropemaking_Master, Coaler, Coaler_Master, Carpenter_Fine_Minor, Carpenter_Minor, Keeper_Faith, Destroyer_Faith, Smithing_ShieldSmith, Smithing_ShieldSmith_Master, One, HFC, HFC_Master, Smithing_GoldSmith_Minor, Firstaid, Firstaid_Minor, Firstaid_Master, Yoyo, Yoyo_Minor, Yoyo_Master, Stonecut, Stonecut_Minor, Stonecut_Master, UniqueSlayer, Smithing_ShieldSmith_Minor, Farmer_Minor, Platesmith, Platesmith_Minor, Platesmith_Master, Chainsmith, Chainsmith_Minor, Chainsmith_Master, Kingdomtitle, Smithing_Weapons_minor, Renowned_Bard, Kingslayer, Prospecting_Minor, Forester, Forester_Master, Forester_Minor, Shipbuilder, Shipbuilder_Master, Shipbuilder_Minor, Bowyer_Minor, Fletcher_Minor, Knifer, Misc_Minor, Exor_Minor, Tailoring, Tailoring_Minor, Tailoring_Master, Swords, Swords_Minor, Swords_Master, Axes, Axes_Minor, Axes_Master, Mauls, Mauls_Minor, Mauls_Master, Soldier, Soldier_Minor, Soldier_Master, Shields, Shields_Minor, Shields_Master, Warmachines, Warmachines_Minor, Warmachines_Master, Botanist_Minor, Nature_Minor, Pottery_Minor, Cooking_Minor, Channeling_Minor, Faith, Faith_Minor, Faith_Master, Taming_Minor, Body, Butcher_Minor, Beverages, Beverages_Minor, Beverages_Master, PA, Milking, Meditation, Meditation_Minor, Meditation_Master, Alchemist_Minor, Tailor_Cloth_Minor, AnimalHusbandry, AnimalHusbandry_Minor, AnimalHusbandry_Master, Puppeteering, Puppeteering_Minor, Puppeteering_Master, Saint, ChampSlayer, Baker, Baker_Minor, Baker_Master, First_Digger, Gardener, Gardener_Minor, Gardener_Master, Lockpicking, Lockpicking_Minor, Lockpicking_Master, Godsent, Educated, Clairvoyant, Smithing_Armor_minor, Champ_Previous, Catapult, Catapult_Minor, Catapult_Master, Altar_Destroyer, Paving_Minor, Soul, Coaler_Minor, Body_Minor, Body_Major, Secrets_Master, Hota_One, Hota_Two, Hota_Three, Hota_Four, Hota_Five, CM, Carving_Knife_Minor, Carving_Knife_Master, Climbing_Minor, Knives, Knives_Minor, Knives_Master, Metallurgy, Metallurgy_Minor, Metallurgy_Master, Toymaking_Minor, Locksmithing_Minor, First_Crafter, Taunter_Master, Taunter, Taunter_Minor, Winner, UnholyAlly, SoldierLomaner, RiderLomaner, ChieftainLomaner, AmbassadorLomaner, BaronLomaner, JarlLomaner, DukeLomaner, ProvostLomaner, MarquisLomaner, GrandDukeLomaner, ViceRoyLomaner, PrinceLomaner, Puppeteering_Legend, Digger_Legend, Tracker_Legend, Yoyo_Legend, Farmer_Legend, Mining_Legend, Fishing_Legend, Hotfood_Legend, Fighting_Legend, Foraging, Foraging_Minor, Foraging_Master, Mind, Mind_Minor, Mind_Master, Soul_Normal, Soul_Minor, Soul_Master, Alchemy_Normal, Alchemy_Minor, Alchemy_Master, Clubs_Normal, Clubs_Minor, Clubs_Master, Dairy_Normal, Dairy_Minor, Dairy_Master, Hammers_Normal, Hammers_Minor, Hammers_Master, Healing_Normal, Healing_Minor, Healing_Master, Milling_Minor, Milking_Minor, Milking_Master, Papyrus_Normal, Papyrus_Minor, Papyrus_Master, Polearms_Normal, Polearms_Minor, Polearms_Master, Religion_Normal, Religion_Minor, Religion_Master, Archaeology_Normal, Archaeology_Minor, Archaeology_Master, Prayer_Minor, Preaching_Normal, Preaching_Minor, Preaching_Master, Thatching_Normal, Thatching_Minor, Thatching_Master, Stealing_Normal, Stealing_Minor, Stealing_Master, Traps_Normal, Traps_Minor, Traps_Master, Toys_Normal, Toys_Minor, Toys_Master, AnimalHusbandry_Legend, Faith_Legend, Paving_Legend, Stealing_Legend, Woodcutting_Legend, Milking_Legend, Puppeteering_Epic, Digger_Epic, Tracker_Epic, Yoyo_Epic, Farmer_Epic, Mining_Epic, Fishing_Epic, Hotfood_Epic, Fighting_Epic, AnimalHusbandry_Epic, Paving_Epic, Stealing_Epic, Woodcutting_Epic, Milking_Epic, Carpenter_Legend, Carpenter_Epic, Saw_Normal, Saw_Minor, Saw_Master, Saw_Legendary, Saw_Epic, Master_of_Challenge, Lord_of_Isles, Blood_Ravager, Selfie, Pit_Slayer, Guardian_of_the_Hunt, Shadow_Assassin, Future_Warden, Emperor_Emeritus, Pack_of_the_Hunt, Leather_Legend, Leather_Epic, Knigt, FallenKnight, Blacksmith_Legend, Blacksmith_Epic, Rifter, RiftDefender, Fletcher_Legend, Fletcher_Epic, Chainsmith_Legend, Chainsmith_Epic, Platesmith_Epic, Bowyry_Legend, Smithing_ShieldSmith_Legend, Smithing_ShieldSmith_Epic, Beverages_Legend, Beverages_Epic, Restoration_Normal, Restoration_Minor, Restoration_Master, Masonry_Legend, Masonry_Epic, Prospecting_Legend, Aggressivefighting_Normal, Aggressivefighting_Minor, Aggressivefighting_Master, BodyControl_Normal, BodyControl_Minor, BodyControl_Master, Bodystamina_Normal, Bodystamina_Minor, Bodystamina_Master, Bodystrength_Normal, Bodystrength_Minor, Bodystrength_Master, Butcheringknife_Normal, Butcheringknife_Minor, Butcheringknife_Master, Defensivefighting_Normal, Defensivefighting_Minor, Defensivefighting_Master, Halberd_Normal, Halberd_Minor, Halberd_Master, Hammer_Normal, Hammer_Minor, Hammer_Master, Hatchet_Normal, Hatchet_Minor, Hatchet_Master, Hugeaxe_Normal, Hugeaxe_Minor, Hugeaxe_Master, HugeClub_Normal, HugeClub_Minor, HugeClub_Master, Largeaxe_Normal, Largeaxe_Minor, Largeaxe_Master, LargeMaul_Normal, LargeMaul_Minor, LargeMaul_Master, Largemetalshield_Normal, Largemetalshield_Minor, Largemetalshield_Master, Largewoodenshield_Normal, Largewoodenshield_Minor, Largewoodenshield_Master, Longbow_Normal, Longbow_Minor, Longbow_Master, LongSpear_Normal, LongSpear_Minor, LongSpear_Master, Longsword_Normal, Longsword_Minor, Longsword_Master, Mediumbow_Normal, Mediumbow_Minor, Mediumbow_Master, Mediummaul_Normal, Mediummaul_Minor, Mediummaul_Master, Mediummetalshield_Normal, Mediummetalshield_Minor, Mediummetalshield_Master, Mediumwoodenshield_Normal, Mediumwoodenshield_Minor, Mediumwoodenshield_Master, MindLogic_Normal, MindLogic_Minor, MindLogic_Master, MindSpeed_Normal, MindSpeed_Minor, MindSpeed_Master, Normalfighting_Normal, Normalfighting_Minor, Normalfighting_Master, Pickaxe_Normal, Pickaxe_Minor, Pickaxe_Master, Rake_Normal, Rake_Minor, Rake_Master, Scythe_Normal, Scythe_Minor, Scythe_Master, Shieldbashing_Normal, Shieldbashing_Minor, Shieldbashing_Master, Shortbow_Normal, Shortbow_Minor, Shortbow_Master, Shortsword_Normal, Shortsword_Minor, Shortsword_Master, Shovel_Normal, Shovel_Minor, Shovel_Master, Sickle_Normal, Sickle_Minor, Sickle_Master, SmallAxe_Normal, SmallAxe_Minor, SmallAxe_Master, Smallmaul_Normal, Smallmaul_Minor, Smallmaul_Master, Smallmetalshield_Normal, Smallmetalshield_Minor, Smallmetalshield_Master, Smallwoodenshield_Normal, Smallwoodenshield_Minor, Smallwoodenshield_Master, Staff_Normal, Staff_Minor, Staff_Master, StoneChisel_Normal, StoneChisel_Minor, StoneChisel_Master, Twohandedsword_Normal, Twohandedsword_Minor, Twohandedsword_Master, Warhammer_Normal, Warhammer_Minor, Warhammer_Master, Weaponlessfighting_Normal, Weaponlessfighting_Minor, Weaponlessfighting_Master, Shovel_Legendary, Shipbuilding_Legendary, Journal_T0, Journal_T1, Journal_T2, Journal_T3, Journal_T4, Journal_T5, Journal_T6, Restoration_Legendary, Forester_Legendary, Journal_T7, Journal_T8, Journal_T9, Journal_P1, Journal_P2, Journal_P3, Pickaxe_Legendary, CUSTOM_10002, CUSTOM_20012, CUSTOM_20011, CUSTOM_20010, CUSTOM_20009, CUSTOM_20008, CUSTOM_20007, CUSTOM_20006, CUSTOM_20005, CUSTOM_20004, CUSTOM_20003, CUSTOM_20002, CUSTOM_20001, CUSTOM_20000, CUSTOM_19999, CUSTOM_10000, CUSTOM_10001]
[06:17:36 PM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod WyvernMods loaded server class com.wurmonline.server.players.Titles$Title during phase init
[06:17:36 PM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod WyvernMods loaded server class com.wurmonline.server.creatures.Creature during phase init
[06:17:36 PM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod WyvernMods loaded server class com.wurmonline.server.items.ItemTypes during phase init
[06:17:36 PM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod WyvernMods loaded server class com.wurmonline.shared.constants.CreatureTypes during phase init
[06:17:36 PM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod WyvernMods loaded server class com.wurmonline.shared.constants.ProtoConstants during phase init
[06:17:36 PM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod WyvernMods loaded server class com.wurmonline.server.combat.CombatConstants during phase init
[06:17:36 PM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod WyvernMods loaded server class com.wurmonline.server.modifiers.ModifierTypes during phase init
[06:17:36 PM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod WyvernMods loaded server class com.wurmonline.server.creatures.CreatureTemplateIds during phase init
[06:17:36 PM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod WyvernMods loaded server class com.wurmonline.server.economy.MonetaryConstants during phase init
[06:17:36 PM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod WyvernMods loaded server class com.wurmonline.shared.constants.AttitudeConstants during phase init
[06:17:36 PM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod WyvernMods loaded server class com.wurmonline.server.players.PermissionsPlayerList$ISettings during phase init
[06:17:36 PM] WARNING org.gotti.wurmunlimited.modloader.EarlyLoadingChecker: Mod WyvernMods loaded server class com.wurmonline.server.players.Titles$TitleType during phase init
[06:17:36 PM] SEVERE org.gotti.wurmunlimited.serverlauncher.DelegatedLauncher: com.wurmonline.server.creatures.Creature class is frozen
java.lang.RuntimeException: com.wurmonline.server.creatures.Creature class is frozen
    at javassist.CtClassType.checkModify(CtClassType.java:321)
    at javassist.CtBehavior.instrument(CtBehavior.java:742)
    at mod.sin.lib.Util.instrumentDeclared(Util.java:59)
    at mod.sin.wyvern.Bounty.init(Bounty.java:101)
    at mod.sin.wyvern.WyvernMods.init(WyvernMods.java:1379)
    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:1382)
    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:286)
    at org.gotti.wurmunlimited.serverlauncher.ServerLauncher.main(ServerLauncher.java:33)

 

 

  • Like 1

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