Search results

  1. P

    Feature Choice adventures

    Would it be possible to make it so that pressing the tilde character could run the predefined choice adventure choice? For example upon getting the louver it or lose it choice adv in the gallery pressing tilde would get main stat (if that was how it was set up in the choice adventure...
  2. P

    Character Info Toolbox

    I love how the new char pane looks. I have one request though, could you make it so that clicking on your meat, hp, mp, and adventures link to the respective doc.ash?topic= ?
  3. P

    Bug - Not A Bug Traveling Trader Coinmaster returns true for is_accessible() even when he is not.

    Cainmaster Traveling Trader is accessible function returns true when traveling trader is not in the kingdom. Repo in CLI: ash print ($coinmaster[traveling trader].is_accessible());
  4. P

    Currency Container

    Currency Container 2.0.0 Screen shot: Clicking on the image of meat in the Character pane launches the window shown above. Tracks currencies used by coinmasters plus hobo nickels and meat. Green for currently available coinmaster Red for currently unavailable coinmaster. Easy to use, just...
  5. P

    Inventory Processing Suite

    Inventory Processing Suite (Updated to 0.1.0) Inventory Process Suite 0.1.0 Screen Shots Inventory Process Suite is a per item inventory control script. NEWEST FEATURES: Smash Action! Mall price links to wiki mall price graph. IPS works by assigning a...
  6. P

    Master override relay scripts question

    Well, I was able to compile and it seems to work. The only other thing is that maybe there should be the line if(tryMasterRelayOverride && script.length()==0) return false; should be added to the end of it so that it doesn't make two attempts when no master relay override is set...
  7. P

    Building from the SVN?

    I have the items listed installed and working. I was able to build kolmafia by running ant from the command line in the proper directory and all what have you. But does anyone know how to build and run or debug kolmafia from eclipse. I have the project imported correctly but whenever I attempt...
  8. P

    Master override relay scripts question

    If a Master relay override script is set but it doesn't modify a particular page, does mafia try to get the relay script that it would have tried to get if there had been no Master relay override script? If this is true then perhaps replacing lines 65-68 of KoLmafiaASH.java with: public...
  9. P

    Item Desc overhaul and OCD Inv helper

    New update, I rewrote the pulverize detection. It should work for most if not all items now.
  10. P

    Avoing a crash if an Import fails

    I don't have any control over what files are in your scripts/relay directory
  11. P

    Avoing a crash if an Import fails

    Well I have script that Semi-depends on another script. There are somethings that can be done with just the script I wrote, and other things that require a Script written by someone else. I was hoping there would be a way that I would be able to afford the limited use of just my scripts stuff if...
  12. P

    Item Desc overhaul and OCD Inv helper

    New updates, details in first post.
  13. P

    Avoing a crash if an Import fails

    Is there a way to avoid the script failing if a particular import fails?
  14. P

    OCD Inventory control

    That sounds sweet, can't wait to check it out and I'll try to update my script rather then trying to blame my procastination on other people... :P
  15. P

    OCD Inventory control

    I was under the impression that you were working on some newer version. I didn't know that you were already done making the changes you were talking about earlier... was the only thing that you changed the filenames?
  16. P

    OCD Inventory control

    You can use http://kolmafia.us/showthread.php?5653-Item-Desc-overhaul-and-OCD-Inv-helper to add OCD info on a item by item basis through the item_desc pane. (pop up window from inventory). It is nothing well written but it gets the job done. Once the newest ver. of OCD is finished I plan to...
  17. P

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

    I am still getting an infinite loop sometimes from the files in the first post. I don't mind if it is more optimized or less optimized (As long as it doesn't spend > meatPerAdv*advPerFulDrunk), but the infinite loop error is driving me mad. Are the files in the first post the most uptodate versions?
  18. P

    Item Desc overhaul and OCD Inv helper

    The files have been update... things should work now. Also, I made changes so that using a url directly will trigger the script (Using both post, and get). The new files are necessary as breaking changes to the php script have been made. Sorry about the confusion.
  19. P

    Item Desc overhaul and OCD Inv helper

    Yea, I just got home and tried it. The sql server is having issues. I guess 99% uptime doesn't take into accoutn "Working uptime" vs "nonresponsive uptime". The web server is running fine, but it seems the sql servers are down.
  20. P

    Item Desc overhaul and OCD Inv helper

    Register globals is off on the server side php script and it gets the information from the post method rather then the get method, using a direct url in FF or any other browser will always result in no query unless there is a form submitting the request. The best way to see what the php script...
Back
Top