Search results

  1. R

    Auto 2-day HCCS

    I have a fix to that powerlevel issue (kind of, it doesn't make the count reset every time the script is run), I can push it to my Release and put in a pull request for Marluth. There were just a few more changes I wanted to make, but I'll push what I have now to mine. I can also implement the...
  2. R

    Auto 2-day HCCS

    3 services I think? It goes right up to before the spell test. It drinks the margarita reward to nightcap since it gives +spell.
  3. R

    Auto 2-day HCCS

    Ah, good call, I'll implement that.
  4. R

    Auto 2-day HCCS

    @yiffmaster420 If that was at the end of day 1, the overdrink prompt is normal. @Coc Could you post a session log on pastebin or something? If the script is still working out that's good, but I'm not really sure how you're getting to that point. Especially if your runs are as fast as 2/448...
  5. R

    Auto 2-day HCCS

    I checked the code and it looks like Croft left a comment saying "// consume only 5 max for D1" in regards to pilsners. I'm not sure why that is exactly (he optimized the script, so presumably his decisions were related to efficiency), but if you seem to come out fine on day 2, I can look into it.
  6. R

    Auto 2-day HCCS

    Oops, an extra parenthesis slipped in somehow. It should work now.
  7. R

    Auto 2-day HCCS

    Your.Master, Valliant, and RNGHeHateMe's issues should all be fixed now, they are live on my release. HotelDon, can you run "get_property chateauAvailable" in the CLI? If it doesn't return true, Mafia thinks you don't have the Chateau for some reason. Jeff, what is the G-9 serum issue? My...
  8. R

    Auto 2-day HCCS

    If you are having issues currently, please uninstall the script and checkout from my branch using this CLI command: svn checkout https://github.com/RESPRiT/Auto-2-day-HCCS/branches/Release/
  9. R

    Auto 2-day HCCS

    Last night I tried to manually merge the master branch with a fork that croft made that was a bit more optimized. When I tested the script it seemed fine, but obviously there are still some issues. I'll give a stable release URL for everyone to use while I try to fix the problems the merge...
  10. R

    Auto 2-day HCCS

    Hey Marluth, out of curiosity, why did you choose to save certain vars in AutoHCCSvars.txt instead of using get_property() and set_property()? As it is, I believe HCCS' settings (minus the ones I implemented in the relay settings) are global as opposed to per user.
  11. R

    Auto 2-day HCCS

    Hi Marluth, I just put in a pull request to add some softcore handling that I've been working on to your script. Feel free to review the request on GitHub! For anyone that wants to see my changes for themselves, I have the fork here: https://github.com/RESPRiT/Auto-2-day-HCCS
  12. R

    Auto 2-day HCCS

    I ended up making a change very similar to this for the first time I ran this script since I hadn't had Saucegeyser permed yet (I ended up perming it anyways since I figured I should at some point). It's much more elegant than simply attacking, especially when coupled with something like WHAM.ash.
  13. R

    Auto 2-day HCCS

    I ran the script yesterday and one thing I noticed was that it was getting stuck on the DNA extraction stages (Barf and Lava Co for me). The issue was that after losing combat, the script would abort. This meant that the potion was never made and the progress was never updated since the script...
  14. R

    Write mafia code prettily!

    I made a Solarized version of this, so I figured I would share.
  15. R

    Edscension - Your #1 Karma Farming Script

    Great news! I am currently testing the script as well, although not much to report. Mainly, there seems to be some awkward behavior with the ninjas now that it delays without +combat. There are weird loops that can happen, for example if the script cannot uneffect -combat for Ninjas, it tries to...
  16. R

    Edscension - Your #1 Karma Farming Script

    Hmm, I got the amulet issue twice but I was too busy both times to look into it so I just manually fixed the issue. Hopefully I get it again this run so that I can explore it in more detail. As for the other things, I am more than happy to start working on the handling for the misc. Mr. Store...
  17. R

    Edscension - Your #1 Karma Farming Script

    I'm glad to see you caught most of the bugs I found! The amulet loop happens when the amulet isn't found while adventuring in the airship. Once at the basement, the script tries to backfarm the amulet but somehow gets caught and doesn't. This leads to a loop that goes something like: basement ->...
  18. R

    Edscension - Your #1 Karma Farming Script

    Hi Zen, I've been compiling a list of bugs when I have the time to watch the script and I was wondering which things you've fixed/plan to fix. I've made my own fixes to a few of the issues on my own fork although I haven't bothered to clean up the code and commit it yet. If you're interested in...
  19. R

    Edscension - Your #1 Karma Farming Script

    Another bug: The friar quest can try to adventure in a location that doesn't exist to get more hot wings. In ed_ascend.ash, boolean L6_friarsHotWing() (line 2143): ccAdv(1, $location[The Dark Heart of the Woods]); Should consider the fact that after all 3 non-combats are found, this...
  20. R

    Edscension - Your #1 Karma Farming Script

    Small bug: During resting, the script can get stuck in an infinite loop due to small conditional error. In ed_edTheUndying.ash, boolean ed_doResting() (line 224): if(have_effect($effect[Prayer of Seshat]).to_int() > 300) The greater-than should be a greater-than-or-equal-to (> should be >=).
Back
Top