ago

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

Recommended Posts

@bigsteveHis IP is ok and is sent to the client, if that line is commented out the mod will pull the public ip from the wurm server settings.

 

Can you check if you can connect to that port locally from the VM running the server? Maybe the HTTP server is failing in some weird way or something, though i honestly don't know why that could happen.

 

If that works but not from the internet it must be something in the infrastructure...

Share this post


Link to post
Share on other sites

Making progress. I was re-checking again the serverpacks.properties file and started asking myself why not comment the bottom section completely out, since it supposedly gets the info from the top section.

 

By doing that, it now appears to actually download the packs to the client. From client log:

 

[07:33:57 PM] INFO ModComm: Handshake response received, server protocol version is 1, 1 channels activated
[07:33:57 PM] INFO org.gotti.wurmonline.clientmods.serverpacks.ServerPacksMod: Got server pack D80AA93E063D7D405D4E87B3D9C110CF297C473A (http://64.95.62.146:8888/packs/D80AA93E063D7D405D4E87B3D9C110CF297C473A)
[07:33:57 PM] INFO org.gotti.wurmonline.clientmods.serverpacks.ServerPacksMod: Added server pack D80AA93E063D7D405D4E87B3D9C110CF297C473A
[07:33:57 PM] INFO org.gotti.wurmonline.clientmods.serverpacks.ServerPacksMod: Got server pack 5FD93D8CF5505F933B3F430A3775F4235E146C32 (http://64.95.62.146:8888/packs/5FD93D8CF5505F933B3F430A3775F4235E146C32)
[07:33:57 PM] INFO org.gotti.wurmonline.clientmods.serverpacks.ServerPacksMod: Added server pack 5FD93D8CF5505F933B3F430A3775F4235E146C32
[07:33:58 PM] INFO com.wurmonline.console: Initializing font texture for Monospaced (11). Texture Size: 128
[07:34:07 PM] INFO com.wurmonline.console: No mapping found for map.kingdomofelysweir

 

NOTE TO OTHERS : On Linux based servers, this worked by ONLY modifying the top 2 parameters, and leaving the other 2 parameters alone, as such :

 

[steam@wurm wu]$ cat mods/serverpacks.properties
classname=org.gotti.wurmunlimited.mods.serverpacks.ServerPackMod
classpath=serverpacks.jar
serverPacks=koe.jar
#Set a fixed port. If no port is selected a random free port will be used
serverPort=8888
# Use this to announce a different server name or IP address to the clients
# By default the setting "External Server IP Address" will be used for pack URLs
# This setting may be required when doing port forwarding in the router
publicServerAddress=64.95.62.146
# Use this to announce a different server port to the client
# By default the serverPort or the automaticly choosen port will be used
# This setting may be required when doing port forwarding in the router
#publicServerPort=8889
# Sets a different address for the HTTP server to bind to. Can be 0.0.0.0 to
# bind to all interfaces. Default is external ip in server settings.
#internalServerAddress=64.95.62.146

 

The Red Settings note that they are commented. Note that the green sections are NOT commented and this works, under CentOS 7 specifically.

 

@bdewHowever, I still get the red "X" in the map, despite logging completely out of the game and back in a few times. So..... I believe this comes full circle back to looking at the settings for actually providing the correct mapping for the actual custom map.

 

Achieve 1 victory, only to be slain by the next challenge LOL. Any thoughts as to where that may be going wrong ?

 

I can recap those settings if it helps. I think this must be down to a mappings.txt issue, or db issue.

 

  • mappings.txt, inside the koe.jar file, looks like such :
    • map.KingdomofElysweir = maps/KingdomofElysweir.png
  • Server directory looks like such, on server :
    • GameInstanceDirectory/maps/KingdomofElysweir.png
  • DB Instance has server name set to :
    • Wurmlogin.db -> Servers (Table) -> Name -> Kingdom of Elysweir
    • Wurmlogin.db -> Servers (Table) - > MapName - > KingdomofElysweir

Any thoughts on where this has gone awry ? Pretty sure this is the last step to making this work correctly.

 

@Jukkenit appears yours works, can you comment to the above as well please ?

 

Thanks guys !

 

_waffles

 

 

 

Share this post


Link to post
Share on other sites

The map image should be in koe.jar (in maps subdirectory, if that's what you specify in mappings.txt), not in the server folder...

Share this post


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

in maps subdirectory, if that's what you specify in mappings.txt

 

Edit: The archive should have mappings.txt in the root, then a maps subdirectory with the image in it.

Edited by bdew

Share this post


Link to post
Share on other sites

Ahhhhhh......... 

 

Let me try that, you my friend may have that missing link.... :D

 

 

 

 

 

 

Share this post


Link to post
Share on other sites

Still not working. However, now that it's clear this mappings.txt relates to the local stored copy of the map, let me go back and try re-working how that is setup.

 

I do see the pack downloaded to packs, with the new hash from the updated koe.jar, however, it never grabs the map. I presume because it can't create the maps directory. I'm going to try without a subdir (which I only did after reading way back 10-20 pages prior that this was how it had to be done).

 

I'll report back with results.

 

 

 

 

 

 

Edited by _Waffles

Share this post


Link to post
Share on other sites

I got this when connecting: No mapping found for map.kingdomofelysweir

 

Try making the mapping lowercase, maybe it can't have capital letters.

 

Share this post


Link to post
Share on other sites

@bdew- saw you log in at the console, thanks for checking.

 

Let me try to make the mapping lowercase and I'll restart it. I also put back the maps folder, as in looking at other game assets, everything appears to come from folders, and not the root.

 

I'll make this change now, thank you again.

 

_waffles

Share this post


Link to post
Share on other sites

@bdew- restarted, i see the new pack, and it has the lowercase.

 

Only Last thing I can think of is, do I need to now also modify the database and also make that lowercase ? I had followed a prior guide for this that said the name of the server had to match the mapname (and vice-versa). At the moment, as above, you can see I have mapname set with an uppercase that matched what was in the previous koe.jar mappings.txt file.

 

Where's a debugger when you need it LOL...... Thanks again for looking.

 

_waffles

Share this post


Link to post
Share on other sites
6 hours ago, _Waffles said:

Let me try to make the mapping lowercase and I'll restart it. I also put back the maps folder, as in looking at other game assets, everything appears to come from folders, and not the root.

 

I still see the uppercase name in mappings.txt... are you sure you updated it?

Share this post


Link to post
Share on other sites
4 hours ago, bdew said:

 

I still see the uppercase name in mappings.txt... are you sure you updated it?

 

11 hours ago, bdew said:

I got this when connecting: No mapping found for map.kingdomofelysweir

 

Try making the mapping lowercase, maybe it can't have capital letters.

 

 

100% right

mappings.txt has to be

map.kingdomofelysweir = maps/kingdomofelysweir.png

 

did it manually to the file downloaded and the map image show in map

Share this post


Link to post
Share on other sites

You guys rock. Just got home from work, made the changes, and it was that other capitalization that was doing me in. Thank you very much for pursuing this with me !!!!

 

I think the process needs a write up for Linux servers based on what worked for this CentOS 7 based install, so I'll take initiative to do so. I'll probably get to that tomorrow, and will post as new thread in this sub-forum.

 

Now, to enjoy and final test before releasing the kingdom in the PVE server section. I raise a toast in your directions !

 

_waffles

Share this post


Link to post
Share on other sites

I can't get .25 (the newest server mod loader version) to work for me.  I must be getting an error that is throwing the program off.  I unzipped to the wurmlauncher folder; and then clicked on the "patcher.bat".  I now have a "wurmserverlauncher-patched.exe" which when i click on it to execute it doesn't open the server launch menu at all.

 

The individual mods are in separate folders within one master "Mods" folder and their properties files are one level up (in the main mod folder).  Most appear to be loading, but i see an error in the "modlauncher.bat" when i launch it.- apparently when it's calling the "getdirt()" class in java.  I edited the "modlauncher.bat" to remove the xx options but that didn't seem to make a difference.  I appreciate any guidance anyone can provide, i'm new at loading mods (i usually just run vanilla wurm servers).

 

 

Spoiler

[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Forest_Gian
t_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Unicorn_Bou
nty: 300
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Cyclops_Bou
nty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Goblin_Boun
ty: 300
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Spider_Moth
er_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Spider_Boun
ty: 500
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Goblin_Lead
er_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Troll_King_
Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Boar_Fo_Bou
nty: 700
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Anaconda_Bo
unty: 1000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Gorilla_Mag
ranon_Bounty: 700
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Hyena_Libil
a_Bounty: 700
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Bear_Black_
Bounty: 500
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Cave_Bug_Bo
unty: 250
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Pig_Bounty:
 100
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Hen_Bounty:
 50
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Chicken_Bou
nty: 50
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Bull_Bounty
: 150
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Calf_Bounty
: 50
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Dog_Bounty:
 150
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Rooster_Bou
nty: 50
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Deer_Bounty
: 100
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Pheasant_Bo
unty: 50
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Lava_Spider
_Bounty: 800
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Lava_Creatu
re_Bounty: 800
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Crocodile_B
ounty: 800
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Scorpion_Bo
unty: 600
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Horse_Bount
y: 150
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Foal_Bounty
: 50
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Sea_Serpent
_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Shark_Huge_
Bounty: 500
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Bison_Bount
y: 300
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Hell_Horse_
Bounty: 250
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Hell_Hound_
Bounty: 800
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Hell_Scorpi
on_Bounty: 800
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Dragon_Blac
k_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Dragon_Gree
n_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Dragon_Blue
_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Dragon_Whit
e_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Seal_Bounty
: 400
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Tortoise_Bo
unty: 400
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Crab_Bounty
: 400
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Sheep_Bount
y: 100
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Blue_Whale_
Bounty: 800
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Seal_Cub_Bo
unty: 200
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Dolphin_Bou
nty: 200
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Octopus_Bou
nty: 200
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Lamb_Bounty
: 50
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Ram_Bounty:
 100
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Drake_Red_B
ounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Drake_Blue_
Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Spider_Fog_
Bounty: 800
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Rift_Jackal
_One_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Rift_Jackal
_Two_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Rift_Jackal
_Three_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Rift_Jackal
_Four_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Demon_Sol_B
ounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Deathcrawle
r_Minion_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Spawn_Uttac
ha_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Son_Of_Nogu
mp_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Drakespirit
_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Eaglespirit
_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Avatar_Vyno
ra_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Avatar_Magr
anon_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Avatar_Fo_B
ounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Avatar_Libi
la_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Fierce_Stat
usMultiplier: 1.5
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Angry_Statu
sMultiplier: 1.4
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Raging_Stat
usMultiplier: 1.6
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Slow_Status
Multiplier: 0.95
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Alert_Statu
sMultiplier: 1.2
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Greenish_St
atusMultiplier: 1.7
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Lurking_Sta
tusMultiplier: 1.1
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Sly_StatusM
ultiplier: 0.8
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Hardened_St
atusMultiplier: 1.3
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Scared_Stat
usMultiplier: 0.85
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Diseased_St
atusMultiplier: 0.9
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Champion_St
atusMultiplier: 1.7
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.creatureagemod.CreatureAgeMod: i
ncreaseGrowthUntilAge: 8
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.creatureagemod.CreatureAgeMod: i
ncreaseGrowthTimer: 259200
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.creatureagemod.CreatureAgeMod: e
xcludedTemplates: boar_fo,zombie,worg,gorilla_magranon,skeleton,hyena_libila
[07:29:06 PM] WARNING org.gotti.wurmunlimited.modloader.ModLoaderShared: Mod cre
atureagemod loaded server class com.wurmonline.server.creatures.CreatureTemplate
Ids during phase configure
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.cropmod.CropMod: disableWeeds: t
rue
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.cropmod.CropMod: extraHarvest: 0

[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.digtoground.DigToGround: dredgeT
oShip: true
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.harvesthelper.HarvestHelperMod:
allowMountedHarvest: true
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.harvesthelper.HarvestHelperMod:
enableSeasonsCommand: true
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.harvesthelper.HarvestHelperMod:
enableSeasonsMotd: true
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.scriptrunner.ScriptRunnerMod: sc
riptsFolder: scriptrunner/scripts
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.scriptrunner.ScriptRunnerMod: sc
ript runner onServerStarted, path: mods\scriptrunner\scripts\onServerStarted, re
fresh: false
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.scriptrunner.ScriptRunnerMod: sc
ript runner onPlayerLogin, path: mods\scriptrunner\scripts\onPlayerLogin, refres
h: false
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.scriptrunner.ScriptRunnerMod: sc
ript runner onPlayerLogout, path: mods\scriptrunner\scripts\onPlayerLogout, refr
esh: false
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.scriptrunner.ScriptRunnerMod: sc
ript runner onPlayerMessage, path: mods\scriptrunner\scripts\onPlayerMessage, re
fresh: false
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.scriptrunner.ScriptRunnerMod: sc
ript runner onItemTemplatesCreated, path: mods\scriptrunner\scripts\onItemTempla
tesCreated, refresh: false
[07:29:06 PM] WARNING org.gotti.wurmunlimited.mods.scriptrunner.ScriptRunnerMod:
 script path mods\scriptrunner\scripts\onItemTemplatesCreated does not exist
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.scriptrunner.ScriptRunnerMod: sc
ript runner onServerPoll, path: mods\scriptrunner\scripts\onServerPoll, refresh:
 false
[07:29:06 PM] WARNING org.gotti.wurmunlimited.mods.scriptrunner.ScriptRunnerMod:
 script path mods\scriptrunner\scripts\onServerPoll does not exist
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.serverpacks.ServerPackMod: serve
rPort: 0
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.serverpacks.ServerPackMod: publi
cServerAddress: null
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.serverpacks.ServerPackMod: publi
cServerPort: 0
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.serverpacks.ServerPackMod: inter
nalServerAddress: null
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.spellmod.SpellMod: removePriestR
estrictions: true
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.spellmod.SpellMod: favorLimit: 9
0
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.spellmod.SpellMod: allowAllSpell
s: false
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.spellmod.SpellMod: allowLightSpe
lls: true
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.spellmod.SpellMod: unlimitedPray
ers: false
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.spellmod.SpellMod: noPrayerDelay
: false
[07:29:06 PM] SEVERE org.gotti.wurmunlimited.serverlauncher.DelegatedLauncher: j
avassist.NotFoundException: getDirt(..) is not found in com.wurmonline.server.be
haviours.Flattening

org.gotti.wurmunlimited.modloader.classhooks.HookException: javassist.NotFoundEx
ception: getDirt(..) is not found in com.wurmonline.server.behaviours.Flattening

        at org.gotti.wurmunlimited.mods.digtoground.DigToGround.preInit(DigToGro
und.java:111)

        at org.gotti.wurmunlimited.modloader.ModLoaderShared.lambda$loadModsFrom
ModDir$3(ModLoaderShared.java:109)
        at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source)
        at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
        at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Sou
rce)
        at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
        at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
        at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Sour
ce)
        at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknow
n Source)
        at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
        at java.util.stream.ReferencePipeline.forEach(Unknown Source)
        at org.gotti.wurmunlimited.modloader.ModLoaderShared.loadModsFromModDir(
ModLoaderShared.java:107)
        at org.gotti.wurmunlimited.serverlauncher.DelegatedLauncher.main(Delegat
edLauncher.java:18)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at javassist.Loader.run(Loader.java:288)
        at org.gotti.wurmunlimited.serverlauncher.ServerLauncher.main(ServerLaun
cher.java:33)
Caused by: javassist.NotFoundException: getDirt(..) is not found in com.wurmonli
ne.server.behaviours.Flattening
        at javassist.CtClassType.getMethod(CtClassType.java:1169)
        at org.gotti.wurmunlimited.mods.digtoground.DigToGround.preInit(DigToGro
und.java:101)
        ... 18 more

org.gotti.wurmunlimited.modloader.classhooks.HookException: javassist.NotFoundEx
ception: getDirt(..) is not found in com.wurmonline.server.behaviours.Flattening

        at org.gotti.wurmunlimited.mods.digtoground.DigToGround.preInit(DigToGro
und.java:111)
        at org.gotti.wurmunlimited.modloader.ModLoaderShared.lambda$loadModsFrom
ModDir$3(ModLoaderShared.java:109)
        at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source)
        at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
        at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Sou
