Hamster

Members
  • Content Count

    9
  • Joined

  • Last visited

Community Reputation

2 Neutral

About Hamster

  • Rank
    Settler

Recent Profile Visitors

531 profile views
  1. Oh my god Malena! I'm so impressed right now! I can't wait to see your progress on Vesper, my -hands down- favourite city in UO. I used to bankstand there sooooooooooooooo much. have you maybe considered opening up your server already (including all the rules so we can only explore) while you are actually still working on your project? I for one would DEFINITELY want to pay you a visit :-). This thread has been so nostalgic for me :-) Thanks for this!
  2. Nope he's correct http://www.wurmpedia.com/index.php/Meditating#Path_Levels
  3. nothing is "impossible" but then again, why would you want to farm in a cave?... Only realistic things to farm there are mushrooms
  4. I guess the checkbox is disabled if you're logged in. Restart the game, and change the setting before starting the game itself
  5. Unless someone integrates AspectJ in their modding framework, this will not be possible.... Sadly the method calls use hardcoded arguments (ever heard of static final (constants), devs?.... Makes your code SO MUCH MORE READABLE AND MAINTAINABLE) wtf's up with if (action == 317) { anyway... how is that readable in any way :/
  6. Wouldnt it be possible with AspectJ to alter hardcoded values? Write a pointcut for the method, check argument, check stacktrace, if your conditions match, alter the argument to whatever you set in your config file. I don't have any actual experience with AspectJ though, so I'm not sure how easy it is to wrap the servercode in a framework that makes using AspectJ for intercepting possible. worth looking into though :-)
  7. In Player.java search for this } else if (Server.rand.nextInt(3600) == 0) { this.windowOfCreation = 20; if (getCitizenVillage() != null) this.windowOfCreation += (int)Math.min(10.0F, getCitizenVillage().getFaithCreateValue()); } That is for determining the rare window (which also explains why sometimes you dont get a rare window for hours upon hours, and sometimes you get 2 in 5 minutes) and then in the same java file, look for the method public byte getRarity() Have fun :-)
  8. On WO you can only lower a clay tile by knowing what you're doing... Quote from wurmpedia: