Recent content by Morgoth1145

  1. M

    Manuel Progress (the relay version)

    This is quite nice. One thing that I like in MissingManual that this doesn't do though is hide monsters that have 100% completion. Would it be possible to add that as an option as well, on top of hiding areas that are 100% complete? Even without that I'm probably going to use this instead...
  2. M

    OCD Inventory control

    min with the price as hovertext?
  3. M

    Sourceforge downtime -- discussion of alternatives

    I would recommend Git Extensions to anybody who has not tried it. I would recommend Git Extensions over TortoiseGit (which I saw mentioned in this thread as well.) Its installer bundles msysgit so that you don't need to go searching for git itself, and it provides GUI hooks for most anything...
  4. M

    EoD Softcore Ascension Script

    Ah, that makes sense. That does sound useful, though my alt has some Standard runs to get through first before hardcore karma farming. I suspect others will want to use this sort of script to burn through Normal Standard runs for rewards, if nothing else.
  5. M

    EoD Softcore Ascension Script

    I just started another run on my alt with this script, and noticed that the script pulls both a clockwork maid and a meat maid. That greatly confuses me. Am I missing something, or is that just wasting a pull since those are mutually exclusive?
  6. M

    EoD Softcore Ascension Script

    Update: Got to day 4 of the script (the consumption issues seem to be rooted in using spleen items instead of chewing them.) Hit an issue with Staff of Ed. There seem to be two issues here. The first is that it uses i_a("staff of ed") to determine if Staff of Ed is available. This (and...
  7. M

    EoD Softcore Ascension Script

    ...no? set_property overwrites settings that the user does in the cli.
  8. M

    EoD Softcore Ascension Script

    I tried this on an alt today and ran into the tower revamp stuff. After commenting that stuff out, I ended up seeing that my settings kept getting overwritten. Would it be possible for you to change to using zlib for variable storage? That not only will not continually overwrite settings...
  9. M

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

    That is working properly. Sorry for saucemaven being so annoying.
  10. M

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

    Hey, at least it's easier than the previous thing I noted. Unfortunately, I think that the code checked in is wrong. The condition is not simply whether a scrumptious reagent was involved. According to the wiki both Hell broth and fleetwood mac 'n' cheese are not affected by saucemaven. In...
  11. M

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

    Where is that? I searched for both "saucemaven" and "hot hi mein" in EatDrink.ash and found no hits. I also verified that the svn checkout is up to date and has no local modifications.
  12. M

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

    Does simulation ignore the current class? I am a Sauceror with Saucemaven, but EatDrink.ash is reporting the following: Fav: <b>hot hi mein</b> lev:7 gain:5.0 adv:24.5 musc:73.0 myst:17.5 mox:32.5 meat:4698 own:91 value:13837 By my calculation, the adv should be 34.5. (In fact, by my...
  13. M

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

    I did notice that it was marginal value, though since the first case was homogenous consumption and the second nearly homogenous, I would expect the marginal value to be the total value over the fullness (or nearly so in the second case.) If Garish and lasagna were considered as a single unit...
  14. M

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

    So I was comparing the advice from EatDrink and http://www.houeland.com/kol/diets. I was surprised to see that they differ. This led to an investigation where I found out more about this script and the variables going into it. I found a setting that gives advice (at least today with today's...
  15. M

    CanAdv -- check whether you can adventure at a given location

    Spectral Pickle Factory does not seem to be working. The current check is: if (!primecheck(50) || today_to_string().substring(4, 8) != "0401") return false; Which then falls through to the next case. Shouldn't it be: return primecheck(50) && today_to_string().substring(4, 8) == "0401";
Top