SallyIronside

Members
  • Content Count

    50
  • Joined

  • Last visited

Community Reputation

7 Neutral

About SallyIronside

  • Rank
    Villager

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. You guys set a lot of basic items to 100% creation chance. For most, that is fine since there are plenty of others items to skill on. This is not the case for thatching. For thatching you have only 2 options. Create thatch or create thatched roofs which you cannot do until 20 thatching skill. With thatch set to 100% creation chance the skill gains are total garbage. It will take tens of thousands of thatch to get to 20 thatching and then you will have to make thatched roofs over and over forever to keep raising it. Please fix this! Appeasing the new player base by making basic items stupid easy is no excuse to ruin an entire skill.
  2. Thanks bdew. I will check it out tonight after work.
  3. I get the following error using the most current client modloader release while using the 1.6.1.1 Beta. Thank you. [11:23:25 AM] INFO com.wurmonline.console: ====== CLIENT CRASH ====== [11:23:25 AM] INFO com.wurmonline.console: Unexpected crash while playing [11:23:25 AM] INFO com.wurmonline.console: org.gotti.wurmunlimited.modloader.classhooks.HookException: java.lang.reflect.InvocationTargetException [11:23:25 AM] INFO com.wurmonline.console: at org.gotti.wurmunlimited.modloader.classhooks.HookManager.invoke(HookManager.java:354) [11:23:25 AM] INFO com.wurmonline.console: at com.wurmonline.client.renderer.gui.HeadsUpDisplay.init(HeadsUpDisplay.java) [11:23:25 AM] INFO com.wurmonline.console: at com.wurmonline.client.WurmClientBase.runGame(WurmClientBase.java:280) [11:23:25 AM] INFO com.wurmonline.console: at com.wurmonline.client.WurmClientBase.run(WurmClientBase.java:1621) [11:23:25 AM] INFO com.wurmonline.console: at java.lang.Thread.run(Thread.java:745) [11:23:25 AM] INFO com.wurmonline.console: Caused by: java.lang.reflect.InvocationTargetException [11:23:25 AM] INFO com.wurmonline.console: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [11:23:25 AM] INFO com.wurmonline.console: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [11:23:25 AM] INFO com.wurmonline.console: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [11:23:25 AM] INFO com.wurmonline.console: at java.lang.reflect.Method.invoke(Method.java:498) [11:23:25 AM] INFO com.wurmonline.console: at net.encode.wurmesp.WurmEspMod.lambda$1(WurmEspMod.java:360) [11:23:25 AM] INFO com.wurmonline.console: at org.gotti.wurmunlimited.modloader.classhooks.HookManager.invoke(HookManager.java:344) [11:23:25 AM] INFO com.wurmonline.console: ... 4 more [11:23:25 AM] INFO com.wurmonline.console: Caused by: org.gotti.wurmunlimited.modloader.classhooks.HookException: java.lang.reflect.InvocationTargetException [11:23:25 AM] INFO com.wurmonline.console: at org.gotti.wurmunlimited.modloader.classhooks.HookManager.invoke(HookManager.java:354) [11:23:25 AM] INFO com.wurmonline.console: at com.wurmonline.client.renderer.gui.HeadsUpDisplay.init$4(HeadsUpDisplay.java) [11:23:25 AM] INFO com.wurmonline.console: ... 10 more [11:23:25 AM] INFO com.wurmonline.console: Caused by: java.lang.reflect.InvocationTargetException [11:23:25 AM] INFO com.wurmonline.console: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [11:23:25 AM] INFO com.wurmonline.console: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [11:23:25 AM] INFO com.wurmonline.console: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [11:23:25 AM] INFO com.wurmonline.console: at java.lang.reflect.Method.invoke(Method.java:498) [11:23:25 AM] INFO com.wurmonline.console: at net.bdew.wurm.skilltrack.SkillTrackMod.lambda$null$0(SkillTrackMod.java:39) [11:23:25 AM] INFO com.wurmonline.console: at org.gotti.wurmunlimited.modloader.classhooks.HookManager.invoke(HookManager.java:344) [11:23:25 AM] INFO com.wurmonline.console: ... 11 more [11:23:25 AM] INFO com.wurmonline.console: Caused by: org.gotti.wurmunlimited.modloader.classhooks.HookException: java.lang.RuntimeException: java.lang.NoSuchMethodException: preprocessImage [11:23:25 AM] INFO com.wurmonline.console: at org.gotti.wurmunlimited.modloader.classhooks.HookManager.invoke(HookManager.java:354) [11:23:25 AM] INFO com.wurmonline.console: at com.wurmonline.client.renderer.gui.HeadsUpDisplay.init$3(HeadsUpDisplay.java) [11:23:25 AM] INFO com.wurmonline.console: ... 17 more [11:23:25 AM] INFO com.wurmonline.console: Caused by: java.lang.RuntimeException: java.lang.NoSuchMethodException: preprocessImage [11:23:25 AM] INFO com.wurmonline.console: at org.gotti.wurmonline.clientmods.livehudmap.LiveMap.<init>(LiveMap.java:54) [11:23:25 AM] INFO com.wurmonline.console: at com.wurmonline.client.renderer.gui.LiveMapWindow.<init>(LiveMapWindow.java:37) [11:23:25 AM] INFO com.wurmonline.console: at org.gotti.wurmonline.clientmods.livehudmap.LiveHudMapMod$2.run(LiveHudMapMod.java:89) [11:23:25 AM] INFO com.wurmonline.console: at org.gotti.wurmonline.clientmods.livehudmap.LiveHudMapMod.initLiveMap(LiveHudMapMod.java:105) [11:23:25 AM] INFO com.wurmonline.console: at org.gotti.wurmonline.clientmods.livehudmap.LiveHudMapMod.access$000(LiveHudMapMod.java:29) [11:23:25 AM] INFO com.wurmonline.console: at org.gotti.wurmonline.clientmods.livehudmap.LiveHudMapMod$1$1.invoke(LiveHudMapMod.java:69) [11:23:25 AM] INFO com.wurmonline.console: at org.gotti.wurmunlimited.modloader.classhooks.HookManager.invoke(HookManager.java:344) [11:23:25 AM] INFO com.wurmonline.console: ... 18 more [11:23:25 AM] INFO com.wurmonline.console: Caused by: java.lang.NoSuchMethodException: preprocessImage [11:23:25 AM] INFO com.wurmonline.console: at org.gotti.wurmunlimited.modloader.ReflectionUtil.getMethod(ReflectionUtil.java:58) [11:23:25 AM] INFO com.wurmonline.console: at org.gotti.wurmonline.clientmods.livehudmap.LiveMap.<init>(LiveMap.java:52) [11:23:25 AM] INFO com.wurmonline.console: ... 24 more [11:23:30 AM] INFO com.wurmonline.console: Exiting Wurm after an Error
  4. Tabards appear glitched with version 1.6. Players wearing the PMK tabards further away than a tile or two appears to be wearing more like a tan loincloth than a tabard. This does not occur with a standard freedom isles tabard.
  5. Also receiving the same error when going over a highway with catseyes. This occurs after upgrading to 1.6. Exception in thread "Job executor 1" java.nio.BufferOverflowException at java.nio.DirectFloatBufferU.put(DirectFloatBufferU.java:363) at java.nio.FloatBuffer.put(FloatBuffer.java:859) at com.wurmonline.client.renderer.terrain.TerrainTexture.renderNoTransitionTiles(TerrainTexture.java:1261) at com.wurmonline.client.renderer.terrain.TerrainTexture.renderNewTexture(TerrainTexture.java:776) at com.wurmonline.client.renderer.terrain.TerrainTexture.execute(TerrainTexture.java:572) at com.wurmonline.client.job.Executor.run(Executor.java:86) at java.lang.Thread.run(Thread.java:745)
  6. BetterDigging mod does not place dirt on ground on in cart when digging. Works fine when leveling and flattening. Dirt goes to inventory like normal Wurm when doing a dig action.
  7. Any hope of getting the TimerFix mod updated so that the fix can be applied to flattening and leveling inside a mine?
  8. Alot has been going on in Wurm Online and most of it is really exciting! Is there any timeframe for the next update to Wurm Unlimited? Anxiously waiting...
  9. Does this replace the chance to get a rare coin with karma?
  10. I am trying to setup custom loot for my server and, for the most part, this is working really well. I am running into an issue with the color settings. I want to drop items with no color settings at all. I have tried setting the LootItems with -1 in all the color fields and I have tried to leave the color fields all blank. Regardless of what I try, the RGB always gets set to 0,0,0 rather than the RGB vales left empty as they should be for a non-colored item. What am I doing wrong here? Is there even a way to specify that an item should NOT be assigned a color value?
  11. Now that we can build bridges underground, can we possibly have a fix so that guards and mobs do not get stuck on bridges? Please and thank you!
  12. I understand. Thanks for the explanation.
  13. I don't pvp nor ever intend too. How does the location of the token above ground or in a cave affect a cave deed? If everything can be built in a cave soon and the only thing that would be needed on the surface would be farming, then how does the token (and only the token) being on the surface or in a cave affect pvp? Can the token be attacked or something? Please help me understand this. Thank you.
  14. With the recent announcement of bridges in caves, could we soon be able to place deed tokens inside caves so we can have our underground empires? For the sake of cave stability, the tile where the token is placed should be considered a reinforced tile that can never collapse. All remaining tiles is up to the deed owner to secure, mold and reinforce. As always, thank you for the consideration.
  15. +1 from me as well. I want to build my Dwarven empire!