Search results

  1. G

    Bug - Fixed Tracking DoD potions; multis

    They are indeed. Could you post the data for the following settings (found in ~/.kolmafia/settings/[char]_prefs.txt): lastBangPotion819 (milky) lastBangPotion820 (swirly) lastBangPotion821 (bubbly) lastBangPotion822 (smoky) lastBangPotion823 (cloudy) lastBangPotion824 (effervescent)...
  2. G

    Bug - Fixed Uneffect "Burning, Man" in relay browser not working

    Clicking on the left pane effect (underlined turn number) leads to not removing the effect, and the following print out in the CLI: > uneffect Burning, Man Ambiguous effect name: Burning burning ears burning hands burning heart burning soul burning, man Ambiguous effect name: Man burning, man...
  3. G

    Ant 1.8.1 and Jarbundler task

    And for me. Ant dist produces the .exe, .jar, .tar.gz, then fails while producing the .app. jarbundler: [jarbundler] Creating application bundle: C:\Users\Ben\Documents\KoLmafia\source\kolmafia\dist\KoLmafia-14.4.app BUILD FAILED C:\Users\Ben\Documents\KoLmafia\source\kolmafia\build.xml:215...
  4. G

    Ant 1.8.1 and Jarbundler task

    Thanks for the quick response. First time through: % ant daily Buildfile: build.xml clean: [delete] Deleting directory C:\Users\Ben\Documents\KoLmafia\source\kolmafia\build [symlink] Removing symlink: dist/KoLmafia-14.4/Applications [symlink] java.io.FileNotFoundException: No such...
  5. G

    Price tracking script

    It's not hard to do, but I don't know if it will do what you expect. You see, mafia limits the info you can get on item prices (to prevent mall bots), so you would have to accept that the amounts you get won't necessarily be the lowest in the mall. In fact, with Mr. A items (lower supply) they...
  6. G

    Bug - Fixed Tome & libram skills don't appear in BM aftercore

    I'm doing Bad Moon at the moment. If you are happy with there being delays now and again (I'm not a particularly fast ascender) then I'm happy to test changes.
  7. G

    Ant 1.8.1 and Jarbundler task

    As Alhifar said, you are quite wrong. % ant daily Buildfile: build.xml BUILD FAILED C:\Users\Ben\Documents\KoLmafia\source\kolmafia\build.xml:25: Execute failed: java.io.IOException: Cannot run program "grep": CreateProcess error=2, The system cannot find the file specified Total time: 0 seconds
  8. G

    Ant 1.8.1 and Jarbundler task

    Going to have to agree with fronobulax (and I think, Veracity) on this one. I use cygwin, but I don't see why it should be a requirement for building mafia. Ant and subversion are essential for the routine, so naturally installing these makes sense. Adding yet another barrier to entry for...
  9. G

    Bug - Not A Bug get_path() & friends

    That's still bad behaviour, no matter why it came about. Unfortunately, I'm struggling to replicate the problem. StDoodle, were you logged in when you tried these functions out?
  10. G

    modular vs. singular

    Performance isn't an issue. Readability is. The way imported functions are included in ASH means that it can be unclear as to which file they originated from. This makes it more of an effort to see easily what a script is doing, which means I am less likely to try that script out. For personal...
  11. G

    Converting location to ID number

    Indeed. In addition, does that code pass verification? I was under the impression that ASH (like most languages) had to have a return value. In the event of a location that has no numeric association, that function won't return anything.
  12. G

    Bug - Fixed nulls in chat

    Oh, please be critical. It was a bad patch that needed fixing! I just wanted to log what I had done and why, and I figured that would be better placed in the tracker than in the commit log message.
  13. G

    "Fotelif"

    > ash to_int( $item[filet of tangy gnat] ) Returned: 2528 > ash to_int( $item[filet of tangy gnat (\"fotelif\")] ) Returned: 2528
  14. G

    Dudicle's First Mafia Script

    Mafia is quite capable of allowing a chat die roller. My clan bot uses mafia to communicate between two clan chats (linking them), and a variety of in-clan functions. I modified my source code to allow parsing of clan chat, but the rest is using native functions. Mafia is more accommodating...
  15. G

    Bug - Fixed nulls in chat

    Theraze... I don't think that patch will compile. Basically, what used to happen is all timestamps were generated on the fly. This worked fine when you were looking at content that happened in real time, but when Hola fixed the update function to return timestamps as well as the messages (and...
  16. G

    Bug - Fixed Minimize main interface to system tray resizes window

    Until now timestamps were generated as the elements of a chat message were strung together in ChatFormatter. For logs this wasn't an issue, for update (where messages are formatted at a variable time, especially significant in active chats) it was. In r8692 I have changed the timestamp so it is...
  17. G

    Bug - Fixed Minimize main interface to system tray resizes window

    Yeah, since it looks like there's more than just one (simple) issue going on here, probably best to start a new thread with both of these issues in.
  18. G

    Bug - Fixed Minimize main interface to system tray resizes window

    That's because we add it in line 149 of ChatFormatter.java. Don't want to subvert anyone else who wants to fix this, but if no-one's claimed this by Tuesday I'll sort it (sorry for making you wait, but need to work out where the best place to put the Pattern to act as a matcher is -- feels messy...
  19. G

    Bug - Fixed Missing choiceadventure defaults

    That's fine. I've been in London for the weekend so haven't done anything more yet, but I'll work through them. I'll err on the side of caution and post a list of ones I think can be changed in this thread for review by anyone who wishes to do so before making the commit. That shall probably be...
  20. G

    Bug - Fixed Missing choiceadventure defaults

    I know. Hence my question.
Back
Top