Search results

  1. ereinion

    What do the different settings for "breakableHandling" mean?

    Thanks for the help :-) My issue is the same as the dictator's btw, I guess I'll follow his example, and try to set it to 4.
  2. ereinion

    What do the different settings for "breakableHandling" mean?

    Currently, I am trying to figure out how to not have mafia abort when e.g. my garbage shirt breaks. From searching this forum a bit, it appears that what happens when breakable equipment breaks is determined by the setting "breakableHandling". For some items it is handled by looking at the...
  3. ereinion

    Bug Maximizer excludes some items when checking for price but the field is left blank

    I want to maximize primarily for item-drop, and when maximizing with the option to include pullable / buyable equipment in the check I get a few suggestions for improvements. Now, I want to have an idea of how much meat I'll have to pay to include the suggested improvements in the outfit, so I...
  4. ereinion

    Feature Have again-button point to most recent zone after eldritch attunement fights

    After fighting an eldritch tentacle generated from eldritch attunement in e.g. the hidden bowling alley, the "again" button next to the combat bar leads back to the hidden city instead of to another adventure in the hidden bowling alley. Is there any chance you could make it adventure again in...
  5. ereinion

    Periodic execution of function

    Is there any way to have a chatbot execute a function, say every 5 minutes or so, while also having it monitoring chat and possibly execute other functions based on what's happening there?
  6. ereinion

    New Content - Implemented Voter Registration Form

    Could you add spoilers for which monsters the different votes lead to? It doesn't look like it is completely spaded yet, judging by the wiki (http://kol.coldfront.net/thekolwiki/index.php/Voting_Booth), but it would be useful for not having to look up that page in order to decide what monster I...
  7. ereinion

    Automating god lobster fights

    I have this small script, which is supposed to run my god lobster fights for me: boolean god_lobster_fights(int fights_to_run) { familiar fam = my_familiar(); int i = 0; if (use_familiar($familiar[god lobster])) { while (to_int(get_property("_godLobsterFights")) < 3 &&...
  8. ereinion

    Bug - Waiting for Info Game hangs on trying to enter the Secret Government Laboratory for the first time

    I'll try it again next ascension, although that may be a while :-P Should have thought of making a debug log before posting the report :-(
  9. ereinion

    Bug - Waiting for Info Game hangs on trying to enter the Secret Government Laboratory for the first time

    I tried entering the Secret Government Laboratory in order to get the personal ventilation unit for further adventuring there. Upon clicking on its image in the relay browser, I got the loading symbol in the browser, but nothing happened. Logging out of mafia, and trying to enter using vanilla...
  10. ereinion

    Remove security warning when opening kolmafia.jar

    The last couple of days, whenever I try to open a downloaded daily build from the download bar in my browser. I get a security warning: It basically says something like "kolmafia.jar is a program file, and can contain viruses and stuff. Are you sure you want to open it?" Needless to say I do...
  11. ereinion

    Bug - Waiting for Info Gnomish brewery booze does not show in the consumption manager

    I'm afraid so, today's special did show up.
  12. ereinion

    Bug - Waiting for Info Gnomish brewery booze does not show in the consumption manager

    Like it says in the title. The booze didn't show up even after I had drunk a few of them by hand. I was using r18945, and in a HC AoSP run.
  13. ereinion

    Detecting arrivals to clan

    If I want to have a bot who checks who comes and goes into the clan and announce it in chat, I guess there is no way to do this but to parse the clan activity log every few minutes?
  14. ereinion

    New Content - Implemented September 2018 IotM - The Neverending Party

    Could there be an auto-abort of the sort "there is nothing more to do in this area" once you encounter the Party's Over noncombat (choiceadv 1323, I believe). I had set mafia up to adventure in the Neverending Party for the rest of my adventures, and once it hit that adventure, it continued...
  15. ereinion

    Feature ASH fold() command

    As far as I can tell, there is still no fold function in ash. I'd appreciate it if one got implemented, but if there is not much interest for it, I'll just use a cli_execute, or something like what Bale posted early in this thread.
  16. ereinion

    Character Info Toolbox

    After trying that, it didn't seem to do the trick though. Do you have any idea of what the issue might be?
  17. ereinion

    Character Info Toolbox

    Got it, thanks a ton for the help :)
  18. ereinion

    Character Info Toolbox

    If I understand you correctly, I need to change "On The Trail alias:"", style:"font-weight:bold"" to something like "On The Trail alias:"", style:"background-color:#D7D7FF;color:#007C29;font-style:italic;font-weight:bold""?
  19. ereinion

    Character Info Toolbox

    A thing I'd love to see in the script (it may already be there, if it is I'd be really grateful if someone enlightens me on how to include it in my layout) - highlighting certain effects in the effects block, similar to how e.g. upcoming digitizations are highlighted. More specifically I often...
Back
Top