Search results

  1. Z

    Universal Recovery Script

    It appears the script miscalculates the number of "Internal Soda Machine" casts needed to reach the goal. Line 988 says: int q = min(ceil((target - my_mp()) / 10), my_meat() / 20); The ceil function is supposed to round up (to the next integer) if the number of MP to restore is not evenly...
  2. Z

    Bug - Fixed Internal Soda Machine is sometimes cast less often than requested

    Thank you very much - now, it works as expected! I still get the "Did not fully restore MP for some reason" message from Universal Recovery, but I believe this to be an issue in the script now, so will investigate and then post in the relevant thread.
  3. Z

    Bug - Fixed Internal Soda Machine is sometimes cast less often than requested

    I often get the message "Did not fully restore MP for some reason" when using the Universal Recovery script running in Nuclear Autumn. I have tried to pin the problem down, and have found that it appears that Mafia casts Internal Soda Machine less often than Universal Recovery requests it...
  4. Z

    ckb Standard Ascension

    So, I'm looking at a dead Naughy Sorceress, ten adventures left, and a brand-new polyester panama hat at day #2, 532 turns played. Thank you very much! I did have to modify ckb-SCstd.ash to not include the call to and I also had to make SCDay2 to not abort even though I'm not ckb1. Also, I...
  5. Z

    ckb Standard Ascension

    Thank you very much - this looks very promising! I tried the Softcore script today and ran into the following: 1. ckb-SCstd.ash calls WarAdvance() which is nowhere defined 2. it installs a CCS that calls "consult ckb-consult.ash", but this script isn't included in the svn checkout I'm quite...
  6. Z

    Problem with Apple computer

    Current versions of Windows deal with forward slashes just fine. There should be no problem at all just using those instead of the backslashes.
  7. Z

    Actually Ed Request, method to stop auto-aborting?

    After you've checked out the Mafia source code once, you may use the "svn update" procedure. This will: - determine what has been changed in the Sourceforge repository by the Mafia devs - apply those changes to your local copy of the source code - inform you if those changes conflict with a...
  8. Z

    New Content - Implemented Chateau Mantegna - January 2015 IotM

    I've just added this to my logout script, so it fires when I have forgotten to get the potions manually: if(get_property("_chateauDeskHarvested") == "false") { visit_url("place.php?whichplace=chateau&action=chateau_desk", false); }
  9. Z

    BatMan Relay -- more info, less clicking

    I do think it does, too - thanks for fixing everything so quickly!
  10. Z

    BatMan Relay -- more info, less clicking

    Thank you very much for everything, and especially for factroid! This will make the rest of my quest to collect every monster in the game even more fun! (and it will make me even more sad every time I see that I have one factoid from the Frattlesnake...) Anyway, just a little bug report: It...
  11. Z

    Best PVP Gear - optimizes/balances for 8 mini-games

    Indeed, it appears the "something... weird" is a different kind of weird when using PVPBestGear as opposed to "normal" table weirdness that happen when using Mafia commands such as modref.
  12. Z

    Best PVP Gear - optimizes/balances for 8 mini-games

    Very probably the script is not doing anything wrong, but is suffering from this symptom, which is caused by a bug in certain Java versions that has been reported to Oracle here.
  13. Z

    CanAdv -- check whether you can adventure at a given location

    Yes, now it appears to be right!
  14. Z

    CanAdv -- check whether you can adventure at a given location

    If i svn checkout https://svn.code.sf.net/p/therazekolmafia/canadv/code/ now, it still gives me a file that has a single 0xE8 byte in the place where the "è" of "Dègeulasse" is written. This is consistent with what Windows probably considers "ANSI" encoding. In UTF-8, the è would be two bytes...
  15. Z

    New Content - Implemented Twitch Livestream

    The recording is online here: http://www.twitch.tv/asym/b/531788117 It appears to be available in the full resolution used by the broadcasting software, the screens are quite legible. If anyone has (too much) time, it might be possible to find out more data about how the game internals work...
  16. Z

    Feature - Implemented Having an option to put Hangks consumables into the appropriate tabs in Item Manager

    This is such a great idea, it already exists :-) Go to the item manager, click on "storage", and give KoLmafia a budget to use by entering a number into the appropriate entry field in the lower right. Once you've done that, KoLmafia will show you available items in the Food/Booze/Spleen...
  17. Z

    Unknown browser bug

    You definitely can check what happens if you connect to these URLs when *NO* KoLmafia is running: http://127.0.0.1:60080/ http://127.0.0.1:60080/game.php http://127.0.0.1:60081/ http://127.0.0.1:60081/game.php Also, to make sure it's not something with a bad cache, you could try: - your...
  18. Z

    Guide

    That's interesting! I installed the Guide script pretty soon after you first released it, and apparently it got stuck at version identifying as 1.0.7. The files in ~/.kolmafia/svn/630e5f8f-ebb2-ad18-345f-ce57b7db7bff/relay were dated Jan 22. "svn update" in mafia reported...
  19. Z

    EoD Softcore Ascension Script

    The first range is between turn 70 and 80 (inclusive), so adventuring at the outskirts between turn 70 and 80 with the lunchbox as goal will get it. (unless, as Winterbay said, you actually have eaten a fortune cookie, which tells mafia the exact turn, and you have installed a CounterScript...
  20. Z

    Bug Maximiser 'on hand' tries to unstash then buy

    There appears to be some kind of behaviour in the Modifier Maximizer that makes it sometimes not realize what you actually got in your inventory. In Ronin, it happens that the Maximizer says "pull and equip" for some piece of outfit, even though this piece of outfit is already in the inventory...
Top