Scrubbs

Members
  • Content Count

    70
  • Joined

  • Last visited

Community Reputation

6 Neutral

About Scrubbs

  • Rank
    Villager

Recent Profile Visitors

1,039 profile views
  1. The Creatures mod that adds all the animal types isn't working properly for me. I haven't seen anyone update it, but apparently you can still change them somehow w/ the GM wand *shrug* All my other stuff works (standard Bdew, Ago, Sindusk, etc stuff).
  2. By "GM" do you mean the wand? Looking to get everything working again until (hopefully) this gets updated or another mod takes its place.
  3. Did this need to be updated for 1.9? I updated my server and everything loads, but I'm seeing grey horses where I used to have various other kinds like the knabstruppers, etc.
  4. Hey all, Starting up my server, I see this entry a lot: [08:27:37 PM] WARNING com.wurmonline.server.creatures.Creatures: Failed to load creature 11344843744769 no such column: 'SEAT_TYPE' My server still starts, but I'm wondering if creatures aren't spawning because of this. Anyone seen / fixed this before? To clarify: I have creatures that spawn in the world, I'm just wondering if this is potentially preventing more from spawning.
  5. Hey all, Not sure if it's possible, but I thought it would be cool to lend some actual weight to having a work-specific building, such as a smith or a kitchen or whatever, by having bonuses applied to the skills you'd do there. So what I mean is, if I build a smithy and designate it as such (this would probably be required as a mod as well), I'd get a configurable bonus for doing smith-related activities. Same goes for cooking in a kitchen or farming on a specified farm. You could make it so you only had 1 of each designated area on a deed or whatever, perhaps lending the bonuses to a specific item like a forge instead of a "room" or building. Not quite sure, but ... that's my idea. Any thoughts? I figured it would kind of push people to not only make buildings to match their deed theme, but also boost the immersion by being in those areas while doing related tasks.
  6. I'm running betterdig, bulktransportmod, creaturemod, movetocenter, serverpacks, skillmod, spellmod, timerfix. I think most of those are from your pack I'll disable all of them except the skillmod and see what happens. Craps out with just the skillmod enabled Loads when I remove the "fighting = 2.0" entry from the skillmod. properties file. I noticed in the latest update for the mod (0.4) it mentioned something about fixing the crash when Fighting skill was missing from the properties file, so I just removed the entry from the properties file and it started. Not sure why it's causing a problem though.
  7. Here's the whole readout. Looks like it messes up when it tries to modify the fighting skill: [06:47:38 PM] INFO org.luceat.wu.mods.skillmod.SkillMod: Going to modify fighting skill gain with factor: 2.0 [06:47:38 PM] SEVERE org.gotti.wurmunlimited.serverlauncher.DelegatedLauncher: javassist.NotFoundException: modifyFightSkill(..) is not found in com.wurmonline.server.creatures.Creature org.gotti.wurmunlimited.modloader.classhooks.HookException: javassist.NotFoundException: modifyFightSkill(..) is not found in com.wurmonline.server.creatures.Creature at org.luceat.wu.mods.skillmod.SkillMod.modifyFightingSkillGain(SkillMod.java:241) at org.luceat.wu.mods.skillmod.SkillMod.preInit(SkillMod.java:67) at org.gotti.wurmunlimited.modloader.ModLoaderShared.lambda$3(ModLoaderShared.java:105) 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 Source) at java.util.stream.AbstractPipeline.copyInto(Unknown Source) at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown 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:103) at org.gotti.wurmunlimited.serverlauncher.DelegatedLauncher.main(DelegatedLauncher.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(ServerLauncher.java:33) Caused by: javassist.NotFoundException: modifyFightSkill(..) is not found in com.wurmonline.server.creatures.Creature at javassist.CtClassType.getMethod(CtClassType.java:1169) at org.luceat.wu.mods.skillmod.SkillMod.modifyFightingSkillGain(SkillMod.java:197) ... 19 more org.gotti.wurmunlimited.modloader.classhooks.HookException: javassist.NotFoundException: modifyFightSkill(..) is not found in com.wurmonline.server.creatures.Creature at org.luceat.wu.mods.skillmod.SkillMod.modifyFightingSkillGain(SkillMod.java:241) at org.luceat.wu.mods.skillmod.SkillMod.preInit(SkillMod.java:67) at org.gotti.wurmunlimited.modloader.ModLoaderShared.lambda$3(ModLoaderShared.java:105) 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 Source) at java.util.stream.AbstractPipeline.copyInto(Unknown Source) at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown 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:103) at org.gotti.wurmunlimited.serverlauncher.DelegatedLauncher.main(DelegatedLauncher.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(ServerLauncher.java:33) Caused by: javassist.NotFoundException: modifyFightSkill(..) is not found in com.wurmonline.server.creatures.Creature at javassist.CtClassType.getMethod(CtClassType.java:1169) at org.luceat.wu.mods.skillmod.SkillMod.modifyFightingSkillGain(SkillMod.java:197) ... 19 more The weird thing is, if I look in my Creature.class file in the current server.jar file I have, it's there. No idea why it wouldn't see it or be able to work with it.
  8. I really liked being able to edit the inidividual skill gains with this mod, but it no longer works. Any chance of an update or one of the other active modders adding it to their server mod set (Bdew, Ago, etc)?
  9. I have the same issues as Saiyan: My Players Online link does nothing. I can see All Players and view / edit inventories, etc, but the specific "Players Online" link does nothing when clicked. In fact, it looks like it just adds a "#" to the end of whatever url you're currently looking at. Example: "http://localhost/WUA/players/#" if I'm looking at "http://localhost/WUA/players/" or "http://localhost/WUA/players/view/?id=20194304#" if I'm looking at a specific player.Villages does the same thing. I also get the "FAILED: It looks like we couldn't proccess your request at this time. Please try again later" error when clicking the "servers" link and I see no "Uptime" statistics. Broadcast does work.
  10. OK, fixed my issue by redownloading a new server.jar. Mine must have been corrupted somewhere, but after redownloading it, it works fine
  11. Anyone else able to point us in the right direction for this? Server won't even stay up now. It starts and crashes about 30 seconds later. Tried doing it over and over as when I had tree issues it would go through the checks for each tile once then stay up until the checks came through again. I could at least log in to do a skill dump to possibly switch my character to a different map. Now I can't, so if I want to try to move my character to a new map, I'll have to export the skills with a SQL query manually
  12. That's the exact message I started getting this morning. I can't even start up my server now, it just crashes after about 30 seconds. Argh, and just after I'd fixed my issue with trees spawning on the edges.
  13. So should we cleanse our server.jar before doing the modloader? I don't currently use it at all and creatures is the only mod I use (aside from my own small skillmod mod), but I'm guessing we'll have to undo what's been done? Or does the modloader just do what we did before, but automatically?
  14. Cool, thanks for the answers! And duh ... forgot to look in the "Mods" folder