Search results

  1. Q

    Bug - Waiting for Info Golden gun profile image issue

    Apparently when you use the golden gun, it changes your profile image to gold. However, it does this by encoding the entire image in the data "data:image/png;base64" In mafia, the image shows up as a broken image. The properties of the gun aren't recorded yet (I was trying to do this very...
  2. Q

    command to break hippy stone?

    Now that it is hidden, every ascension I forget to break the hippy stone. Is there a command that I can put into my login script that will break it?
  3. Q

    Feature Enhance numberology output

    As someone who recently got this skill, the current numberology output is confusing. Using an example: [15] Calculate the Universe with 49 to get: 15 Meat [69] Calculate the Universe with 15 to get: 3 Adventures What to do is unclear -- what happens if I enter '15'? I would have thought i'd...
  4. Q

    How do you run a script automatically only once/day?

    I'd like to do a number of things only once/day, that I've written into an ash script. I could turn each command into a daily deed, but that would be rather unwieldy, and I'd just like it to automatically run, rather than having to click on a series of boxes. Based on the automation slots, I...
  5. Q

    Feature - Implemented Provide snojo total free-fights counter

    The counter for the 10 free fights/day is very helpful. Is there any way to add something that states the number of free-fights used in the ascension? Twice now I've thought I've reached 50, to get the scroll, and was surprised when the scroll didn't drop. Analyzing log files I found that I...
  6. Q

    cli-type kolmafia script commands

    Are there commands that I can put into a script that do the same as the following CLI commands? pull all breakfast I tried putting these into a script, but the script failed on them.
  7. Q

    Feature - Implemented Provide a counter for Ultimate Mind Destroyers

    Though it cannot be guaranteed to be accurate... could there be a counter to see if 7 days has gone by since the last Ultimate Mind Destroyer? Or if it exists... how do you see it?
  8. Q

    help determining what script is auto-getting my semi-rare

    Is there a way to find out what script is deciding what semi-rare I should get and getting it for me? I recently installed a couple of scripts including CounterChecker, Universal_recovery, and possibly a few others. Instead of stopping and letting me know that a semi-rare is coming up, mafia...
  9. Q

    Feature enhance the put_display command to handle shelves

    Using the ash command put_display(qty, item), it would be great if it also could take an optional shelf too.
  10. Q

    Feature - Implemented Track new limited daily drops

    Could steam cards and returned thinknerd package drops be tracked in the prefs file like the white rice and beer lenses are? There are 3 steam cards a day, and 6 thinknerd packages dropped daily.
  11. Q

    Feature - Rejected Provide a auto-checklist of 1x/ascension things

    Would it be possible to create something like the Daily Deeds or Session Results that would just provide an auto-updated checklist of things that can only be done once per session? It is hard to keep track of which ones have been done, and I often end up trying to redo them. A partial list of...
  12. Q

    Feature - Rejected show what item is required, next to each telescope entry

    My memory sucks, so it would be really nice if I use the telescope and 'look low' to have mafia show what item I need next to every entry. I end up having to pull up the wiki page showing the items needed and manually matching up each entry, writing down the missing items. What would be nice...
  13. Q

    Bug - Fixed add pulled taffy to zappable list

    When kolmafia trims the list to known zappable things, the pulled taffies are not there.
  14. Q

    Feature - Rejected Show which boss is up in Dreadsylvanian logs

    I didn't notice this posted yet... When looking at the Dreadsylvanian logs, it would be nice to have an indication of which of the two bosses will be coming up. Summing all of the counts for each monster type *seems* to indicate which boss will show up. That is, in the summing up all numbers...
  15. Q

    how does sort work?

    I was trying to create a simple script to find out how much of each item I owned, and I'm not sure I understand 'sort' (I read through the thread linked in the wiki and it didn't help me). This example gives odd results... and quantities of things I know I don't own. I think this is sorting...
  16. Q

    Bug - Fixed remove doesn't seem to work on maps with records

    Hey all. I just ran into this. I don't *think* I'm doing anything wrong here, but let me know if I did. I modified the existing wiki example of removing an element of a map, to show the problem. If a map contains records, then the 'remove' function gives flaky results. The item shows as...
  17. Q

    Bug - Fixed visit_url problems

    I was running a test to find out how to link items to the wiki, and I ran into 2 problems with visit_url. One may be due to the page being returned, the other is just... odd. If you run the following command (command line or in script) ash string x =...
  18. Q

    Question on ash data structures

    I'm having trouble figuring out how to create this data structure in an ash script. I would like to have a list of items, with each item referring to an set of records. That is, I would essentially like something along the lines of [item 1] => [record 1, record 2, record 3] [item 2] =>...
  19. Q

    Feature - Rejected Add hobopolis store to coinmasters

    Currently the coinmaster functions do not recognize items bought in the hobo marketplace. Can these be added?
  20. Q

    Bug - Cannot Reproduce Significant diffuclty logging in.

    Sorry, first post here. I searched as well as I could, and couldn't find this listed. I have never had a problem logging in successfully using 14.6 (and still can) using the windows exe (windows XP). However, I tried to use a daily build a few days ago and found I was unable to log in...
Top