Search results

  1. J

    small issue when ascending through mafia

    I've gotten a timeout when ascending through mafia the last time or two. It's not really a big deal, but mafia thinks that I've eaten, used spleen items, etc, when I come back in, so some things have to be done manually. Question is, is there a cli command to reset the saved settings, like...
  2. J

    Stop adventure request

    Yeah it does stop after that adventure because the area is gone, but it returns a failed code so it aborts my subroutine. I worked around it by having that be the end of a code block. But I'll tweak it a bit and see if the ASH works better. Thanks all
  3. J

    Stop adventure request

    That one did work. How about Fratacombs? you can't use the choiceadv there because of the other choice adventures. Thanks, JT
  4. J

    pulling meat from storage

    These: cli_execute( "pull 10000 meat" ); cli_execute( "hagnk 10000 meat" ); gave this response and didn't work. Unknown request type... Requests complete. However this did work. visit_url( "storage.php?pwd&action=takemeat&amt=10000" ); Thanks much!!
  5. J

    problem with drum machine

    I thought I saw that this was fixed, but I just got this in 11.7. Wielding worm-riding hooks... Equipment changed. Using 1 drum machine... Finished using 1 drum machine. You need 1 more worm-riding hooks to continue. As a side note, is it preferred that I post here or over in the kol...
  6. J

    pulling meat from storage

    Yeah I meant storage not clan stash ::) sorry I just ascended so I'll give those a try in a few days, thanks Hola. Thx JT
  7. J

    pulling meat from storage

    I'm trying to this after I'm out of ronin,      take_storage(100000, meat); I get,      Unknown variable 'meat' (new.ash, line 1279)   with,      take_storage(100000, $item[meat]); I get,      Item meat not found in database Ok so what am I going wrong? I tried this too in the cli...
  8. J

    Stop adventure request

    I'll give that a shot. Thanks
  9. J

    Stop adventure request

    Could you guys add a stop adventure at "No Visible Means of Support" in the hidden temple? It's the last test to unlock the hidden city. Thanks, Jt
  10. J

    ASH reference

    I agree the reference is very useful, but I guess it doesn't need to be a wiki if it is not maintained by many people (If we can't disable the anonymous updates :) ). JT
  11. J

    Bug with tavern quest in 11.6

    I sent in my debug logs but I can't get this to work in 11.6. Anyone else try? JT
  12. J

    ASH reference

    Not sure if anyone has seen it yet but the ASH reference wiki has a bunch of spam and is missing the information on a couple pages. I'm not a wiki person or I'm sure it's not that hard to clean up :) Thanks, JT
  13. J

    Haunted Library issues

    But option 99 is to unlock the stairs, won't it just choose option 4 to skip the adventure? But I will give it a try. Jt
  14. J

    Haunted Library issues

    I seem to be having issues in the Haunted Library, on the Take a Look, it's in a Book! encounter. I set: set choiceAdventure80=99; set choiceAdventure81=99; Mafia seems to think it picked the right option, and goes on but bails because it didn't really pick an option. If I open the browser...
  15. J

    alias question

    I looked over the alias post in the wiki thread. But didn't see a way to set a constant like this: ailas jtfam1 troll to use like this familiar jtfam1 Is this something I should just look at ASH for? Thanks, jt
  16. J

    choiceAdventure mappings

    Where would I find the mappings for the choiceAdventure to choices and the options? Thanks! Jt
Back
Top