rce)
        at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
        at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
        at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Sour
ce)
        at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknow
n Source)
        at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
        at java.util.stream.ReferencePipeline.forEach(Unknown Source)
        at org.gotti.wurmunlimited.modloader.ModLoaderShared.loadModsFromModDir(
ModLoaderShared.java:107)
        at org.gotti.wurmunlimited.serverlauncher.DelegatedLauncher.main(Delegat
edLauncher.java:18)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at javassist.Loader.run(Loader.java:288)
        at org.gotti.wurmunlimited.serverlauncher.ServerLauncher.main(ServerLaun
cher.java:33)
Caused by: javassist.NotFoundException: getDirt(..) is not found in com.wurmonli
ne.server.behaviours.Flattening
        at javassist.CtClassType.getMethod(CtClassType.java:1169)
        at org.gotti.wurmunlimited.mods.digtoground.DigToGround.preInit(DigToGro
und.java:101)
        ... 18 more

C:\Users\Administrator\Downloads\Servers\Wurm - Mith Server>pause
Press any key to continue . . .

 

Share this post


Link to post
Share on other sites

So I have 0 idea how serverpacks is supposed to work exactly, and what it's capable of.

 

Ultimately I want to be able to display my server's Custom Map on (M) In-Game map but I cannot for the life of me figure any of this information out without clients manually installing it themselves and all this other nonsense.

