Search results

  1. xKiv

    Bug - Fixed HP > 2^31 goes negative or zero; errors

    Not necessarily, unless the bulk of changed int/long usage is arrays. JVMs are free to allocate with any alignment/padding they decide to, both between properties and at the end of an object. An int might actually be internally the same as long, on platforms where that's significantly faster...
  2. xKiv

    New Content - Implemented Cannelloni Cocoon now only heals 1k hp per cast.

    I am guessing that "two cocoons" was still better on average (meat spent/hp healed = at most 20*2*10/1017=0.393313...) than "however many of a small item T would be needed to cover 1017 HP" (6 at doc galaktik with the discount)
  3. xKiv

    Standard Rollover Bonus

    It was a weird line for a chrome sword though - chrome swords are two-handed and "you can multi equip your chrome sword" looks like it is saying "you can equip more than one chrome sword".
  4. xKiv

    Bug "Exp" zone-dependent variable off (by order of magnitude?)

    Does maximizing for item drops/meat from monsters/... include the base 100%?
  5. xKiv

    Bug "Exp" zone-dependent variable off (by order of magnitude?)

    I don't know either, but when I do "modtrace exp" I get an overview table where one of the rows is "Class EXP/2" and one of the columns is "$Mainstat Experience", and the value in their intersection is weird. And it's the only value in the entire table that changes when I select a different...
  6. xKiv

    Bug - Not A Bug Deep Dark Visions should not have a daily limit

    That sounds a little high, unless you reject Weirdeaux. Of course, on top of that, there's shypgmomayomanometer, the insane buff from dinsey's toxic dumps, and probably many other stat-superlative-ing ways that I forgot about. That only makes sense for turtle tamers, who get an intristic...
  7. xKiv

    Bug stash refreshing 1000+ times

    That's everything I can't replace with a clean reinstall of the system. All of my configurations, projects, pictures, videos, browser profiles, ... (I am using linux, so basically all of /home, most of /etc, and some parts of /var (where mail and databases live)). If I had to pick specific files...
  8. xKiv

    Bug stash refreshing 1000+ times

    You should be making backups of all your user data anyway, just in case. Even if it saves your butt only a once or twice in your life, it will be worth it. (source: I have already been heavily convenienced by daily backups multiple times, and a year-old full backup once)
  9. xKiv

    Watching a script run

    Technically, you can enable "debug ash", but that's not exactly the right level of detail for most of us, and not exactly the kind of information most of us expect.
  10. xKiv

    Rollover

    That's unix timestamp of GMT: Sunday, February 3, 2019 3:30:01 AM which is the time of (currently) next closest rollover.
  11. xKiv

    matcher issue

    (\w+) (\w+)" Perhaps start by escaping those backslashes? (they are escaped in the "(\\d+)" example that works).
  12. xKiv

    Proposed ASH improvements

    How do you tell the difference between "specified an empty string" and "did not specify this argument"? Probably best to require all arguments after the first default value tho also have default values (and just start filling defaults after user-specified values run out), or take a page from...
  13. xKiv

    Action bar disabled?

    Does keyboard work after clicking into the main (combat text) frame? This might be a change in how chrome/firefox treat focus when frames are present. I noticed it with scrolling to the end of combat page, first in chrome, and some months later firefox followed suit.
  14. xKiv

    Bug Java Exception when Zlib is running

    Both of those statements are false. Immutable parameters don't save you from clobbering class attributes that are currently being used by a different thread ... ... and mutable parameters don't prevent you from properly synchronizing (or even not doing anything potentially thread-unsafe in the...
  15. xKiv

    Bug Java Exception when Zlib is running

    And even if it wasn't newly allocated, it wouldn't matter. You can't make some other thread's local variables null by manipulating your thread's variables.
  16. xKiv

    Bug semirare counter desyncing

    Let me guess. You missed a semirare (because it occured during one of those CS tests), then, *without hitting adventure.php*, you drank lindy and ate fortune cookies. This gave you bogus (completely random) numbers, because the SR schedule (on server) was not set (it is only set when hitting...
  17. xKiv

    BatBrain -- a central nervous system for consult scripts

    NPE in bytestream *again*? What was it last time? Bug in java?
  18. xKiv

    BatBrain -- a central nervous system for consult scripts

    And what revision of mafia? You might also want to look up the debug file generated by this (I think on windows they are generated into the directory where you run mafia from?) and post it as an attachment. Or just copypaste relevant stack trace from it, if you can do that.
  19. xKiv

    Bug - Not A Bug Update faxbots?

    Blindly opening chat wihout making sure the player will see it is wrong. That's how you lose (blue) PMs. AFAIR, the game remembers PMs sent to you when you are not in chat (esp. offline), and shows them to you when you open chat.
  20. xKiv

    Bug - Won't Fix Actual reality goggles can break faxbot because the username is changed

    > not trust the name we get through from a chat message With CDM's magic, this is actually a thing, at least in /hardcore
Back
Top