Search results

  1. E

    Elite's Thread of Questions

    I have a question about consumption of goods. If I got to the item manager => Usable => Food it lists the best food by room (with it checked). Is there an easy ash command I can run to just have it eat the best one listed there? I know I can run eatdrink, but I ran into a compatibility issue and...
  2. E

    Feature Quest 13 -- Tower Automation

    I wouldn't say hate, just think it could improved/updated :). The only things I could say I hate about it is the guardians() function attempting to do the entire tower, seems very strange since that is not what the function name depicts and there is already a function that does the entire tower...
  3. E

    Feature Quest 13 -- Tower Automation

    I personally feel like the tower quest could use a little love. Currently, we only have three distinct ash functions that do the tower. First, we have the boolean entryway(). It would be nice if this could be changed to "item entryway()" like the guardians() function. That way it would return...
  4. E

    Feature - Implemented Fuction my_storage_meat()

    Thanks a lot Darzil :)
  5. E

    Feature - Implemented Fuction my_storage_meat()

    I think it would be nice if we could get a function called my_storage_meat() now that we are able to buy from the mall while in run. This could be used to do various checks and what nots when automating buys during a run.
  6. E

    Elite's Thread of Questions

    Well that makes my life easier x]. Thanks people. Never had to cast buffs myself so I wasn't sure how it worked out.
  7. E

    Elite's Thread of Questions

    Question about casting Buffs, does KoLMafia automatically equip the best item to increase the buff count or do I have to do that check myself?
  8. E

    Help With Fuction item_amount

    Wow I feel really stupid for missing that xD. Thanks guys. Yeah lost, except its in SC ascension so I am assuming people won't be magically gaining Prussian cat houses, although I guess they could have manually crafted some...
  9. E

    Help With Fuction item_amount

    So, I have used this function countless times and never has it acted in this way. I have a simple item amount check and if it returns true, do something with it. Here is the code if (item_amount($item[prussian cathouse]) == 4); cli_execute("drink 4 prussian cathouse"); As far as I...
  10. E

    Elite's Thread of Questions

    Hey dark, I thought about that too. Originally I was going to add in seconds too, but I think adding in just the counting ints makes it simpler. Thanks for the idea! :)
  11. E

    Elite's Thread of Questions

    Thanks Bale, I think the first one would work great. I just had the blank line, because I needed an aggregate for the map file.
  12. E

    Elite's Thread of Questions

    Hey guys, got another question. I am saving data repeatedly to a file based on the results of what I am doing. However, the file does not save the information I am writing into it in a chronological fashion rather it puts the information in alphabetical order. Is there a way to make it not do...
  13. E

    CounterChecker: Wormwood, Semi-rares, Dance Cards and more

    That is what I figured. Thanks guys. I will probably just code something for myself then :).
  14. E

    CounterChecker: Wormwood, Semi-rares, Dance Cards and more

    But would it let me dictate which one to get? Or would it just grab the most expensive one?
  15. E

    CounterChecker: Wormwood, Semi-rares, Dance Cards and more

    Hey Bale, I am doing 100% automated SC runs and I was looking into adding in a way to acquire 3 specific semi rares after I eat a fortune cookie. Would this script be able to do something like that or am I better off adding it in myself?
  16. E

    OCD Inventory control

    Hey Bale, just wanted to let you know that I love this script and really appreciate the effort you put into it. Thanks a lot for letting us all enjoy it :).
  17. E

    OCD Inventory control

    Alright thanks, what about kbay stuff. Is the min price for the lot or per item? Also, I was looking at the code it for the kbay and it seemed to put them in max lots of 100, is this correct?
  18. E

    OCD Inventory control

    Hey, I had a few questions about the script before I run it. I am setting the items and was wondering what happens when I select pulverize. Does it send them to the wad bot? Also, what option should I select for malusing?
  19. E

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    Could you change the cli_execute("equip antique machete"); to equip($slot[weapon], $item[antique machete]) and have it work like that? I am not aware of the problems brought about dual wielding as I have never gotten that skill.
  20. E

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    So I decided I will re-post my desert exploration part that I use in my ascension script along with a slightly different version of the hidden city quest. Note that I have no tested these within the bumcheekascend script, but I do use the same general layout for my ascend script (i.e. I use...
Back
Top