Search results

  1. bumcheekcity

    Feature - Rejected Use Leash & Empathy for 20lb Tower Familiars

    Taking Torg the Angry Goat out of terrarium... Maximizing... 72 combinations checked, best score 15.00 Putting on Boris's Helm (askew)... Equipment changed. Kicking Ton the El Vibrato Megadrone out of the bjorn... Carrying Gobert the Animated Macaroni Duck in the Bjorn Buddy... Come back with a...
  2. bumcheekcity

    Bug outfit command not buying from mall

    The "outfit" command is for some reason not buying the items from the mall when I would have expected that to be standard behaviour. > outfit swash You need 1 more eyepatch to continue. You need 1 more swashbuckling pants to continue. You need 1 more stuffed shoulder parrot to continue...
  3. bumcheekcity

    Spirited Drinker - Mini CLI Script to help you get the trophy

    > ash int i = 5573; string html = visit_url("showconsumption.php"); while (i < 5639) { if (!contains_text(html, i.to_item().to_string())) print(i.to_item()); i = i + 1; } Slippery Knob Returned: void Nothing more than a one-liner of CLI script to help anyone who might want the trophy. It...
  4. bumcheekcity

    Feature Daily Dungeon - Skip if Possible

    For the DD door, trap and chest choiceadventures, it's likely that a lot of people will wish to: - Skip the door if possible, else try to avoid trap. - Go to the 8th/13th chamber if possible, else the 6th/11th. - Use the 11 foot pole if possible, else just run through elemental test. Would...
  5. bumcheekcity

    bumfantasy.ash - We All Wear Masks Automation

    bumcheekcity's Fantasy Script With thanks to Pantsless for coming up with the name! This script is in a very early phase, but will automatically get the cindy vomiting trophy from the FOTY 2014 content. At the current moment, you need to use a grimstone mask manually, and select the Stepmother...
  6. bumcheekcity

    Bug Unknown adventure type encountered when using grimstone mask.

    if (use(1, $item[grimstone mask])) {} In an ash script, using a grimstone mask causes an abort with "Unknown adventure type encountered.". This occurrs even if the use command is captured as above. The mini-browser pops up the cindy adventure just before (or on?) the abort as I have the...
  7. bumcheekcity

    Bug - Fixed MP Restoration in Zombie

    > cast 50 summon min Encounter: Summon Minion Encounter: Summon Minion You lose 5,000 Meat > ash my_mp() Returned: 0 > ashq visit_url("charpane.php") > ash my_mp() Returned: 63 MP (i.e. horde) restored in ZM doesn't appear to be properly tracked for some reason.
  8. bumcheekcity

    Bug - Fixed You're on your own, partner.

    This could be a bug or a scripting error with a couple of scripts, but I can't work out what it is. When using BCA to fight through the Hidden City, it does so correctly until it gets to the final fight. It cleared the liana fine, then on the fight with the spirit I get: BCC: levelMe(85, true)...
  9. bumcheekcity

    Bug - Not A Bug Apparantly failing to set choiceAdventure123 property.

    [369] The Daily Dungeon Encounter: I Wanna Be a Door Manual control requested for choice #692 choice 1: Try the doorknob (suffer trap effects) choice 2: Use a skeleton key (unlock door with key, no turn spent) choice 4: Bash it down (bypass trap with muscle) choice 5: Magic it open (bypass trap...
  10. bumcheekcity

    Feature - Implemented Canticle of Carboloading Warning

    Could mafia track the casting of Canticle and warn if we have more than a days worth when we try to eat a pasta dish on the assumption that it's likely we're going for a trophy or similar?
  11. bumcheekcity

    Bug - Fixed "make" doesn't get items from hermit as needed

    Although with that said, this just happened. > make bjorn's ha Verifying ingredients for Bjorn's Hammer (1)... You need 1 more seal-clubbing club to continue. I had the big rock. Should mafia not again auto-use on-a-string for these? [Alternatively, phrasing it as it would be a good idea if...
  12. bumcheekcity

    Bug - Not A Bug Strange Behaviour in GameInform Dungeon

    Request 14 of 55 (Dungeon: Video Game Level 2) in progress... [1213] Video Game Level 2 Encounter: Sphinx For the Memories Request 14 of 55 (Dungeon: Video Game Level 2) in progress... [1213] Video Game Level 2 Encounter: Nothing more to do here. Request 1 of 42 (Dungeon: Video Game Level 3)...
  13. bumcheekcity

    Feature - Implemented Hermit - Auto use chewing gum

    I think it would be helpful if mafia auto-used chewing gum on a string when you select to get clovers from the hermit (as many as needed).
  14. bumcheekcity

    Feature - Rejected Decline to Adventure in Sorceress Tower if Lacking Item

    If you lack a tower item that you know you lack because you have full telescope, mafia should stop before it adventures and runs away from the tower monster, which would save a turn.
  15. bumcheekcity

    Feature - Implemented Merkin Dreadscroll - Highlight Known Answers

    For the mer-kin dreadscroll, I know mafia tracks the answers, and that's great. It also pre-fills in the drop-down boxes. Would it be possible for mafia to distinguish where it's choosing an option because that's been tracked, and where it doesn't know? Basically I continually forget that I...
  16. bumcheekcity

    bumdread.ash - Farm Kreugers in Dreadsylvania!

    svn checkout https://svn.code.sf.net/p/bumcheekascend/code/bumdread This script will farm kreugers from the clan you're whitelisted in. It's just initial code now, I'll tidy it up and add some options shortly. This script goes over all areas with kreugers for which you have pencil access and...
  17. bumcheekcity

    Bug - Fixed FlyeredML Not Updating in HCBig

    I used the rock band flyers against the GMOB, and my flyeredML appears to have been incorrectly updated: > get flyeredML 4814 After I typed that into the CLI, I put on the Frat Warrior outfit, and completed it. I'm in HCBig as a Sauceror. It was literally my last battle last night: [851] The...
  18. bumcheekcity

    Bug - Fixed Cannot use Gnorman the Supertinker in Zombie

    As per the title. Out of ronin but in zombie, mafia attempted to supertinker a clockwork doohickey. But I couldn't, because I was in zombie.
  19. bumcheekcity

    Feature Add "Summon Tome Items" to ascend.php override

    Pretty much as the title sounds. Beat the NS, free the king, and you get to re-summon tome items. It would be good to have that reminder.
  20. bumcheekcity

    Relay Scripts Post-SVN

    With the update to mafia now allowing SVNs, we can update all our relay scripts at once, and I think it'd be a great idea to have a single SVN holding updates to each relay script. Kind of like what I saw bUMRATS as being, but without it turning into one horrific and unmanageable file. I'm...
Top