Search results

  1. Winterbay

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

    You can change the order of the familiars in the different text-files in your /Data folder. bcasc_items I think is the one for items I believe.
  2. Winterbay

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

    That setting was there in case you wanted to do the bedroom later than the script thought was a good idea. The idea was that it should abort the first time it wanted to go to the bedroom (i.e. at level 11). I am pretty certain that that functionality was lost in the revamping of the manor and...
  3. Winterbay

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    I just checked and no it doesn't. But it does skip SmartStasis in there.
  4. Winterbay

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    I may remember incorrectly (I have not looked at my code in a while) but I think that WHAM should be setting the round_cost to a pretty high value if you are in the basement since in there stasising and whatnot is generally not the intention and we just want to get through the fight. That said...
  5. Winterbay

    Feature - Implemented ASH directive to enforce a minimum mafia version

    Yeah, I'd mainly use this to force people to update when I add a new feature that is new to Mafia. If the script is on SVN it may be friendly to inform them that they can downgrade the script in order to get it to work with the current version perhaps, but that is maybe a bit overkill.
  6. Winterbay

    autoBasement.ash - Better basement automation

    I need to look at this. Unfortunately I have no time (work is really busy and wife is working evenings so I need to look after the kid). However if anyone can find a good solution I'll make sure to check it in :)
  7. Winterbay

    New Content - Implemented New item in swagger shop

    And I refuse to break my stone at all, saves me the trouble. (I did enough pvp back when the trophies was introduced and has never looked back, stupid pvp) :)
  8. Winterbay

    Making KolMafia accessible again

    You only need it to compile, not to run it.
  9. Winterbay

    BatBrain -- a central nervous system for consult scripts

    For a small simplification: Isn't there a batbrain-function called is_spell() which should help out? (not that that helps with the not working part...)
  10. Winterbay

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    It has been fixed. Good thing it was that recent and not at the beginning of the week since I've been away from my SVN-enabled computer for a week :)
  11. Winterbay

    autoBasement.ash - Better basement automation

    YEha I need to look at this. I should perhaps do that now that I have a character at level 30 after that Sneaky Pete trophy...
  12. Winterbay

    Feature - Implemented Fuzzy matching of the names of speakeasy drinks

    For what it's worth you cannot do "eat <sushi>" or at least couldn't when I last tried it (for the sushi.ash script). You can "eat" the basic fish meats but for the rest you need to call "create <sushi>" for it to eat it (which confused the hell out of me before I realised that was what I had to...
  13. Winterbay

    Calling main from imported scripts

    Yes you can. You can call the main function from WHAM by doing, for example: import wham.ash; void main() { main@wham(); } ETA: The part after the @ is either the name of the file or the name of the script as defined by the script-predicate. Any odd characters needs to be replaced with...
  14. Winterbay

    BatBrain -- a central nervous system for consult scripts

    Great. I love being behind. When I finally get to play in Heavy Rain in 2 weeks things will just work :)
  15. Winterbay

    Building from the SVN?

    It was actually available as one of the buttons on the formatting toolbar of the data entry form :)
  16. Winterbay

    Building from the SVN?

    Fixed. The command you want is <nowiki></nowiki> by the way.
  17. Winterbay

    Simple Private Chat Loger

    What KoL chat settings do you have at the moment? Do you use Mafia chat or the KoL-chat or both? Just throwing out things that could potentially have an impact :)
  18. Winterbay

    Bug - Fixed Hedge maze solver fails

    The one time this has happened to me (one time only so never bothered reporting it) was with BCA which gets one puzzle-piece calls "maze" on it and goes on like that until the tower is open. It is very possible that in my case it was BCA not having enough sanity checking on what it was doing and...
  19. Winterbay

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

    Yeah, what you ran into was a combination of different things. The script can do casual runs, in which it either uses your CCS or tries to run away from everything to save on turns. If in softcore and getting out of Ronin the script will think that you are in a Casual run because there is...
  20. Winterbay

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

    I am guessing that your character was out of ronin?
Back
Top