Search results

  1. icon315

    Feature Option for clan snapshots to ignore (inactive) players or players of a certain rank.

    Do you think it'd be a good idea to make it so that in snapshots we are able to exclude people in a certain rank or ignore those that are marked as inactive on the roseter. In my clan we set people that are inactive as a certain rank, so excluding them would be nice. Having it ignore the tag...
  2. icon315

    Question about CCS

    Not sure where else to post this. Not sure if it was a bug or intentional. Does mafia not check whether you have a skill before executing a macro? For example if you CCS is [ default ] special action skill cleesh attack with weapon Why does it just execute a macro with attack if you don't have...
  3. icon315

    Bug - Fixed Table misnamed in ascension snapshot

    Maybe something like this: http://i.imgur.com/tGcs53H.png Edit: Or maybe since it already gets the profile, we could make it look at the last login instead. So have it ask: Ignore members inactive (in months). But having it ignore the tag means we retrieve it from the roster page and therefor...
  4. icon315

    Bug - Fixed Table misnamed in ascension snapshot

    Looking at persistence/AscensionSnapshot.java the reason is just a simple mistake pathFilter == AscensionSnapshot.GELATINOUS_NOOB ? "Nuclear Autumn " : //should be pathFilter == AscensionSnapshot.GELATINOUS_NOOB ? "Gelatinous Noob " : edit:Also i have a request, do you think it'd be a good...
  5. icon315

    Slime Tube Adventuring Script

    try going here http://127.0.0.1:60080/relay_slime.ash
  6. icon315

    Bug - Fixed Pullable/Buyable in softcore uses meat on hand instead of in hangks

    I won't be able to test it for a bit, just broke the prism :/
  7. icon315

    Bug - Fixed Pullable/Buyable in softcore uses meat on hand instead of in hangks

    It doesn't work. The problem is that it still checks your meat on hand, since the second if statement is still executed; Therefore it still blanks out cmd.
  8. icon315

    Bug - Fixed Pullable/Buyable in softcore uses meat on hand instead of in hangks

    Yeah the code for graying out is in maximizer.buffs.java In the first of the functions. I'll test it when I get home
  9. icon315

    Bug - Fixed Pullable/Buyable in softcore uses meat on hand instead of in hangks

    The code finding whether you have enough meat is here // net.sourceforge.kolmafia.maximizer.Maximizer.java //1,650: if (price > KoLCharacter.getAvailableMeat()) //To fix it (maybe) change it to: if (price > (KoLCharacter.canInteract() ? KoLCharacter.getAvailableMeat() ...
  10. icon315

    Bug - Fixed Pullable/Buyable in softcore uses meat on hand instead of in hangks

    As the title says, the maximizer uses the meat you have on hand to determine if you are able to acquire the item, instead of using your meat in hangks. This makes it so that the option is grayed out and therefore it can't be selected http://i.imgur.com/XJWz3KE.png PS: While i am on topic of...
  11. icon315

    Kolmafia modifier maximizer not searching the mall in ronin/hc?

    I really like this new feature, though i kinda wish that pullable and buyable/pullable were two different options, instead of having to set a price limit every time the maximizer gets reset.
  12. icon315

    Bug - Fixed Clan snapshot not detecting GN or Nuclear autumn runs

    These changes should fix all the above bugs. //AscensionHistoryRequest.java //line 825 columns[ 3 ].contains( "JICK" ) ? AscensionSnapshot.GELATINOUS_NOOB : //to columns[ 3 ].contains( "gelatinousicon" ) ? AscensionSnapshot.GELATINOUS_NOOB : //line 858 columns[ 8 ].contains( "gelatinousicon"...
  13. icon315

    Guide

    if ($skill[Lash of the cobra].have_skill() && mafiaIsPastRevision(15553) || true) { This is making it so that the lashes count show up even if i don't have the skill.
  14. icon315

    Character Info Toolbox

    You are doing it correctly, the problem is with this line #51 in charpane.ash setvar("chit.toolbar.moods", true); When setting that var mafia expects either a true or false. It takes any other input as false when it is reloaded. changing that line fixes the issue setvar("chit.toolbar.moods"...
  15. icon315

    Bug - Fixed Clan snapshot not detecting GN or Nuclear autumn runs

    As the title says the snapshots don't seem to pick up any of those two seasonal paths. A nice addition would be if you could change the "Allow multiple appearances" to "Number of appearances allowed per person" Also it seems like the Food/Drink Breakdowns break down food not just by type but the...
  16. icon315

    Automatically download the newest daily build

    Anyone have a copy of the executable? Both links are 404
  17. icon315

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    Is there a way to get the cost for the bartender/chef to see if it's cheaper just to buy them crafted? autoBuyPriceLimit => 6250.0 Verifying ingredients for chef-in-the-box (1)... Verifying ingredients for nothing-in-the-box (1)... You need 1 more spring to continue. autoBuyPriceLimit => 20000...
  18. icon315

    Bug - Fixed KoLmafia attempts to repeatedly visit the rumpus room for a clanless character

    I had the same bug yesterday, I haven't been able to reproduce it though. I ended up having my alt join a random clan, then leaving it, and haven't had the same issue again.
  19. icon315

    One-Click Wossname -- automatic level 12 quest completion

    Yeah it does, just used it last night and completed the frat alpha medal. Took me a bit to remember how kolmafia works but after setting it up it ran with no problems
  20. icon315

    Bug - Waiting for Info Mafia randomly stops working

    Hmmm, i'll try that EDIT:I completely disabeled AVG, and it still did not work. I'll try a clean install.
Back
Top