Sign in to follow this  
EarthsDefect

Server bug after 1.3 update

Recommended Posts

I updated my server today just want to know if anyone else had these problems or know how to fix them?? I had creatures mod installed I have removed it and deleted all the zebra, panda bears etc in the db

Spoiler

[04:40:33 PM] WARNING com.wurmonline.server.zones.Zone: No Creature template with id 2147483645
com.wurmonline.server.creatures.NoSuchCreatureTemplateException: No Creature template with id 2147483645
    at com.wurmonline.server.creatures.CreatureTemplateFactory.getTemplate(CreatureTemplateFactory.java:79)
    at com.wurmonline.server.zones.Zone.spawnCreature(Zone.java:1137)
    at com.wurmonline.server.zones.Zone.poll(Zone.java:752)
    at com.wurmonline.server.zones.Zones.pollNextZones(Zones.java:1815)
    at com.wurmonline.server.Server.run(Server.java:1840)
    at java.util.TimerThread.mainLoop(Unknown Source)
    at java.util.TimerThread.run(Unknown Source)

[04:40:33 PM] WARNING com.wurmonline.server.zones.Zone: No Creature template with id 2147483647
com.wurmonline.server.creatures.NoSuchCreatureTemplateException: No Creature template with id 2147483647
    at com.wurmonline.server.creatures.CreatureTemplateFactory.getTemplate(CreatureTemplateFactory.java:79)
    at com.wurmonline.server.zones.Zone.spawnCreature(Zone.java:1137)
    at com.wurmonline.server.zones.Zone.poll(Zone.java:752)
    at com.wurmonline.server.zones.Zones.pollNextZones(Zones.java:1815)
    at com.wurmonline.server.Server.run(Server.java:1840)
    at java.util.TimerThread.mainLoop(Unknown Source)
    at java.util.TimerThread.run(Unknown Source)

 

 

etc etc keeps saying the same message...

 

Edited by EarthsDefect

Share this post


Link to post
Share on other sites

Problem was fixed by first deleting all creatures in creatures.db and removing mountain lion and bear caves in Items.db the template id was 314 instead of 521

Edited by Darkness1990

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
Sign in to follow this