By chance can serverpacks force clients to download packs that contain the In-Game (M) map to their clients on connection? If so, how do I go about setting this up exactly?

Share this post


Link to post
Share on other sites
On ‎2017‎-‎05‎-‎19 at 5:33 PM, Mithlar said:

The individual mods are in separate folders within one master "Mods" folder and their properties files are one level up (in the main mod folder).  Most appear to be loading, but i see an error in the "modlauncher.bat" when i launch it.- apparently when it's calling the "getdirt()" class in java.  I edited the "modlauncher.bat" to remove the xx options but that didn't seem to make a difference.  I appreciate any guidance anyone can provide, i'm new at loading mods (i usually just run vanilla wurm servers).

 

 

  Reveal hidden contents

[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Forest_Gian
t_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Unicorn_Bou
nty: 300
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Cyclops_Bou
nty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Goblin_Boun
ty: 300
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Spider_Moth
er_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Spider_Boun
ty: 500
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Goblin_Lead
er_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Troll_King_
Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Boar_Fo_Bou
nty: 700
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Anaconda_Bo
unty: 1000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Gorilla_Mag
ranon_Bounty: 700
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Hyena_Libil
a_Bounty: 700
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Bear_Black_
Bounty: 500
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Cave_Bug_Bo
unty: 250
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Pig_Bounty:
 100
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Hen_Bounty:
 50
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Chicken_Bou
nty: 50
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Bull_Bounty
: 150
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Calf_Bounty
: 50
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Dog_Bounty:
 150
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Rooster_Bou
nty: 50
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Deer_Bounty
: 100
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Pheasant_Bo
unty: 50
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Lava_Spider
_Bounty: 800
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Lava_Creatu
re_Bounty: 800
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Crocodile_B
ounty: 800
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Scorpion_Bo
unty: 600
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Horse_Bount
y: 150
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Foal_Bounty
: 50
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Sea_Serpent
_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Shark_Huge_
Bounty: 500
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Bison_Bount
y: 300
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Hell_Horse_
Bounty: 250
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Hell_Hound_
Bounty: 800
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Hell_Scorpi
on_Bounty: 800
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Dragon_Blac
k_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Dragon_Gree
n_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Dragon_Blue
_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Dragon_Whit
e_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Seal_Bounty
: 400
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Tortoise_Bo
unty: 400
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Crab_Bounty
: 400
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Sheep_Bount
y: 100
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Blue_Whale_
Bounty: 800
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Seal_Cub_Bo
unty: 200
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Dolphin_Bou
nty: 200
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Octopus_Bou
nty: 200
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Lamb_Bounty
: 50
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Ram_Bounty:
 100
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Drake_Red_B
ounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Drake_Blue_
Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Spider_Fog_
Bounty: 800
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Rift_Jackal
_One_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Rift_Jackal
_Two_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Rift_Jackal
_Three_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Rift_Jackal
_Four_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Demon_Sol_B
ounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Deathcrawle
r_Minion_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Spawn_Uttac
ha_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Son_Of_Nogu
mp_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Drakespirit
_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Eaglespirit
_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Avatar_Vyno
ra_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Avatar_Magr
anon_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Avatar_Fo_B
ounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Avatar_Libi
la_Bounty: 10000
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Fierce_Stat
usMultiplier: 1.5
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Angry_Statu
sMultiplier: 1.4
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Raging_Stat
usMultiplier: 1.6
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Slow_Status
Multiplier: 0.95
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Alert_Statu
sMultiplier: 1.2
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Greenish_St
atusMultiplier: 1.7
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Lurking_Sta
tusMultiplier: 1.1
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Sly_StatusM
ultiplier: 0.8
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Hardened_St
atusMultiplier: 1.3
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Scared_Stat
usMultiplier: 0.85
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Diseased_St
atusMultiplier: 0.9
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.bountymod.BountyMod: Champion_St
atusMultiplier: 1.7
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.creatureagemod.CreatureAgeMod: i
ncreaseGrowthUntilAge: 8
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.creatureagemod.CreatureAgeMod: i
ncreaseGrowthTimer: 259200
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.creatureagemod.CreatureAgeMod: e
xcludedTemplates: boar_fo,zombie,worg,gorilla_magranon,skeleton,hyena_libila
[07:29:06 PM] WARNING org.gotti.wurmunlimited.modloader.ModLoaderShared: Mod cre
atureagemod loaded server class com.wurmonline.server.creatures.CreatureTemplate
Ids during phase configure
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.cropmod.CropMod: disableWeeds: t
rue
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.cropmod.CropMod: extraHarvest: 0

[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.digtoground.DigToGround: dredgeT
oShip: true
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.harvesthelper.HarvestHelperMod:
allowMountedHarvest: true
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.harvesthelper.HarvestHelperMod:
enableSeasonsCommand: true
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.harvesthelper.HarvestHelperMod:
enableSeasonsMotd: true
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.scriptrunner.ScriptRunnerMod: sc
riptsFolder: scriptrunner/scripts
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.scriptrunner.ScriptRunnerMod: sc
ript runner onServerStarted, path: mods\scriptrunner\scripts\onServerStarted, re
fresh: false
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.scriptrunner.ScriptRunnerMod: sc
ript runner onPlayerLogin, path: mods\scriptrunner\scripts\onPlayerLogin, refres
h: false
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.scriptrunner.ScriptRunnerMod: sc
ript runner onPlayerLogout, path: mods\scriptrunner\scripts\onPlayerLogout, refr
esh: false
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.scriptrunner.ScriptRunnerMod: sc
ript runner onPlayerMessage, path: mods\scriptrunner\scripts\onPlayerMessage, re
fresh: false
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.scriptrunner.ScriptRunnerMod: sc
ript runner onItemTemplatesCreated, path: mods\scriptrunner\scripts\onItemTempla
tesCreated, refresh: false
[07:29:06 PM] WARNING org.gotti.wurmunlimited.mods.scriptrunner.ScriptRunnerMod:
 script path mods\scriptrunner\scripts\onItemTemplatesCreated does not exist
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.scriptrunner.ScriptRunnerMod: sc
ript runner onServerPoll, path: mods\scriptrunner\scripts\onServerPoll, refresh:
 false
[07:29:06 PM] WARNING org.gotti.wurmunlimited.mods.scriptrunner.ScriptRunnerMod:
 script path mods\scriptrunner\scripts\onServerPoll does not exist
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.serverpacks.ServerPackMod: serve
rPort: 0
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.serverpacks.ServerPackMod: publi
cServerAddress: null
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.serverpacks.ServerPackMod: publi
cServerPort: 0
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.serverpacks.ServerPackMod: inter
nalServerAddress: null
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.spellmod.SpellMod: removePriestR
estrictions: true
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.spellmod.SpellMod: favorLimit: 9
0
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.spellmod.SpellMod: allowAllSpell
s: false
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.spellmod.SpellMod: allowLightSpe
lls: true
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.spellmod.SpellMod: unlimitedPray
ers: false
[07:29:06 PM] INFO org.gotti.wurmunlimited.mods.spellmod.SpellMod: noPrayerDelay
: false
[07:29:06 PM] SEVERE org.gotti.wurmunlimited.serverlauncher.DelegatedLauncher: j
avassist.NotFoundException: getDirt(..) is not found in com.wurmonline.server.be
haviours.Flattening

org.gotti.wurmunlimited.modloader.classhooks.HookException: javassist.NotFoundEx
ception: getDirt(..) is not found in com.wurmonline.server.behaviours.Flattening

        at org.gotti.wurmunlimited.mods.digtoground.DigToGround.preInit(DigToGro
und.java:111)

        at org.gotti.wurmunlimited.modloader.ModLoaderShared.lambda$loadModsFrom
ModDir$3(ModLoaderShared.java:109)
        at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source)
        at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
        at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Sou
rce)
        at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
        at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
        at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Sour
