Search results

  1. B

    Bug Mafia Slowness

    Here is what I am playing with so far. This isn't perfect, this isn't clean, just what I am working with. Cleaning comes after. #!/bin/bash ## This script optimizes the CPU and sets java's memory usage for Linux ## This script MUST be located in the same directory as the KoLmafia .jar file ##...
  2. B

    Bug Mafia Slowness

    The script I mention is the Launcher script I made to preset and optimize then Launch KoLMafia. The slowness is general, It doesn't matter if I am manually running turns or running the more intensive sl_ascend, I still experience slowness. When I am manually running turns the only active...
  3. B

    Bug Mafia Slowness

    Just to quickly list optimizations that I am playing with in my script that I have been finding help A LOT: 1) CPU optimization - Out of the box most CPU's are set in a powersave mode on some or all cores. You can use utilities to set this to "performance" mode. Additionally some BIOS settings...
  4. B

    Bug Mafia Slowness

    Huh, I'm surprised you aren't having issues with Chrome. Both Firefox and Chrome historically have issues w/ accessing localhost w/ IPv6 settings enabled. Turning off IPv6 setting in both the browser and on the system usually helps.
  5. B

    Bug Mafia Slowness

    Just an FYI, while running java from the terminal, I notice this error right before the biggest slowdowns: WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.tmatesoft.svn.core.internal.util.SVNSocketFactory...
  6. B

    Bug Mafia Slowness

    I don't know much about Windows, but I suggest looking at the minecraft community's suggestions for optimizing Java. The options they have (plus some experimenting of my own) have been what I have been using for my script.
  7. B

    Bug Mafia Slowness

    I was running with a factory default CPU configuration, which I'd venture a lot of people use. Yeah, I hadn't started pulling parts out of it yet. I want to get to a certain optimization level and then scale back. My first step was getting the Minecraft stuff in there and working.
  8. B

    Bug Mafia Slowness

    OOkay, conferred with my IT guys that my computer wasn't silly itself. I explained to them the problem and they told me I should look into minecraft optimization for linux, since this problem is similar to what that community experiences. So that being said I read, I tinkered, and I made a...
  9. B

    Bug Mafia Slowness

    The only thing I have been updating is Mafia. This is my work laptop, updates are shut down it hasn't been updated for 3 months. Correction, I updated libxerces-c28 on monday.
  10. B

    Bug Mafia Slowness

    Over the last few weeks I've noticed Mafia getting slower and have had a few lockups. (Ubuntu 16.04, latest mafia version from Jenkins) Today it is VERY bad, I ran `top` and I see java using 100% of the CPU and 9GB of virtual memory. PID USER PR NI VIRT RES SHR S %CPU %MEM...
  11. B

    Bug - Fixed Can no longer use Potions from the main relay screen in recent versions

    Path: 2CRS Class: SC Browser: Firefox 63.0.3 (64-bit) Mafia: 19382 Ive been noticing this for a few days. After buying/creating potions there is no "use" or "use multiple" option in the relay browser anymore. See attached picture where I purchased glittery mascara and it does not have options.
  12. B

    Character Info Toolbox

    Is there any way to get Elemental resistances added next to their respective Elements in the popup chart? Or in a single line in XX/XX/XX/XX/XX format?
  13. B

    2CRS Catsup/Ketchup eating script

    Added 2 new pat/class combos
  14. B

    2CRS Catsup/Ketchup eating script

    Added Support for a few more recently spaded paths. Also added a new user settable feature that will ignore the estimate and eat until you are full or out of money.
  15. B

    2CRS Catsup/Ketchup eating script

    Ah, You are right! TCRS_Accordion_Thief_Blender.txt:7033 cup of lukewarm tea 1 EPIC TCRS_Accordion_Thief_Opossum.txt:7033 cup of lukewarm tea 1 EPIC TCRS_Pastamancer_Wombat.txt:7033 cup of lukewarm tea 1 EPIC TCRS_Sauceror_Platypus.txt:7033 mirror lime green spinning cup of lukewarm tea 1...
  16. B

    2CRS Catsup/Ketchup eating script

    Interesting. Thanks for this info. Oh neat. Ok I added them to my script. I will try to keep an eye out for changes. I didn't see any for the mugcakes sadly.
  17. B

    2CRS Catsup/Ketchup eating script

    You are right for the script as it is this would be more straight forward. This is one of my personal foibles, there are 2 reasons why I did it this way. 1) It is expandable. If I were to add a WishForMilk=2 option that will use all but your last wish, it takes less of a rewrite. 2) I've been...
  18. B

    2CRS Catsup/Ketchup eating script

    2CRS Catsup/Ketchup eating script (now drinks tea too) Nobody asked for it, nobody wanted it. I just got bored and decided to try something to aid me in learning to script in ash while aiding me in one of the more tedious parts of my day. I made a silly little script that determines if you...
  19. B

    Character Info Toolbox

    I s there an option to show more than just the last area adventured in? Usually I like to keep 2 there for cases with the Protonic Backpack.
  20. B

    New Content - Implemented Two Crazy Random Summer

    looking at the rune-spoon thing I posted earlier, I realize I forgot something, which I can't figure out how to add to it, the "Spoon Boon" rollover effect. I've been noticing sl_ascend never uses it as pajamas and this may be why.
Top