Search results

  1. matt.chugg

    KoLMafia on iPhone..

    I can't obviously recommend jail breaking because that would be bad, but in my experience of jailbreaking with several phones and several versions of IOS now, it's pretty difficult to "brick" the phone, worst case for me has been having to plug into iTunes and restore, and that was more my fault...
  2. matt.chugg

    KoLMafia on iPhone..

    New jailbreak for IOS6 on iPhone 5 has got me back on this project AND I'm getting closer, I've had to make a few modifications and recompile a few times, but its all good fun! Current state: LOGGED IN! :) all changes so far have been GUI related: KoLConstants.java line 79: Changed to...
  3. matt.chugg

    New Content - Implemented New Yearly Familiars 2013

    loose blade, goblin bone hilt and sticky sword blade are all variations of parts of the Truthsayer, these are the parts I created and un-tinkered but forgot to copy out, they aren't in the mall either, only (current) way to find them is to create them and un-tinker if you haven't already made a...
  4. matt.chugg

    Feature - Implemented Include details about new items in session log

    Works fine. from session log: museum.php?place=collections managecollection.php?pwd&action=take&howmany1=&whichitem1=6057 -------------------- 6057 Meatcleaver 992124594 meatcleaver.gif weapon 0 Meatcleaver 200 Mus: 200 2-handed sword Meatcleaver Meat Drop: +35, Weapon Damage Percent: +100...
  5. matt.chugg

    Feature - Implemented Include details about new items in session log

    Well that makes sense! 2 of the 3 "subitems" are on my discoveries page, (loose blade, goblin bone hilt) but not in the mall, could mafia "discover" things when visiting this page manually i nthe relay browser, like it does in the mall?
  6. matt.chugg

    New Content - Implemented New Yearly Familiars 2013

    Also got this one now, I did have all the parts too, but forgot to copy and paste them, they don't seem to be in the session logs either, there's a feature request for that to happen too :) -------------------- 6067 Truthsayer 435957416 truthseeker.gif weapon 0 Truthsayer 200 Mus: 200 1-handed...
  7. matt.chugg

    Feature - Implemented Include details about new items in session log

    Could mafia include details about unknown items found in the session logs? I finally got all three parts for a Truthsayer, I even made all three first parts (loose blade, goblin bone hilt and sticky sword blade) by untinkering before creating the final item so i'd have discoveries and item...
  8. matt.chugg

    Feature - Rejected Mafia to include trophies in its internal data

    I definitely don't want to add another server hit, any request to that page can be done using a script. I just thought a map of trophies that could be accessed with file_to_map would be useful to people other than me. (I'm working on a script that would find it useful, but if necessary I can...
  9. matt.chugg

    New Content - Implemented New Yearly Familiars 2013

    Couple more from the meatrealm Unknown item found: Meatcleaver (6057, 992124594) -------------------- 6057 Meatcleaver 992124594 meatcleaver.gif weapon 0 Meatcleaver 200 Mus: 200 2-handed sword Meatcleaver Meat Drop: +35, Weapon Damage Percent: +100 -------------------- You acquire an item...
  10. matt.chugg

    Feature - Rejected Mafia to include trophies in its internal data

    Personally I don't need it to know which ones you have and don't have, but it could be useful (to me and a script I'm writing) if Mafia had an internal list of trophies, including trophy name, image name and maybe a short requirement description as proxy records. I believe BCC has a lot of the...
  11. matt.chugg

    Aborting during prePVPScrtip

    Is there away to stop mafia completely BEFORE commencing the fight? print("Aborting Fight"); abort(); This causes mafia to declare peace, but only aborts the current script, not the calling thread. (Does world peace, indicate GLOBAL abort of everything?) > pvp 1 flowers Use 1 PVP attacks...
  12. matt.chugg

    New Content - Implemented Crimboku

    All the items from the shop thingy! Unknown item found: bubble-wrap simulator (5929, 209664307) -------------------- 5929 bubble-wrap simulator 209664307 bubblewrap4.gif usable t,d 25 # bubble-wrap simulator -------------------- Unknown item found: BittyCar SoulCar (6046, 553247111)...
  13. matt.chugg

    Show quantities already owned in shops in relay browser

    Useful for the "I need one of everything" people! Here's a little function I put in my master relay to show how many of the items I already have in my inventory, dc or storage when visiting various shops around the kingdom string pagename = get_path(); string [string] fields =...
  14. matt.chugg

    Problems with the diff link in latest SVN update posts.

    Go for it, I'll patch up the feed when it breaks! sorry for lateness coming to this thread! shouldn't need anything from Fewyn or modifications to rssbot, the bot will just read what the feed gives it. i'll turn on email notifications for this thread!
  15. matt.chugg

    OCD Inventory control

    Not a complaint! just a request :) I modified lines 489 - 502: int AddQ; string DefaultInfo; foreach key in OCDefault { if(!(OCD contains key) && item_amount(key) > 0) { AddQ += 1; DefaultInfo += "<tr><td>" + key + "</td><td>" + OCDefault[key].action + "</td></tr>"; } } int...
  16. matt.chugg

    OCD Inventory control

    FEATURE REQUEST: Could the Add Default button either tell you what it's going to do, or at least tell you what it's done, its current behaviour isn't satisfying my OCD as much as it could! :P
  17. matt.chugg

    Turnip check?

    Revision 119 by shwei - 2006-04-13 08:56:43 Remove "turnip" phrase (use "visit" instead) Resize flower hunting frame to smaller resolution Fix museum item count handling in ASH Cleaning up item-string conversion for ID-based initialization /src/net/sourceforge/kolmafia/AdventureFrame.java...
  18. matt.chugg

    Latest SVN Changes forum section not updating

    Aslo, you can send me a message when it breaks! i'll see quicker like that, although i'd like to point out that uptime has been fairly good! I dont' remember the issue in July, possibly missed that completly! sorry bout that! it should handle any future characters ok now though. If there are...
  19. matt.chugg

    Latest SVN Changes forum section not updating

    Reference to undefined entity 'Atilde'. Line: 27 Character: 62 <title>11509: Add support for Summon Rad Libs. Add papier-mâché glob. Explicitly add the plural of...</title> The problem is in the title element, which is encoded, but the xml standards don't allow anything except > < & and I...
  20. matt.chugg

    Feature - Implemented make_url() with no arguments

    Isn't the function to get the url of the page you are on get_path() ? Its been a while since I worked on a relay override, but this is straight out of a global override I was working on: // get page name and postdata/querystring string pagename = get_path(); string [string] fields =...
Back
Top