Search results

  1. E

    EoD Softcore Ascension Script

    I'd be interested in seeing your day 3 session log if you could send that my way.
  2. E

    EoD Softcore Ascension Script

    Alright, the problem was on Day 1 it handles eating/drinking differently than all the other days. I made it so it won't drink/eat things if you are not in ronin. It should work fine now. If you want to give it a third try make sure it says #1.01 at the top of the Day 1 script like so # --...
  3. E

    EoD Softcore Ascension Script

    Ah, I was unaware of that. Searches on the wiki never brought that to light so I always just assumed it was how many adventures used. Thanks for the info and code.
  4. E

    EoD Softcore Ascension Script

    I am not sure what you are referrng too Theraze. If you are talking about these questL06Friar=finished questL07Cyrptic=finished questL08Trapper=step2 questL09Topping=step1 questL10Garbage=started questL11MacGuffin=unstarted Then that doesn't really help in this case as it doesn't tell the...
  5. E

    EoD Softcore Ascension Script

    Twin peak will always be a terror. It has a lot of requirements and not much guidance available. There are no updates telling you where you have gone and what you have done. I am surprised it got through it at all after having trouble. Usually it is best to just do that quest by hand if it...
  6. E

    EoD Softcore Ascension Script

    Yeah, it didn't overdrink as seen by the end. It left you at 19 inebriety. @Gnocchi: -1 is used for casual, it is the value pulls return when you can interact. As for the oil peak, I am still not sure why your guy had trouble with it. I guess there is some problem with the amount of hp you...
  7. E

    EoD Softcore Ascension Script

    That is really strange. It shouldn't do any over capping if you have greater than 135 adventures. The specific code that handles this case can be seen here else if (my_adventures() < 135 && my_inebriety() == 19 && pulls_remaining() == -1) { If it doesn't meet that then it should have stopped...
  8. E

    EoD Softcore Ascension Script

    Alright, I am guessing those gave you more ML which made it harder for your guy to kill them? Yeah, I think I will just comment that out and put a note to uncomment it if you have never set up universal recovery. The pulls need a lot of work. It would be awesome if I could get something set up...
  9. E

    EoD Softcore Ascension Script

    Yeah, but WHAM don't care about this property right? set_property("mpAutoRecoveryItems","visit the nuns;phonics down;knob goblin superseltzer;mountain stream soda;magical mystery juice;knob goblin seltzer;cherry cloaca cola;soda water;galaktik's fizzy invigorating tonic")...
  10. E

    EoD Softcore Ascension Script

    The problem is you do not have an astral consumption item. You are level 39 so you are way out of ronin and so pulls do not matter. The script should run mostly fine for you, I'd just have to tweak it so it doesn't check/pull stuff if you can interact. The script isn't designed for people in...
  11. E

    EoD Softcore Ascension Script

    Thanks! And that is a pretty good idea. I will set that up when I find some time :). As for the problem on Day 2, I have no idea why it would do that. I guess it thought you had the key but you didn't =\. When you tried re-running the script did it skip getting it again or did it go and get it...
  12. E

    EoD Softcore Ascension Script

    Alright, so if someone wanted to make permanent changes to the items part of my script, they should make changes in the svn folder and then svn sync? Is svn sync a KoLMafia command? On a different note, I think I have it working with svn but I am not 100% sure. For some reason it has a code-0...
  13. E

    New Content - Implemented Bounty Hunter Change

    Hey Darzil, thanks for all the work on the bounty hunter! :) However, for some reason it doesn't seem to be auto-turning bounties in anymore. We should visit and pick up stuff no easy bounty accepted no hard bounty accepted Sending kmail to buffy ... Message sent to buffy Maximizing... 304...
  14. E

    EoD Softcore Ascension Script

    I think I found the problem. Although it seems like you have/will run out of adventures before getting to 6 =\. I take it you didn't do Class Act II? Sorry about this, I have only done testing for myself n it is very limited n scope so the script is kinda geared to my specifics lol. However, I...
  15. E

    EoD Softcore Ascension Script

    Thanks Bumcheek, although I think I have already stole all I could from yours x]. The adventuring is pretty spot on, as in it has nearly no errors/aborts unless it messes up on Twin peak due to the terrible nature of that quest. I suppose if it didn't get the steel margarita on day 1 it wouldn't...
  16. E

    EoD Softcore Ascension Script

    Intro: Hey everyone, I would like to present my first public script, a Soft-core Ascension script. It is defaulted to do 100% automated 4 day soft-core runs with nearly no requirements, no need for any Mr. A items or permed skills, and uses cheap items, ~150k meat or so worth of consumables...
  17. E

    New Content - Implemented Bounty Hunter Change

    I have 13547 and getting stuff that looks similar to Razor's. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= KoLmafia v16.2 r13547, Windows 7, Java 1.7.0_51 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Please note: do not post this log in the...
  18. E

    Universal Recovery Script

    I didn't write it, so don't ask me :).
  19. E

    Universal Recovery Script

    Hey Bale, first I would like to thank you for the Recovery Script. I like it a lot. Next, I'd like to gracisouly complain about a feature, the reserve. For whatever reason, the script likes to reserve random things to use as combat restoratives. I am not sure why it does this as my current...
  20. E

    OCD Inventory control

    Hey Bale, is there a reason the script uses giant jar of protein powder one at a time rather than multi-using them? Takes it a min or two to go through the hundreds I have.
Back
Top