Recent content by Gnocchi Masala

  1. Gnocchi Masala

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    Fine, then I'm calling BCA bug. I have a full featured CCS capable of supporting a hands off ascension. There is no way to tell BCA to only use my CCS ( or rather my selected KolMafia combat setting ). As soon as I am out of ronin and at several points prior it abandons all common sense and...
  2. Gnocchi Masala

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    Hmm, the second example obviously doesn't match your interpretation, otherwise it would have returned "if hasskill Accordion Bash && !mpbelow 5". Anyway it is not a BumCheekCityAscend issue so I need to move it to bugs.
  3. Gnocchi Masala

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    So ... this time I am ascending as an Accordion Thief and the problem struck in Barrrney's Barrr. I traced the code to consultBarrr() which I amended to: string consultBarrr(int round, string opp, string text) { if (!isExpectedMonster(opp)) return ((my_primestat() == $stat[Mysticality] &&...
  4. Gnocchi Masala

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    Thanks xKiv, I should have spotted it is a string :) I've added string r = get_ccs_action(round); print("CCS: " + r, "blue" ); return r; But it will be a couple of days to get to the Barrrr or similar that calls consulCasual rather than my default script setting.
  5. Gnocchi Masala

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    I'm having a problem with CCS combat. Most of the ascension has been good but I'm suddenly getting this error in the Hidden City: My CCS for this area is: [ default ] call checkfamiliar attack with weapon [ global prefix ] sub checkfamiliar if hasskill release the boots skill...
  6. Gnocchi Masala

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    My bad ... I somehow conflated bcasc_bedroom with checkStage("manorbedroom"). Thanks!
  7. Gnocchi Masala

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    There seems to be a bug in function bcs7. The script tests if(bcasc_bedroom) { rather than if(!bcasc_bedroom) { which it does elsewhere.
  8. Gnocchi Masala

    Missing tabs on KoLmafia page

    Is anyone else missing the new build and wiki tabs from the top of this page? I sent a message to the site maintainer(s) a couple of days ago but I've not heard anything back yet.
  9. Gnocchi Masala

    EoD Softcore Ascension Script

    Hello stolensoul8, I occasionally get stuck like that and what I do is go out to the relay browser and see if I can manually access the adventure. Sometimes the script fails to pull equipment or otherwise loses track of what is happening. If you can't access the area find out what is wrong and...
  10. Gnocchi Masala

    CCS help needed

    From the MP Restorers page: creepy ginger ale / Item / 35-45 / Always / Instant / Item Loss / None / See that "Always"? It seems to be wrong for Nardz energy beverage as well.
  11. Gnocchi Masala

    CCS help needed

    Thanks for that Ereinion. It is looking to me like there is a problem when EodSCAscend code tries to inject a consult script and then call ccs via return get_ccs_action(round); but I don't understand why. The missing item in the second script may have been an attempt to use creepy ginger ale...
  12. Gnocchi Masala

    EoD Softcore Ascension Script

    I've been using the scripts fairly solidly but I haven't seen anything like that before I commented out that code to use my own. With a little manual help and a bunch of tweaks I managed a run through as a Pastamancer. Unfortunately Jick and co have broken things a bit. :rolleyes:
  13. Gnocchi Masala

    CCS help needed

    Umm, people this advice I'm being given isn't working: Absolutely no sign of any additional information. What should I have been seeing?
  14. Gnocchi Masala

    CCS help needed

    I finally manage to get back to this and when the error re-occurred I tried in turn: set debugMacro set debugMacro true set debugMacro 1 After each set attempt I reran the code and re-obtained the error message but no extra debug information. The entry for "set" in CLI Reference gives no hints...
  15. Gnocchi Masala

    EoD Softcore Ascension Script

    I'm getting too old to debug code on these tiny font screens. I swear I read that line several times and each time I came up with adventure( 1, $loc... Sorry.
Top