Search results

  1. Phillammon

    Bug Gelatinous Noob absorbed enchantments persist through logout

    That's correct- if you so desire I will happily add it to liberateKing too. At present absorbed enchantments are ignored when not in noobcore regardless, which solves this indirectly, but futureproofing seems like a wise idea.
  2. Phillammon

    Bug Gelatinous Noob absorbed enchantments persist through logout

    I had initially hoped for that as well, but as has been detailed by fredg above, this is not the case- Reset only resets the double, string and bitmap arrays, and leaves the modifiersbyname map untouched, which is the relevant one. (It should be noted that I have tested the patch noted above and...
  3. Phillammon

    Bug Gelatinous Noob absorbed enchantments persist through logout

    Patch for the above bug is attached
  4. Phillammon

    Bug Gelatinous Noob absorbed enchantments persist through logout

    To reproduce: With two accounts in Gelatinous Noob, A and B. Log in to A. Absorb 15 x Light that Never goes Out. Log in to B. Absorb 15x meat paste. Modtrace Smithsness. Expected behaviour: B reports 0 Smithsness Actual behaviour: B reports 75 Smithsness from absorbed equipment.
  5. Phillammon

    Bug user_prompt does not wait for input in headless mode

    When launched with --CLI, scripts containing a user_prompt invocation will print to the cli, but not actually wait for input.
  6. Phillammon

    Bug JavaScript bugs

    I'm seeing threads on that from 2007, but the recommendation was "Just use arguments to main", hence this being my request. If we can get user input for ash and js generically that'd be wonderful.
  7. Phillammon

    Bug EXCEPTION_ACCESS_VIOLATION crash on running with --CLI on windows 10.

    In theory you can start the GUI by running any command depending on the ui, such as `relay`, but in practise the result when headless is enabled is as follows: > relay > java.lang.reflect.InvocationTargetException at...
  8. Phillammon

    Bug JavaScript bugs

    To be clear, this is not the multiple args case but the any args at all case
  9. Phillammon

    Bug _mimeArmyShotglassUsed failing to update

    Appears to have been introduced in between r20783 and r20794
  10. Phillammon

    Bug _mimeArmyShotglassUsed failing to update

    Several reports coming from Garbo users on this one- drinking splendid martinis is failing to update _mimeArmyShotglassUsed, leading to automatic overdrinking.
  11. Phillammon

    Bug JavaScript bugs

    When a function is exported as main in a js script, and has parameters specified that are not supplied as arguments, Mafia barrels through with them set to undefined. In ASH, mafia prompts the user for input, which is the expected behaviour.
  12. Phillammon

    Bug EXCEPTION_ACCESS_VIOLATION crash on running with --CLI on windows 10.

    Afraid I don't know enough to help diagnose this one besides the below error log- when run with the --CLI flag, there is no output and the below error appears in the directory KoLmafia.jar is stored in. Reproduces reliably when launching KoLmafia.jar on r20783 with the --CLI flag, regardless of...
  13. Phillammon

    Bug - Fixed "Underwater Familiar" boolean modifier does not respect Bloody Nora

    A Robortender that has been fed a Bloody Nora should correctly be considered an underwater familiar for the purposes of the Underwater Familiar boolean modifier, but appears not to be in r20767- easily demonstrated by maximizing sea.
  14. Phillammon

    PhillaSausage-O-Matic (One-click multi-sausage creation!)

    Hi there! I've been meaning to learn relay scripting for a while, and January's IotM seemed like as good an excuse as any! PhillaSausage-O-Matic will craft and grind meat paste for you, craft as many sausages as you require in a single button press, and does some of the arithmetic for you to...
Top