ce)
        at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknow
n Source)
        at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
        at java.util.stream.ReferencePipeline.forEach(Unknown Source)
        at org.gotti.wurmunlimited.modloader.ModLoaderShared.loadModsFromModDir(
ModLoaderShared.java:107)
        at org.gotti.wurmunlimited.serverlauncher.DelegatedLauncher.main(Delegat
edLauncher.java:18)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at javassist.Loader.run(Loader.java:288)
        at org.gotti.wurmunlimited.serverlauncher.ServerLauncher.main(ServerLaun
cher.java:33)
Caused by: javassist.NotFoundException: getDirt(..) is not found in com.wurmonli
ne.server.behaviours.Flattening
        at javassist.CtClassType.getMethod(CtClassType.java:1169)
        at org.gotti.wurmunlimited.mods.digtoground.DigToGround.preInit(DigToGro
und.java:101)
        ... 18 more

org.gotti.wurmunlimited.modloader.classhooks.HookException: javassist.NotFoundEx
ception: getDirt(..) is not found in com.wurmonline.server.behaviours.Flattening

        at org.gotti.wurmunlimited.mods.digtoground.DigToGround.preInit(DigToGro
und.java:111)
        at org.gotti.wurmunlimited.modloader.ModLoaderShared.lambda$loadModsFrom
