Search results

  1. dapanda

    Prefs.txt File being reset

    I have been in this run for a very long time and the prefs.txt file definitely is missing some general values you would have from just playing the game. Checking that through, I do have KingLiberated = True. Another thing that mafia started doing recently is all my scripts are missing from the...
  2. dapanda

    Prefs.txt File being reset

    I know there is a bug report with this but I have a tangent question and I wanted to give the background. I run mafia on Windows and use Chrome to run the relay browser. Bug report: https://kolmafia.us/threads/prefs-file-backup-restore-draft-pr.28887/ In the past my _prefs.txt file has been...
  3. dapanda

    Feature Command for monster wishing just like "can_faxbot"

    I think Ezandora's is getting pretty close: http://kolmafia.us/showthread.php?22077-Genie&highlight=genie
  4. dapanda

    Feature Command for monster wishing just like "can_faxbot"

    Hi, Would it be possible to make a function for mafia that works like can_faxbot but for the genie? http://wiki.kolmafia.us/index.php?title=Can_faxbot Something like can_monsterwish that checks to see if the monster can be wished for?
  5. dapanda

    New Content - Implemented Feb 2018 IotM - Fortune Teller (Clan VIP room)

    I was looking more at the daily buffs but I like the wider vision that people have had with it. :)
  6. dapanda

    New Content - Implemented Feb 2018 IotM - Fortune Teller (Clan VIP room)

    This is going to be tough to script isn't it?
  7. dapanda

    Genie

    Can't wish for: Black-and-White-Ops Penguin bolt-cuttin' elf carton of Eggs of Confidence (so probably the rest of the monsters in Psychoses, at least the artist)
  8. dapanda

    Genie

    Can't wish for "infernal seal spawn" Is there a better place to put these? I don't want to edit the doc file unless that is the recommended option.
  9. dapanda

    Feature Genie wish to notify on failure

    Hi, Currently when you wish to fight a monster from the CLI and the monster isn't available, nothing happens. Would it be possible for KoLMafia to print that it can not fight a monster or to return an error? Thanks!
  10. dapanda

    Genie

    Is there anyway to get a complete list of what is possible for wishing? Is it just creatures that are able to be copied? If that is the case does mafia track that?
  11. dapanda

    Wishing for Monsters for Factoids

    Here is the base code to fight a single monster, if you don't want to get the full copying script from the SVN int wishnumber = 0; cli_execute("checkmanuel"); boolean copyformm() { foreach monstermanuel in $monsters[] { if (can_faxbot(monstermanuel) &&...
  12. dapanda

    Advice on consult-script

    I updated the script to include all the new coping options (I just added the new skills/items for people that have trouble with code). I didn't have a chance to test it today boolean funk = have_skill( $skill[ Ambidextrous Funkslinging ] ); boolean putty = item_amount( $item[ Spooky Putty...
  13. dapanda

    Wishing for Monsters for Factoids

    I made a rough script for finding missing factoids with a Genie Wish. It will fight one monster and use any copying abilities you have to get the rest of the factoids. It can run a bit slow as it has to check the manuel after every combat to make sure it doesn't have 3 factoids yet. Things...
  14. dapanda

    Genie

    ugggh, I missed that. Thank you! I will test it after rollover.
  15. dapanda

    Genie

    I am having an issue with a specific wish to work in command line of KolMafia (CLI). I am able to make the wish through the relay browser without issue. In the browser I type: "to be always be collecting" and it casts properly and I get 20 turns of the effect. If I run this in the command...
  16. dapanda

    Genie

    As always you come through. Thanks!
  17. dapanda

    ValhallaDecorator personal checks

    That was perfect!
  18. dapanda

    Request for help scripting combat in batfellow

    I am just trying to burn through the runs to get my weekly comic and beat the bosses for the trophy. When I want the jokester stuff I will play it by hand
  19. dapanda

    Request for help scripting combat in batfellow

    Hi ungawa, I am still getting the "twiddle your thumbs" response. Would you mind posting your script for the combat? Thanks!
Back
Top