Search results

  1. I

    AccountVal - What are you worth? What can you sell..

    Try !familiar or !bound
  2. I

    AccountVal - What are you worth? What can you sell..

    Whoops! That's entirely on me. I forgot to ensure that the github actions would update the accountval_binds.txt as well. Should be resolved now.
  3. I

    AccountVal - What are you worth? What can you sell..

    That's weird, it's like you're running a older version of the script and a newer version. That code was added to fix an issue that was already corrected. Try reinstalling.
  4. I

    r26025 - Add autoForbidIgnoringStores property by @Veracity0 i

    @Veracity https://github.com/kolmafia/kolmafia/blob/main/src/net/sourceforge/kolmafia/request/MallPurchaseRequest.java#L52 Did you mean\\s?,\\s? or \\s*,\\s*
  5. I

    AccountVal - What are you worth? What can you sell..

    Instead of filtering, I've changed it to output into a single line.
  6. I

    AccountVal - What are you worth? What can you sell..

    svn checkout https://github.com/libraryaddict/KolMallHistory/branches/release/
  7. I

    AccountVal - What are you worth? What can you sell..

    Script has been updated to allow a ton more filtering, use "help" as a parameter to get more information. May also be more accurate.
  8. I

    AccountVal - What are you worth? What can you sell..

    Yes, this one isn't excluded. But as Crow said, it's pulling data from mall sales data. Which this one does as well.
  9. I

    AccountVal - What are you worth? What can you sell..

    This script allows you to view what your account is worth, what your expensive items are, what would be some good stuff to sell to make liquid.. Etc. This also pulls data from coldfront sales data. This is heavily inspired, and a rewrite of Soolar's script found at...
  10. I

    Scripts on SVN

    https://raw.githubusercontent.com/libraryaddict/KolAccountVal/master/script.json { "repo": "https://github.com/libraryaddict/KolAccountVal/branches/release/", "author": "Irrat", "name": "AccountVal", "shortDesc": "Script to value the worth of your account", "category": "information"...
  11. I

    Bug - Fixed my_class() returning void for Actually Ed the Undying

    This would be caused by https://github.com/kolmafia/kolmafia/commit/c82d28d5ee5969ecb970ede7f8db2a7b0167c852 The class is reported by KOL as "Ed the Undying" however Mafia expects "Ed" public static final void setAscensionClass(final String className) {...
  12. I

    Bug - Fixed Ed Undying returns null? for my_class()

    Noticed this over the last week or so, not sure if it's been ongoing. But my_class() is returning void when in an Ed Undying run. This is aftercore on a freshly started mafia instance. If I call api.php myself ash visit_url("api.php?what=status&for=status") Then the class will be updated and...
  13. I

    Bug - Fixed Exception when trying to use kmail gui to pick an item

    When attempting to attach an item to a message using the mafia GUI, an exception is thrown. This GUI to be exact. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= KoLmafia r25808, Windows 10, Java 11.0.10...
  14. I

    Philter, the inventory cleanup script

    Was setting up my rules and I noticed a few things. 1. It'd be cool if the top menu (Count, Price, Name, etc) were clickable to sort the rows. This was especially because I wanted to find the expensive stuff to sell myself, instead of sellbot it. 2. When switching tabs, I lost progress. Which...
  15. I

    Bug Maximizer mall search cannot be properly interrupted

    Build: 20742 When performing a mall search with Maximizer, pressing escape will visually quit the mall search in CLI. But if you look at the underlying code, the mall search is still silently going on. I'm not sure of the details that much as I didn't bother looking into that aspect. So...
  16. I

    Bug Text display may become weird on different versions of Java

    First Seen: 20716 Reproduce Steps: First can try updating Java to the latest, if that fails then set `swing.boldMetal` to true to force the issue. Steps to Fix: Make sure `swing.boldMetal` is false. On newer versions of Java, of which I had reproduced on Java 16. The text display will become...
  17. I

    Feature Bring 'Chat' window to top if already opened

    Currently when the Chat button is clicked, if not previously opened it will open the window as expected. However if window has already been opened, then the button will appear to do nothing. Instead I propose that the chat window should be brought to the front, as is the behavior for other...
  18. I

    New Content IOTM - April 2021 - Backup Camera

    Not sure if this would be a bug, but when changing Backup Camera modes, it's unequipping, changing the mode, then re-equipping. Despite the camera not having this problem prior.
Back
Top