ModDir$3(ModLoaderShared.java:109)
        at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source)
        at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
        at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Sou
rce)
        at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
        at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
        at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Sour
ce)
        at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknow
n Source)
        at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
        at java.util.stream.ReferencePipeline.forEach(Unknown Source)
        at org.gotti.wurmunlimited.modloader.ModLoaderShared.loadModsFromModDir(
ModLoaderShared.java:107)
        at org.gotti.wurmunlimited.serverlauncher.DelegatedLauncher.main(Delegat
edLauncher.java:18)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at javassist.Loader.run(Loader.java:288)
        at org.gotti.wurmunlimited.serverlauncher.ServerLauncher.main(ServerLaun
cher.java:33)
Caused by: javassist.NotFoundException: getDirt(..) is not found in com.wurmonli
ne.server.behaviours.Flattening
        at javassist.CtClassType.getMethod(CtClassType.java:1169)
        at org.gotti.wurmunlimited.mods.digtoground.DigToGround.preInit(DigToGro
und.java:101)
        ... 18 more

C:\Users\Administrator\Downloads\Servers\Wurm - Mith Server>pause
Press any key to continue . . .

 

 

I think the problem is that you have a mods folder within a mods folder.  You need to move everything from the inner mods folder out into the main mods folder, then delete the empty inner one.  In other words, don't have a folder named "mods" inside the folder named "mods."  

 

