Search results

  1. Lilac

    Bug Session logs omit turn number in certain instances

    The example that I encounter most frequently is when doing the pirate quest: use 1 Cap'm Caronch's Map [215] Cap'm Caronch's Map Encounter: booty crab [...] You acquire an item: Cap'm Caronch's nasty booty You gain 6 Beefiness You gain 27 Mysteriousness You gain 11 Sarcasm equip hat eyepatch...
  2. Lilac

    Feature - Rejected Collect dungeoneering kit during breakfast

    Fair enough, I'll just script it. Thanks for the prompt responses.
  3. Lilac

    Feature - Rejected Collect dungeoneering kit during breakfast

    Would it be possible to implement a breakfast task, or possibly daily deed, to use a GameInformDailyPowerPro magazine (scrapping the old one if necessary), click through the walkthrough, and then hit level 1 for the dungeoneering kit? It doesn't consume any turns, and is kind of a pain to do...
  4. Lilac

    Bug - Fixed Scroll of Puddingskin not recognized by modifier maximizer

    I haven't got time to check, but I suspect it's listed as an HP restorer, if it's listed at all. Its +HP function is definitely the primary function -- the HP restore is just there to heal the gap caused by your new maximum HP.
  5. Lilac

    Feature - Implemented Skeletal Buddy in Modifier Maximizer

    Somewhat related to Bale's post: Can we get Mafia to recognize that 1 skeleton in inventory can provide +2 stats/turn, and item-driven choice adv preferences to auto-set it to Skeletal Buddy when used from the maximizer? Thanks to anyone who takes a look at this! Might do it myself later today...
  6. Lilac

    Feature - Implemented Add Initiative to Area Summary

    Most "old" monsters have them, and most revamped monsters do not. It's not that hard to spade, either, and I assume Jarlsberg will inspire more spading. I'd say there's enough values in place to consider implementing this. (In the meantime, you guys are welcome to PM the character "Jicken...
  7. Lilac

    Feature - Implemented Set fullness value from api.php upon login

    It's possible that it's an artifact of the crash. I'll try and reproduce soon by force-closing the process.
  8. Lilac

    Feature - Implemented Set fullness value from api.php upon login

    EDIT: I just found this thread, which showed me that "refresh status" will correctly hit api.php and correct the fullness from there. So this request should read "Set fullness value from api.php upon login", I guess? I had a power outage today and lost my Mafia session data. My old work PC used...
  9. Lilac

    Lure Minions

    Oh, and before I forget: Until Mafia correctly parses the loss of brains from Lure Minions, I recommend putting: cli_execute( "refresh inv" ); ...somewhere near the beginning of lure.ash. I just stuck it in main() before the actual lure() call.
  10. Lilac

    Lure Minions

    I decided to take this opportunity to make Summon Minion and Summon Horde scripts, since Mafia doesn't handle them yet (as far as I know?) My apologies if these scripts have already been made somewhere. These are much simpler than lure.ash, with the syntax simply: minion [ num ] horde [ num ]...
  11. Lilac

    New Content - Implemented KoLmafia doesn't fully support KoL's built-in tabbed chat

    My apologies. I looked back for all instances of "log" but should've actually used the forum search instead of just Ctrl+F.
  12. Lilac

    New Content - Implemented KoLmafia doesn't fully support KoL's built-in tabbed chat

    Tabbed chat does not produce chat logs since r10851 Was collaborating with a clanmate on this; her Mafia stopped logging chats around April 1, which is apparently when she got the daily build that included r10851, "Mirror KoL's requests when account options are set to tabbed chat". We did some...
  13. Lilac

    New Content - Implemented Zombie Skills, Horde as MP, Combat/Noncombat, etc.

    "Devour Minions" not working from CLI When one attempts to "cast devour" or similar, Mafia can't find the skill. I suspect this has something to do with it being classified as type 7 in classskills.txt ("Combat/Noncombat"); I changed it to 2 ("Noncombat healing") and it worked in my build...
  14. Lilac

    Bug - Fixed Simultaneous operation(?) error while eating a fortune cookie

    Just ate a fortune cookie from the CLI, which resulted in: Debug log is below. I wasn't able to salvage any of my numbers, unfortunately. I am on KoLmafia v15.1 r10949, using Windows 7 64-bit and Java 1.6.0_30. Unexpected error, debug log printed. class...
  15. Lilac

    Logging in a Bot

    For those curious, chatbotScript does not pick up event messages by default. I ended up modifying ChatManager.java to call a special event handler function in my chatbotScript every time it handles processEvent. My function then checks if it's a kmail or whatever and does stuff appropriately...
  16. Lilac

    Logging in a Bot

    I'm looking for kmail notifications in particular, but a handful of other ones would be nice (having a curse item used on you, for instance). Are these recognized?
  17. Lilac

    Unusual Mafia timeouts

    No. It happens on any request, adventuring or otherwise.
  18. Lilac

    Unusual Mafia timeouts

    Please note: I don't think this is a Mafia problem. I've just tried everything I can think of and would really like some help. Halfway through work today my Mafia daily build (10916) started having severe timeout issues. One in every seven or eight requests will take over a minute to process...
  19. Lilac

    Logging in a Bot

    Tangentially related: Will chatbot scripts pick up green messages as well, or just system messages?
  20. Lilac

    (Mostly) Headless chatbot scripting

    Sorry, I may not have communicated my situation properly. The script does not respond to chat, or indeed do anything at all, when set as chatbotScript from the CLI. I only manually called it to see if I could get it to work when manually feeding it a message, channel, and sender. Figured it...
Back
Top