Wulvarik

Members
  • Content Count

    188
  • Joined

  • Last visited

  • Days Won

    1

Wulvarik last won the day on January 2 2018

Wulvarik had the most liked content!

Community Reputation

162 Good

1 Follower

About Wulvarik

  • Rank
    Villager

Recent Profile Visitors

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

  1. Right, but what about non-general terms? There is a message in the game specifically for when the catapult hits an item.
  2. What differentiates the items that can be hit with a catapult from those that can't?
  3. (Possibly pointless WU code extrapolation below) Interestingly, the increaseFat() function is only called both when their hunger is low, and when their nutrition is above 10%. I don't know what nutrition level grass gives but maybe they somehow fell below that value and grass isn't bringing it back above? You could try picking a test animal and feeding it a meal that would give a player high nutrition, see if that kicks it in gear to get fat again. I've been having animals go 'fat' myself, so I don't think fattening is broken in general.
  4. If you head to Elevation, roughly 3780, 970 (judging from the pixels on an old map dump, but I could be off a bit. Use your godly powers to fly up and look for a firing line made of sand) there's a catapult pointing at a bear den. I was completely unable to hit the bear den with the catapult. Repeated shots would hit my previous shots and give the message that I hit an item, but with only the bear den there it says I hit nothing. Is this intentional behaviour?
  5. I butchered together some decompiled WU code into a horse speed calculator to see how much of an effect the various factors (traits, weight, gear QL) can have. To use it, go to the link below: https://pastebin.com/5DAbyiwy Copy the code presented there, then go to this link: https://www.jdoodle.com/online-java-compiler Erase anything in the box, and paste the code you copied. Click Execute at the bottom to make sure it gives some output. That'll be for an untraited, ungeared horse, being ridden by somebody carrying 50 Kg of gear. Even if it's not being factored in for the speed boost, the horse's weight value still has saddle/shoes added in since I assumed that would be the most likely thing tested. Set mountCarriedWeight to 0 for a true reading of an ungeared horse. (My comments say that unicorns are exempt from soul strength checks, but don't take that as a hard truth.) Set the values in the first little bit to whatever you'd like to see, then Execute. Make sure to set isSaddled, isShoed to true to see those values have an effect. Based on the creature's soul strength the traits will flip on and off at random, so in-game you can expect the actual speed to fluctuate anywhere between the min and max values. Feedback and reports of any inaccuracies are appreciated. Disclaimer: This comes from WU code, who the hell knows what WO code really says, but they're usually pretty similar.
  6. If you level the roof of a cave the timer will be set based on your swing timer with your current stamina. As you use stamina, you swing slower, so the timer will never be accurate (or even close). I'm not sure of the proper solution (short of simulating the entire leveling action ahead of time, then giving that as the timer result) but as it is the timer is just misleading.
  7. Huh, neat. According to the WU code, champion condition multiplies their battle rating by 6. So yeah, that'd be a lot of misses.
  8. You had what, 8 CR? 9? Base whale CR is 30. Does anybody know the exact modifier Champion gives? Let's just say double, though I'd guess (from limited champ experience, granted) that champion creatures are more than twice as difficult than base. With no focus, that'd give you 9 / 69 hit chance. Let's round that to a 1/7 hit chance. For the brief period at level 5 focus, it would round very roughly to 1/4 hit chance. You'll notice you did 'land' a hit, but it glanced off his armor. I think we've all got Wurm stories of failing those odds that many times in a row, and that's assuming champ didn't make it even worse odds, and that nothing weird was lowering your CR at the time. I wonder if champ whale size is enough to give him height advantage as well...
  9. bind ctrl+1 "resize 1920 1080" bind ctrl+1 "resize maximized" bind ctrl+1 "resize maximized 1920 1080" ? If any of those have any effect, adjust as needed.
  10. Winkey+Up should re-fullscreen it on the 2nd monitor. Not a fix, but maybe enough to get you by.
  11. It would make pets/tamed mounts easier to manage if we could dedicate a section of the screen to their health bar instead of losing it every time we click on something else.
  12. For clarity, I'm referring to the 4x BSB container. The "Volume" column is named "Weight" but shows the proper volume. I was quite concerned when my 1 kg seryll displayed as 0.05 kg seryll.
  13. Does it respond to Winkey+Shift+RightArrow to switch monitors?