Recent content by dawdawdo

  1. D

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

    Am I missing an include here? Undefined reference to function 'historical_age' (eatdrink.ash, line 898)
  2. D

    Get Slimy

    I found a very sneaky bug. If your current HP is exactly equal to the calculated slime damage, the main while loop goes infinite. It has something to do with the restore_hp function. I guess it thinks you have already reached your desired HP. I'm sure it could be fixed with a +1 (or -1)...
  3. D

    Deep Suggestion - NS Familiar Guide?

    You could try renaming your familiars: For example if the Barrrnacle is used to defeat the potato, just rename your Barrrnacle to "Potato"
  4. D

    Clan Hopper

    Well, I made a first attempt at this. I think I need a little debugging help though: I grabbed the form for switching clans from clan_signup.php and I want to change it slightly so that it has a name I can access with javascript. The problem is that while contains_text() finds the string I want...
  5. D

    topmenu.php override -- split your inventory link into pages

    I added this to the "relay" folder and checked Enable user-scripted relay browser overrides. Am I missing something? My browser is Firefox. Will this only work in the minibrowser? Thanks. Update: Nevermind! (walks off shamefully embarrassed)
  6. D

    Jewel-eyed wizard hat vs nurse's hat

    You might also try putting it in your DC.
  7. D

    Time function?

    That script works? It looks like that while loop will never end because the adv variable is initialized once, and then neverchanges. If it does indeed work, then ignore this, but I would suggest instead: while(my_adventures() > 40) { adventure( 1 , $location[Haunted Billiards Room] ); wait(3)...
  8. D

    KoLmafia Praise

    Mafia really refines KOL. It's like the 1.10 patch to Diablo II; Everything you didn't know you were missing.
  9. D

    Clan Hopping

    If it put a dropdown menu on the top pane (like the raidmanager GM script) it would only have to load once (of at least very infrequently) since that top pane does not refresh the way the others do. This would actually be very useful... /em goes to find out how to request a feature.
  10. D

    How do I get rid of the Image on the KolMafia Login Screen?

    The thread is here: http://kolmafia.us/showthread.php?t=523&highlight=change+login+picture There relevant part is here: You can actually change the image that appears KoLmafia's login window to any JPG/GIF picture you have in your KoLmafia "images" folder typing in the following to the gCLI...
  11. D

    Mafia + GM issue

    I give this a tentative "thumbs up." It has worked with very light testing so far... Thanks a lot everyone.
  12. D

    Mafia + GM issue

    This sounds exactly like my problem, thanks! I will move over to that thread.
  13. D

    Mafia + GM issue

    Hi folks, I posted about this a while ago, but I was wondering if someone could help me determine what is actually causing the problem. When I have Mafia + GM running on Firefox, the browser crashes after about ten clicks or so. Changing any of the parameters alleviates the problem. That is...
  14. D

    What editor do you use?

    We had a similar discussion a while back. You can find two other Notepad++ definition files there from myself and Kain, among others: http://kolmafia.us/showthread.php?t=37
  15. D

    Spooky Putty sheet - request, kinda

    Usually to get a response for help with a script you need to at least make an attempt at doing it yourself. That said, I can tell you that detecting the rotund duck can be done as a custom combat script. Just add [rotund duck] 0: steal item 1: item spooky putty sheet 2: attack to your custom...
Top