Search results

  1. Rinn

    Bug - Fixed Missing image for Quantum Movement skill record

    Quantum Movement's image quantummovement.gif is missing from the skill record. I also checked the other 3 skills with missing images (Gingerbread Mob Hit, A New Habit, & Hugs and Kisses!) but all of those are the placeholder image in kol so nothing to do there.
  2. Rinn

    Character Info Toolbox

    I made a brick for the SongBoom BoomBox if you're interested in adding it. I've attached a patch.
  3. Rinn

    Bug - Fixed boomBoxSong is updated when picking a song when no selections remain

    If you go to the SongBoom™ BoomBox choice adventure (#1312) and select a song when you have 0 selections left boomBoxSong is incorrectly updated to whatever song you picked. Visiting the choice adventure again will correct the setting. When picking any song (including your current one) when...
  4. Rinn

    raidlog override a la Dr. Evi1

    I figured out the banished element issue: kolmafia\svn\balefull-raidlog-parser-branches-master>svn diff Index: relay/clan_raidlogs.ash =================================================================== --- relay/clan_raidlogs.ash (revision 3) +++ relay/clan_raidlogs.ash (working copy)...
  5. Rinn

    Feature - Rejected Track Black Day and Sleazy Jellied npc discounts

    That's a fair point, I'm convinced.
  6. Rinn

    Feature - Rejected Track Black Day and Sleazy Jellied npc discounts

    > ash have_skill($skill[five finger discount]) Returned: true > ash npc_price($item['Villa' document]) Returned: 95000000 > equip trav trousers Putting on Travoltan trousers... Equipment changed. > ash npc_price($item['Villa' document]) Returned: 90000000 > up black day...
  7. Rinn

    Feature - Implemented Conspiracy Island Quest Tracking

    Just a heads up that there is an existing Conspiracy Island script (however I can't comment on how well it functions) http://kolmafia.us/showthread.php?17749-autoConspiracy-ash-Automates-daily-Conspiracy-Quest
  8. Rinn

    BatBrain -- a central nervous system for consult scripts

    Is there anything preventing multiple sixgun usage in a fight? I have a consult script using batbrain where I tell it to use a porquoise-handled sixgun then in a later round attack_action() returns a hamethyst-handled sixgun and the combat aborts due the second sixgun being unusable.
  9. Rinn

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    Probably not, you may want to check out cc_ascend as a replacement (but be warned it's probably more suited for high gear\skill accounts). http://alliancefromhell.com/viewtopic.php?t=6363 https://sourceforge.net/projects/ccascend/
  10. Rinn

    Feature - Implemented GZip Support for Session Logs

    I do this with a post-run bash script. Here are some stats: Size: 1 820 349 739 Packed Size: 53 461 743 Folders: 0 Files: 3 213 CRC: 80C172DA ---------------------------- Path: Dropbox\kolmafia\sessions\Epicgamer.7z Type: 7z Physical Size: 53 501 753 Headers Size: 40 010 Method: LZMA2:26 Solid...
  11. Rinn

    Genie

    None of the fantasy realm +rubee effects or boss requirement effects can be wished for (I just verified): * Fortunate, Son * Faerie Fortune * Heroic Fortune * Fantasy Faerie Blessing * Brewed Up * Poison For Blood * Fantastical Health Maybe another google sheet for effects spading?
  12. Rinn

    Bug - Fixed Sidebar resizing and showing 'no familiar' every few seconds in Ed the Undying run

    I took a video to show this: https://imgur.com/a/r0MjDmZ Mafia version r18688 Java JRE version 10.0.1+10 Win10 version 10.0.16299 Build 16299
  13. Rinn

    New Content - Implemented G Lover

    oh haha yeah my bad
  14. Rinn

    New Content - Implemented G Lover

    I think there's an issue with the coinmaster, looks like The Pokemporium is appearing twice and G-Mart isn't appearing in the list at all. Acquiring items does seem to work though. > coinmaster to_coinmaster( "G-Mart" ) Invalid coinmaster command. > acquire gin and ginger Verifying...
  15. Rinn

    New Content - Implemented Pokefam

    maximize with +switch attempts to equip a familiar and aborts in pokefam: > ash my_path() Returned: Pocket Familiars > maximize adv, +switch Disembodied Hand, +switch Trick-or-Treating Tot Maximizing... 64 combinations checked, best score 35.00 Taking Trick-or-Treating Tot the...
  16. Rinn

    New Content - Implemented Pokefam

    They were bundling bloatware in with open source application installers for a while but honestly I'm not sure it seems like github cannibalized most of their user base years ago so there's probably a lot fewer people left around using the service to complain.
  17. Rinn

    Bug - Fixed Mafia not tracking Happy Medium siphons

    I believe this was fixed with r18478.
  18. Rinn

    Bug - Cannot Reproduce Breakfast and breakfast script does not trigger on login

    This is most likely caused by the svn update hang (as breakfast runs after) described here http://kolmafia.us/showthread.php?22541-NoSuchMethod-error-in-CommandQueueHandler-when-updating-svn
  19. Rinn

    Bug - Fixed NoSuchMethod error in CommandQueueHandler when updating svn

    If it's not a defect in svnkit I was thinking it would be prudent to just catch the exception from the svn call and let it fail gracefully without updating the affected repo if this is just going to continue being a problem in the future.
  20. Rinn

    Bug - Fixed NoSuchMethod error in CommandQueueHandler when updating svn

    I was going to look into this but I had just deleted my local mafia code do to a fresh sync and there's some real irony where svn is timing out when I do the svn update.
Back
Top