bumcheekcity
Active member
I'm going to likely spin a new version in the next week so that we have clean code for the next challenge path. Just a heads up.
I'm really thankful for the script.
One minor naggle: it seems to have issues planting the bean to open the beanstalk areas. Not a huge deal to click and open it, but I thought I should mention it so it is on your radar.
I'm going to likely spin a new version in the next week so that we have clean code for the next challenge path. Just a heads up.
One minor naggle: it seems to have issues planting the bean to open the beanstalk areas. Not a huge deal to click and open it, but I thought I should mention it so it is on your radar.
buffer page = visit_url("place.php?whichplace=plains&action=garbage_grounds");
Seeing as the script has managed 4 <1000 turn runs in my last 5, 3 of which were 5 day runs in zombie hardcore for me recently and at least this challenge path is working nicely.
What does the maximizer tell you it is trying to do? (Open up the maximizer and copy the string presented at the top)
Here's what's in the maximizer:
0 beeosity, mainstat 36 max, +equip continuum transfunctioner +item drop -equip spangly sombrero -melee +moxie experience +0.5 mp regen min +0.5 mp regen max
Do you have, when it's giving the error, both the continuum transfunctioner and a ranged weapon? Those are the two possible 'fail' points in there.
Do you have, when it's giving the error, both the continuum transfunctioner and a ranged weapon? Those are the two possible 'fail' points in there.
No, but the problem is requesting a ranged weapon when weapons are disallowed. It was changed at some point to force -[1 ]melee and +[1 ]melee to actually require the item. If in a way of fist run, where melee and ranged weapons are not allowed, that WILL fail every time.
I believe that +-.5 melee will recommend that it uses the weapon type, but not force it. Possible problem: might end up with no weapon in an allowed run where it ends up killing you.
Or to(or -melee as appropriate)Code:(my_path() == "Way of the Surprising Fist" ? "" : " +melee ")