Search results

  1. E

    EoD SC Ascension Checklist Handler

    Funny enough, you could have just commented that line out (put a # or //) and it would have worked xD I changed a few things though and it should now be "functional" but it still needs more updates to get it back to what it was. I'll probably be messing with it more next weekend but you should...
  2. E

    EoD SC Ascension Checklist Handler

    Yeah ran into that issue as well. I am in the process of trying to fix it but I also need to figure out how to get it to git. You could fix that error by doing a find replace of "path" to "pathhh" or something but there might be other issues. I'll try to look at it over the weekend.
  3. E

    Ash Master Function List

    Added the guide to the wiki and linked it to the master function list. Feel free to make any changes or move it or whatever. Wiki editing / making things look pretty is not my strong suit. I ended up keeping my current method as I figured it had less potential for changes and it was already...
  4. E

    Ash Master Function List

    I was unaware of the talk page. I found this page from it that I think contains all the functions. Not sure if this link is static though? If it isn't, I'll keep it my current method which builds it from the cli ashref function...
  5. E

    Ash Master Function List

    I asked because I was in the process of updating the wiki based on the ashref functions, but I realized they didn't tell which variables were optional ones. It appears you have to deduce it based on the different combinations available. Yes I scripted it. I am in the process of cleaning the...
  6. E

    Ash Master Function List

    I know "ashref" in CLI will give me a master function list; however, this information doesn't include if the function inputs are optional. Is there another source for a function list that would include what parameters (if any) are optional for all the functions?
  7. E

    Reading File_To_Buffer By Line

    Thanks, that is what I figured but wanted to make sure.
  8. E

    Reading File_To_Buffer By Line

    Is there a way to read a buffer by line? Also, is there a way to expose what properties an object has? I.e. buffers have a buffer.length()
  9. E

    BatBrain -- a central nervous system for consult scripts

    Hey Zarqon, I feel like I am doing something wrong when it comes to initializing batbrain. When trying to figure out the damage of smacks as a Seal clubber, it gives me crazy low damages. Example: After attacking, I get. For initialization, I have record SkillList { int dmg; float heal...
  10. E

    EoD SC Ascension Checklist Handler

    Small update to fix the regex for the paths. They should now show up correctly. Sorry if this messes up anyones current item lists. @awesomeperson: No it is not completely automatic. When you run the EoDAscensionChecklistPuller script, it will ask you a series of questions about what day and...
  11. E

    EoD SC Ascension Checklist Handler

    Are you looking for it to display the free pulls or actually pull them? If pulling them, would pulling all your available free pulls suffice or would you like to pull only the specific ones you set in the Relay Browser? It would be pretty trivial to pull all the free pulls available to you, but...
  12. E

    EoD SC Ascension Checklist Handler

    I am glad to hear at least one other person found it useful! :D Implementing free pulls should be possible. I would first have to brush up what counts as a free pull and determine how to best handle them. I may look into it this week.
  13. E

    EoD Softcore Ascension Script

    Hmmm not that I can think of.... I added it into and you probably should too since I can't push updates atm :(
  14. E

    crimbo2015

    Yeah, I got tired of that so I just added it to the banned list.
  15. E

    crimbo2015

    That also happens to me billy. Also, the "dumb hack" to fix choice adventures in the bedroom doesn't work for me. I still get: A choice follows this fight immediately. Couldn't hold the propaganda.
  16. E

    crimbo2015

    You have to run the script first so it will set a default. Or open the script up and set the default as true. There is currently a problem with the SVN version. The map adventured takes [string, int] up to near the end where it then takes a [monster, int]. I am not sure if its better to change...
  17. E

    BatBrain -- a central nervous system for consult scripts

    Ah that is interesting, thanks for the info! On a different note, does anyone know how to update batfactors? In a recent response in WHAM zarqon says On the wiki page of batfactors it states Unfortunately, I am still lost as to where this map manager is that I am supposed to be uploading too.
  18. E

    BatBrain -- a central nervous system for consult scripts

    That is what I am referring too, I don't think it is coded correctly. ML resistance isn't added/multiplicative to innate physical resistance? The game just uses whichever one is higher?
  19. E

    BatBrain -- a central nervous system for consult scripts

    I have found two bugs while playing around with batbrain. 1. Your physical damage calculations are slightly off. I believe this is from double dipping from ML resistance and KoLMafia's physical_resistance which now includes the ML resistance. Here are some examples. All have some +ML, and I...
  20. E

    Updating KoLMafia's Monster Physical Resistances

    There probably isn't enough monsters to justify, but since you are adding ML factor into the physical resistance, I figured for completeness/ease doing the same for elemental resistance would be nice. Then people doing consult scripts could just multiply the calculated raw damages by those...
Top