Search results

  1. dapanda

    Prefref Plus -- ZLib script settings AND KoLmafia properties manager

    @zarqon Hi, I was looking around and I didn't see a github account for your scripts, especially this one. Were you going to start one?
  2. dapanda

    Feature Summon Kokomo Resort Pass needs skillLevel property

    2nd this request. Thanks!
  3. dapanda

    Prefs.txt File being reset

    Yea this was more of a "does this thing exist" than a "please build this thing". I am very thankful for all the hard work everyone puts in with this.
  4. dapanda

    Prefs.txt File being reset

    I am probably calling the problem down onto myself but since the backup pref file was created, in the bug report I linked, I haven't had any problems. The main thing I was looking for with this was a command that could be run that would check ALL skills and abilities access areas to make sure...
  5. dapanda

    matcher / create_matcher not processing the match on raidlogs.php

    Thanks! Your part helped and it was because I wasn't taking into account the <b> </b> formatting around the number. Once I updated it to this: matcher slimedefeated = create_matcher("<.+>([0-9]+)<.+> turns spent in this dungeon:",visit_url("clan_raidlogs.php")); if...
  6. dapanda

    matcher / create_matcher not processing the match on raidlogs.php

    I am trying to automate my slimetube turns (and soon to be the rest of the dungeon for the final drops) and I am running into an issue with matcher / create_matcher raidlogs.php. I was able to get matcher / create_matcher on the slime tube bucket using this code I borrowed: matcher numbucket =...
  7. dapanda

    Exactly how do counters work/where is information stored?

    Turning on "log pref changes" in kolmafia showed that it updated the _sourceTerminalDigitizeMonsterCount so I am guessing there is some math involved there. Using get_counters( "", 0, 950 ).contains_text( "Digitize Monster" ) returns false even through counters returns something > ash...
  8. dapanda

    Exactly how do counters work/where is information stored?

    I have been looking for a while and maybe I am not just finding it, but I can't seem to determine how mafia stores counter information, such as turns left before a fight of a digitized monster. I don't see anything in the pref file and the only time I can see the counter is when I use the...
  9. dapanda

    Wishing for Monsters for Factoids

    This script hasn't been updated in a while and a lot of other monsters have been added since then. While it should still work I am not sure when I will get back to this script. It was also made pre-java change so while that shouldn't effect anything I can't say for sure. Use at your own wish risk.
  10. dapanda

    Wandering Monster Non-combat check

    Thanks! Makes sense, just crummy.
  11. dapanda

    Wandering Monster Non-combat check

    Hi, I was trying to expand my personal meat farming script to handle free combats off of barf mountain (to stop the barf mountain counter increasing for the non-combat event) Per this post, on Veracity's meat farming script...
  12. 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...
  13. 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...
  14. 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
  15. 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?
  16. 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. :)
  17. dapanda

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

    This is going to be tough to script isn't it?
  18. 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)
  19. 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.
Top