Search results

  1. C

    Modifier Maximizer

    One of my alts is able to help test this out. As a level 30 Sauceror, his unbalanced stats are: Mus 171, Myst 863, Mox 180. MP= 1294 wearing neither the Travoltan Trousers or the moxie magnet MP= 863 wearing both items MP= 1294 wearing just the Trousers MP= 863 wearing the...
  2. C

    Jewel-eyed wizard hat vs nurse's hat

    So, my softcore AT character has been wearing a nurse's hat (hp +300, mp/hp regen) and when i need to finally heal, mafia switches to the Jewel-eyed wizard hat for the -1 MP cost to cast Cannelloni Cocoon which heals me right up to 143 HP instead of the 518 i am expecting. Huh?!? :confused: Ok...
  3. C

    The latest Daily Build

    How about adding a sticky at the top of the Latest SVN Changes to link to the Daily Builds page? Also, is it possible for the Latest SVN Changes RSS posts to be in build # order? Thanks!
  4. C

    What editor do you use?

    mredge73: On Windows XP, Just unzip the file and copy it to C:\Documents and Settings\yourusername\Application Data\Notepad++\
  5. C

    Familiar Tracker

    Very nice script! And simple; simple is very good for me to learn more about ash scripting. Thank you for the great example of good code.
  6. C

    Buying raffle tickets

    storage = hagnk's closet inventory
  7. C

    Buying raffle tickets

    This is what i use in my end-of-day ash script: if(!in_hardcore() && (my_meat() > 5000)) cli_execute ("raffle 1 inventory");
  8. C

    One-Click Wossname -- automatic level 12 quest completion

    Could be a stupid question here, but in your Sidequest Outfits section, you default to "anti-gremlin" for the lighthouse and junkyard. What kind of eq should i be looking to wear to best adv in these areas? Thanks!
  9. C

    Trophy progress

    It is because of a change in mafia regarding comparisons. Edit the .ash file and change the = to == to fix the error. The single = is for assignation, not for comparisons.
  10. C

    How can I do a simple line break?

    It would be nice to use the '\n', but just do it manually with print(""); like this: print("I want to put: "); print(""); print(" this on another line.");
  11. C

    Zapping test statement problems...

    Wow! Zarqon, you are older than I thought! And still writing excellent code. So that's what the "Senior" member means. The FOR statement was invented in the 1950's I believe? Matt, there should be some prior knowledge online to debunk his claim. Ha!
  12. C

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

    This is awesome! The added links by dangerpin make it even better! Thanks!
  13. C

    question about familiar/familiar equip functionality

    Where does one find the familiars.txt file? I've been doing the looping, but then i have to keep upping the number of familiars. Using a map of a file that mafia/KOL updates would be much better i think.
  14. C

    One-Click Wossname -- automatic level 12 quest completion

    A suggestion and error Zarqon - Great script! i use it every run. I'll be sending a few bats your way. When i ran thru the Nuns sidequest, it bought some Knob Goblin nasal spray for me, but didn't change back to my previous outfit before putting on War Hippy Fatiques and continuing. This...
  15. C

    Mafia no longer identifies itself to servers -- is this intentional?

    I have been having a "i think this is related" problem lately; When i try to login, after i hit the login button, the results displays "Requests complete." and just sits there. When i have it show the gCLI, this is all it says: Validating login server (www3.kingdomofloathing.com)... Sending...
  16. C

    No more Auto-Buy Chewing Gum in The Sewer?

    There seems to be something wrong in the marketplace these days. Somewhere along the way, Kolmafia no longer auto purchases Chewing Gum on a String when you adventure in The Sewer, either manually from the Relay Browser, or from my .ash scripts. I don't know exactly when this started, but within...
  17. C

    How many Mr. As do I have?

    Well, that certainly shows that my thoughts were wrong. Sorry that i made you test that for nothing. Now back to my code to make it work without the refresh. That should be easier now with the familiar_equipped_equipment() function. Thanks again!
  18. C

    How many Mr. As do I have?

    That would great! After a use_familiar(), I am using have_equipped() to look for a specific item (See code below). If I don't do a refresh equipment before using have_equipped, strange things happen. The best i came up with when i was extensively troubleshooting this back in May, was that...
  19. C

    How many Mr. As do I have?

    Is there an easier way to take inventory of specific familiar equipment (like Items of the Month) that are equipped on familiars in your terrarium without changing familiars before each check? I have found that i need to do a refresh after changing familiars or the fam eq doesn't get updated...
  20. C

    How many Mr. As do I have?

    Would equipped_amount also work for equipment on your familiar? and also for equipment on familiars in your terrarium? Thanks!
Back
Top