Search results

  1. nworbetan

    Feature - Implemented Add fail-safe price detection to mallsell cli command

    I wanted to sell some things in the mall, and I tried to cautious and careful not to misplace any digits, but my plan backfired and I ended up offering them for sale for 100 meat instead of 11,111,111 meat. > mallsell 11 carrot claret @ 11,111,111 [111] has no matches. Skipping '111'. [111]...
  2. nworbetan

    Feature - Implemented Allow user input more advanced than "yes or no" in ash scripts

    I have a habit of writing scripts that are capable of doing multiple related things, and I'd like to be able to write scripts that are more interactive than simple "yes or no" questions, because to be honest, users tend to be way less enthusiastic about long lists of configuration options than I...
  3. nworbetan

    Bug - Not A Bug alias and inv conflict in the cli

    I just added this recently:> alias coffee coffee => ash item icps = $item[coffee pixie stick]; if (available_amount(icps) * 10 + available_amount($item[game grid ticket]) < 40) cli_execute("skeeball " + (4 - available_amount(icps))); if (available_amount(icps) < 4) retrieve_item(4, icps)...
  4. nworbetan

    Bug - Cannot Reproduce Nemesis quest big door password inop

    The password for the big door doesn't get auto-filled today using r11294. The last time I did the quest was the 13th, and the auto-filling worked fine then. If the debug log isn't enough detail for someone who's not at the right stage of the quest to fix it, I can copy/paste whatever html you...
  5. nworbetan

    Files and maps and arrays, oh my!

    I started on a spading project not too long ago, and found myself writing some code that's just silly: if (provisional_muscle != floor((barehanded ? .25 : 1) * my_buffedstat($stat[muscle])) || my_adventures() == 0 || error) { string [string, string, string, string, string, string...
  6. nworbetan

    Feature - Rejected add toshadow parameter to cli tower command

    I like the option in the gui, and would like to use it in the cli too.
  7. nworbetan

    Bug - Won't Fix Loathing Legion hammer interferes with Slime Tube monster recognition.

    I started going for the A Screw Ain't One trophy the other day, using the LL hammer in my outfit to kill low level slimes, but mafia was using the [ default ] section of my ccs instead of the [ slime1 ] section. I haven't actually looked at the KoLmafia code, but I'm assuming that happens...
  8. nworbetan

    How do you check your mp regen from effects?

    I'd like my between battle script to be aware of my total mp regen, and numeric_modifier(item, "mp_regen_max") works great. I'd also use numeric_modifier(effect, "mp_regen_max"), but I haven't been able to figure out how to get a list of my active effects to iterate through. Honestly though...
  9. nworbetan

    Feature - Implemented Distention pills are usable with a full stomach now.

    No clue when it was changed, but now you can use a distention pill after your stomach is full, and then eat a 1 fullness food. I tried using mafia's item manager to see if this was really only happening with chat commands, and it turns out that yes, it is, but at least partially because the...
  10. nworbetan

    Bug - Fixed Charpane refreshes too frequently when gCLI is present in right frame.

    I'm using r9762, and my charpane appears to be refreshing itself every few seconds, even though neither myself nor mafia is doing any adventuring or item using or anything else that normally might cause the charpane to refresh. Fiddling with a couple preferences leads me to suspect that the...
  11. nworbetan

    Yet Another Shield Generating Script

    lunar.ash - Now With Features! The purpose of lunar.ash is to complete the Repair The Elves' Shield Generator quest for you, while also allowing you to have 100% control over how the quest is done. If you think this sounds like "having your cake and eating it too", then you're right. That's...
  12. nworbetan

    Bug - Fixed BeeCore not correctly recognized immediately after ascending.

    I ascended into a Bees Hate You path last night using r9313, and both of my clovers ended up disassembled. My gut is telling me that the real culprit is lag, but I think it would be prudent if mafia's default clover protection behavior was the closet, but switched back to disassembling them if...
  13. nworbetan

    Bug - Fixed Unable to open Main Interface without logging in, v14.2

    I'm using WinXP SP3 (registered and updated) and JRE 1.6.0_21, and KoLmafia v14.2 doesn't open the Main Interface window without logging in. My workaround is to use v14.1 to write/debug .ash scripts when I'm not near a wifi hotspot. If there's any other info I can provide to help figure out...
Top