Search results

  1. E

    EoD Softcore Ascension Script

    QVamp, none of the challenge paths are officially supported except Class Act II. It is even worse now that the current challenge path is always Type69 restricted, so you would have to make sure the items it wants to pull are viable. Also, the Picky challenge path has it is own set of problems...
  2. E

    EoD Softcore Ascension Script

    I apologize, I have been around, but I didn't see anyone had commented in here recently. You want to type/copy that into the CLI. I'd recommend using ash set_property("eod_astral_item", "spleen") There is no scripting involved, its just a command. I'll modify it tho so it will give you the...
  3. E

    OCD Inventory control

    My guess is it hasn't been implemented into KoLMafia. And if it has, you have to make sure your version is up to date. On a side note, why would you want it to use it? There isn't much point to have a random -10 ML buff.
  4. E

    EoD SC Ascension Checklist Handler

    That looks great Bale, thanks! Sorry I didn't get around writing it myself.
  5. E

    EoD SC Ascension Checklist Handler

    This is complete, if you have any problems/bugs please let me know :)
  6. E

    [Programming Help] Buy Items I Do Not Have

    If they are in your inventory and you want it to make sure you have one of each, you can put them in a map or array and do [code] foreach it in ($strings/map) find 1 it [code] That will make sure you have one of each and if you don't and have mall buy on, it will buy it for you. The "easiest"...
  7. E

    Eliteofdelete Questions 2

    How would putting it before the generation of the form help? When the button is clicked, I want the form to be reloaded with a "Buying...." message displayed and then have then have the KolMafia buy items. If I put it before form generation, but after fields=form_fields(), then I would just...
  8. E

    Eliteofdelete Questions 2

    I have been, and my script already does that. My problem is after I update the map, I want to pass it off to an ASH buy logic. The buy logic will occur before the HTML is displayed, no matter the location it is in main. Basically, I want the form to be submitted and the HTML to load before the...
  9. E

    Eliteofdelete Questions 2

    After playing around with it some today, it seems this might be harder than I expected. I tried putting the KoLMafia buying logic after the end of the form, but it gets executed before the form is displayed (because html takes two passes to get displayed?). So, I tried setting a true/false...
  10. E

    Eliteofdelete Questions 2

    Is there a way to submit the form in a relay through a command of some sort? I have a button when pressed, it will buy a bunch of items during which I would display "Buying....". After it finishes, I want to change the "Buying...." to change to some info text.
  11. E

    Bug - Not A Bug Find and Coinmasters

    Thanks for the clarification Veracity and turns out it was a user bug after all. Not sure why, but it seems to be working fine afterall.
  12. E

    Bug - Not A Bug Find and Coinmasters

    This is probably a user bug, but it seems that find in ash and find in cli are behaving differently for the coin masters. I have the following in a script. set_property("autoSatisfyWithCoinmasters", "true"); cli_execute("find 1 Boris's key"); cli_execute("find 1 Jarlsberg's key")...
  13. E

    EoD Softcore Ascension Script

    That is a good idea, changed it. As for the ducks, not sure there is a good fix for that. Just don't abort there ;). The fix for the junkyard isn't that optimal as one could not have a dictionary...I could go with Spectre scepter? I'll think about the ML. Not sure if I would be comfortable...
  14. E

    EoD Softcore Ascension Script

    I see, you are right and I fixed it. It will no longer abort due to that.
  15. E

    EoD Softcore Ascension Script

    I understand that, but I thought KoLMafia's healing kicked in right before adventuring? So if you are just switching items around, it shouldn't cause a heal. Correct? I don't think the script ever takes those off... except in cases where some other item is required, example would be equipping...
  16. E

    EoD Softcore Ascension Script

    You could post an example Zen? I think the healing is set at .8 or so of max hp. Changing one piece of gear shouldn't trigger the healing unless healing was required for some reason.
  17. E

    EoD SC Ascension Checklist Handler

    Hello! I'd like to present my Ascension Checklist script. You can input items into a Relay Script and it will save the info and then you can buy them from the acquire page. Once you are in run, you can use the "EoDAscensionChecklistPuller" to pull the items out of storage based on what you set...
  18. E

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    It uses Zlib for its variables which makes checking them pretty easy. In the CLI, type zlib eatdrink This will show you all the variables currently set in eatdrink.ash. The particular one you are looking for is zlib getchef, to change it to stop getting the chef type zlib eatdrink_getChef = 0...
  19. E

    Feature Paths and Type69

    Ah, well that isn't very helpful xD.
  20. E

    Eliteofdelete Questions 2

    Thanks a lot Bale! I'll play around with that and see what I can come up with.
Back
Top