Search results

  1. Theraze

    Bug - Waiting for Info Detecting battlefield ending different when adventuring from the CLI vs relay browser

    Well, here's the 5 year old scripted v. relay war update thread. It was regarding warProgress only being set when looking with relay, and that bug got fixed by Veracity about 3.5 years ago...
  2. Theraze

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

    1) Maybe. Anything is possible, including mafia not being aware that you'd unlocked the market due to having a text mangler disrupt the parsing that marks it as available. That's the reason for using npc_price to verify that mafia knows it's unlocked. :) 2) I think when mafia removes the gear...
  3. Theraze

    .ASH command to look at user preferences

    Something like my_daycount() maybe? string [int] log = session_logs(my_daycount());
  4. Theraze

    Bug - Waiting for Info Detecting battlefield ending different when adventuring from the CLI vs relay browser

    It wasn't the adventuring that fixed it, but seeing the island. You can replicate this by using text place.php?whichplace=islandwar (or whatever place it is) and it will update the count.
  5. Theraze

    .ASH command to look at user preferences

    You are aware that you're checking the same thing (log) three times, without any difference? From the looks of things, you'd need to do log[day].contains_text to actually get a specific subset of session log...
  6. Theraze

    Bug - Not A Bug Password Hash Mismatch

    After you time out, you'll need to load a new relay and/or new chat window. I tend to do so through the gCLI by running text main.php a few times until it's fully sorted. But the bottom line is that this is not really a bug, it's just letting you know a fact. You have a window with a different...
  7. Theraze

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

    Done. Interestingly, mafia doesn't seem to be aware that drinking it fails - it successfully removes it from inventory and everything. Not like it's a huge issue, and if I remember to verify if that's how other drinks work or if it's a part of special steel margarita code, I should write up a...
  8. Theraze

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

    Starting my first gelnoob runs now. Is there any reason (besides absorb options naturally gained along the way) to get the steel organ, since it doesn't actually help directly?
  9. Theraze

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

    1) Okay, will check. You do have enough meat for the purchase? You said you have autoSatisfyWithNPCs on. How about autoSatisfyWithCoinmasters? If you have the problem happen again, check npc_price forged identification documents. 2) Mafia will prefer to have familiars equipped as opposed to not...
  10. Theraze

    .ASH command to look at user preferences

    Just be aware that the first can give you inaccurate results. When we check against the second, we get a different result. And when we look... So use the first when you're checking values above 0. Use the second when you're checking 0 values or ones that might be wrong. Use the third to make...
  11. Theraze

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

    1) Will run some ascensions as soon as I remember to ascend early enough in a day. I'll definitely try standard again, but it worked fine for me there before Crimbo. You're using current mafia build, not the nonfunctional stable? (Well, it's stable for a day or week, and then KoL messes up some...
  12. Theraze

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

    1) No clue. Buys it for me. What path? 2) Just edit your familiar data files and then it should stay? 3) Welcome. :)
  13. Theraze

    have_familiar() buggy?

    So test for it. You've already given your workaround for how to not mess yourself up if you're doing bad coding on purpose, and Veracity's fix will let you know when you screwed up because of a lazy string to familiar conversion.
  14. Theraze

    Properties

    The GUI for that is Jason's old relay script, Pyromania, last updated by Bale in 2014 when bonus images broke the original. http://kolmafia.us/showthread.php?5610-Pyromania-mana-burning-fine-tuning
  15. Theraze

    Bug - Not A Bug Macintosh Sierra - Cannot launch Mafia 17.6 after downloading it

    So if this is an Apple decision, and the user can get around it without us making any changes, I think you've conclusively shown that this is Not a Bug (but an Apple security feature) and this thread can be closed as such?
  16. Theraze

    Bug - Not A Bug Macintosh Sierra - Cannot launch Mafia 17.6 after downloading it

    Use the Jar version instead. I'll try to find at least one of the threads where it's been discussed and the uselessness of the mac-built edition was noted. Initially this was an issue with DMG, but it looks like Gatekeeper probably blocks APP in the same way now, which would make this not a...
  17. Theraze

    Feature - Implemented Spring 2017 Challenge: Gelatinous Noob!

    Mini browser, native relay browser, or using a relay override script in the relay browser?
  18. Theraze

    Feature - Implemented Spring 2017 Challenge: Gelatinous Noob!

    I thought hair spray and the trivials had a special override that ignores the stated settings due to its "always use multiple" code. Not sure about why BBS would be showing without the option though...
  19. Theraze

    looking at clan_raidlogs.php

    Agreed that matcher is great for when properly caffeinated and so forth. The split_string solution is sort of a... gateway regexp. If you don't know how to do anything more complex and you're just asking how to get into the door, it works.
  20. Theraze

    looking at clan_raidlogs.php

    Strange, but it works and it's relatively easy to sort out if you just need to do some basic counting.
Back
Top