Many mods will create an internal "mods" folder, and/or empty into an existing one, when unzipped into the main "mods" folder.  I get around that either by unzipping from the main directory (one level up from the main "mods" folder), or just by doing the fix mentioned in the previous paragraph above this one.

Share this post


Link to post
Share on other sites
On 3.6.2017 at 4:53 AM, Zera said:

So I have 0 idea how serverpacks is supposed to work exactly, and what it's capable of.

 

Ultimately I want to be able to display my server's Custom Map on (M) In-Game map but I cannot for the life of me figure any of this information out without clients manually installing it themselves and all this other nonsense.

By chance can serverpacks force clients to download packs that contain the In-Game (M) map to their clients on connection? If so, how do I go about setting this up exactly?

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

Share this post


Link to post
Share on other sites

So I decided to try to use Hitching Post on my server, but we're missing the graphic?

Is there a way I can have this installed to my server/clients without requiring players to manually edit their graphics.jars?

Using Serverpacks maybe?

Share this post


Link to post
Share on other sites

So I decided to try to use Hitching Post on my server, but we're missing the graphic?

Is there a way I can have this installed to my server/clients without requiring players to manually edit their graphics.jars?

Using Serverpacks maybe?

Share this post


Link to post
Share on other sites

It should work out of the box If serverpacks is installed on the server and working correctly and the player has serverpacks (client) installed. The server will then announce custom graphics packs which the client downloads and installs.

The critical part is usually to set up the serverpacks mod with the correct IP address and port to account for firewalls and port forwarding.

Share this post


Link to post
Share on other sites

https://github.com/ago1024/WurmServerModLauncher/releases/tag/v0.26-beta1

 

Version 0.26-beta1

The is a pre-release intended to be used with the WurmUnlimted 1.4.0 Beta

modloader

  • Adjust to WurmUnlimited 1.4.0 beta

DigToGround

  • Adjust to WurmUnlimited 1.4.0 beta
  • DigToGround is not part of the regular mod package and must be updated separately by unpacking digtoground-0.26-beta1.zip

HarvestHelper

  • Adjust to WurmUnlimited 1.4.0 beta
Edited by ago
  • Like 3

Share this post


Link to post
Share on other sites

Is it possible to use the script-runner to do action performer/ behavior provider? If so, is there an example somewhere?

Share this post


Link to post
Share on other sites

nevermind ;)

 

Edited by Governor

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