Search results

  1. B

    Crimbot botting

    Here's a third alias I find useful: alias crimboschemsell => ashq foreach it in get_inventory() if (it.to_string().contains_text("Crimbot schematic") && item_amount(it) > 0) put_shop(mall_price(it), 0, it); puts all of your schematics in the mall at the current lowest price
  2. B

    Feature - Rejected Icon on daily builds

    Official builds get the kolmafia icon, I think daily builds should too. It looks nicer than the default jar icon.
  3. B

    A request and possible challenge to the master scripters

    It would be quite useful if instead of picking from all items, it picked from a list you could set. Probably as an external text file? Thanks for the script!
  4. B

    Harvest – A highly customisable farming script

    When the script moves on to har_current_activity: farm, I get Error: Division by zero (harvest.ash, line 780) int casts_needed = ceil(turns_needed / turns_per_cast(the_skill).to_float()); turns_per_cast is returning as 0 for some skill(s?). I patched it with int casts_needed...
  5. B

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

    When doing the tower familiars, the script doesn't use kindly resolutions. If you do the tower familiars manually, it doesn't change your familiar back before fighting the NS. Even if you have it set to be a 100% run.
  6. B

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

    When doing a 100% non-lep run, the script still purchases pet-buffing spray when doing the hills, even though it has no particular benefit.
Top