Search results

  1. matt.chugg

    Feature - Implemented Make stationary buttons stationary

    Its generally not a good idea to load multiple versions of the jQuery Library, unless loaded using noConflict(). http://stackoverflow.com/questions/1566595/can-i-use-multiple-versions-of-jquery-on-the-same-page I find loading them from the google, or jQuery CDN useful too (also meaning you...
  2. matt.chugg

    Feature - Implemented Make stationary buttons stationary

    In my day to day job, I tend to use a query string with my CSS file declaration to prevent caching, this means I don't have to update the Filename each time, just change the declaration. Sometimes I also use PHP to automatically update the querystring every day to eliminate this change as well...
  3. matt.chugg

    Feature Maximizer and Spending Adventures

    It does warn me, but only when it executes that line, for example after i've already used my GAP power, which then means I waste 1 turn of the buff using an adventure! no biggie, just gotta think more carefully before I do it, mark as rejected if its not possible
  4. matt.chugg

    Feature Maximizer and Spending Adventures

    When executing the maximizer with multiple items selected, I think it would be useful to know if any of the selected items to execute require an item which would result in adventures being spent to craft, for example if selecting 5 things to execute, and one requires adventure-based crafting...
  5. matt.chugg

    Bug - Fixed Effect Slicked-Back Do (possibly) incorrect in data file

    In the Modifier Maximiser when maximizing moxie, I get the effect ID (f9c4145cc96ab8b3479d3eb88696da8b) instead of a message, First thought was an issue with the data file but can't confirm this Screenshot attached
  6. matt.chugg

    Bug - Not A Bug r12471 - clusterbomb create fail

    if it helps, none of them work with the plunger, spooky, cold, hot, stench or sleaze
  7. matt.chugg

    Bug - Not A Bug r12471 - clusterbomb create fail

    meh ninja'd! Using vanilla KOL and visiting plunger and attempting to create a hot cluster bomb has same message: I tried both manually selecting the hot cluster and length of old fuse AND selecting hot clusterbomb from the preset list I think this means is IS a KoL bug
  8. matt.chugg

    The wiki, dropbox and symlinks

    On the wiki, the instructions suggest using the below command to set up the symlink for using KoLmafia with Dropbox ln -s /Library/Application\ Support/KoLmafia /path/to/dropbox/folder/KoLmafia I believe this to be incorrect in 2 respects, but am happy to be corrected, 1: KoLmafia, on my...
  9. matt.chugg

    Bug Referer filter can be circumvented

    IDEA: Have mafia create a unique session ID when the relay browser is launched and pass it in a query string to the launch url, (eg game.php?session=someGUID) The first request mafia will then see will be to game.php and will also contain the query string which can obviously be removed before...
  10. matt.chugg

    New Content - Implemented Crackpot Mystic has new items for sale!

    I think it was 11800 http://mattchugg.com/kolmafia/svn/?q=pixel http://mattchugg.com/kolmafia/svn/?q=mystic
  11. matt.chugg

    Problems with the diff link in latest SVN update posts.

    Excellent! I've updated the feed, any new posts from now on will had side by side diff links. dupes deleted.
  12. matt.chugg

    Problems with the diff link in latest SVN update posts.

    3 to nothing is good enough for me, I'm happy to make the change, however RSS bot will again see that things have changed and re download the last 10 items, so if anyone with enouguh permissions to delete the 10 news ones is on-line, ping me and I'll do it then, if no-one has in the next 24...
  13. matt.chugg

    New Content - Implemented Avatar of Jarlsberg (Items have their own thread)

    The fax machine can't be used in this run: Jarlsberg was more into magic than technology. Seems handled by: Receiving a fax. Huh? Unknown response. but do we disable request a fax or anything else for this type of thing? (to be clearer, you can access the fax machine, but not actually...
  14. matt.chugg

    Problems with the diff link in latest SVN update posts.

    Very sorry, I am an idiot, please could you delete the last 10 as rssbot is about to redo them, with proper links No excuses here, I should have double checked harder! sorry!
  15. matt.chugg

    Problems with the diff link in latest SVN update posts.

    not RSS bots fault, something wrong with the cron job on my server, I've run it manually for a minute while I investigate EDIT: turns out, if you don't copy the new version to the live server, cron really isn't going to be able to figure out how to run it! :P
  16. matt.chugg

    Problems with the diff link in latest SVN update posts.

    fixed the view and diff links in the rss feed. rss bot will now think the last 10 commits are new and will repost them, sorry about that!
  17. matt.chugg

    Problems with the diff link in latest SVN update posts.

    theres now an rss feed? should rss bot use that instead of mine, I don't think it shows which files have been changed though
  18. matt.chugg

    Problems with the diff link in latest SVN update posts.

    updated the svn->mysql script, feed is all up again
  19. matt.chugg

    Problems with the diff link in latest SVN update posts.

    Did you press it? do I need to do anything?
  20. matt.chugg

    KoLMafia on iPhone..

    Storemanage.java This fixes the above one: if(StaticEntity.isGUIRequired()) { StoreManageFrame.cancelTableEditing(); } Seems really slow make http requests, maybe not using wifi for some reason, i'll look into this, the...
Back
Top