mapledyne / yaaz

ascension helper scripts for KoLMafia
The Unlicense
1 stars 5 forks source link

Fix Ed consumption / adventures problem #69

Closed mikebryant closed 7 years ago

mikebryant commented 7 years ago

Gonna do a bit more work on this, think I can make the ed quest handling better

mikebryant commented 7 years ago

I think this works. Need to test it again from the beginning next ascension, I guess

mapledyne commented 7 years ago

I have a test account that is close to this point - will try it against that in a bit here.

One thing I'd like the script to also do (but can be a future effort) is to run the consume() process to eat/drink something to gain adventures at this point - if we're low on adv but have room in our stomach/liver/spleen, we could just get more adventures if we're otherwise ready to do Ed soon.

mikebryant commented 7 years ago

That's what I was trying to do here: https://github.com/mapledyne/yaaz/pull/69/files#diff-ae81c993c4c62cb1bf598e6e6297af73R108

prep calls consume, so we should have above the adventure floor. And I added warnings to the setup if anyone every sets it below 8

mapledyne commented 7 years ago

Oh right - I didn't think through the whole process and how that'd be automatically triggered given what you did. Sweet.

mikebryant commented 7 years ago

I've been through this another 2 times, I'm happy