Recent content by dornbeast

  1. D

    FightOptimizer.ash

    It's out of date, certainly. As an incomplete list: it needs at least one "+ to damage" item added, it needs Flavour's +10 to damage added in, and the spell cap calculations are off. While the first two items are trivial, fixing the spell cap calculations isn't.
  2. D

    Spellcap.ash needs testing, refining, and adoption...

    Harry Crimboween's FightOptimizer is great, but...well, it's running on an estimation of damage from being over cap. What I set out to do was improve the FightOptimizer code. Unfortunately, it's written on a level where I can't figure out what to do. So I went for a simpler task: test all the...
  3. D

    Request: Right-click to cast

    In 11.7, there's no easy way to up the time on an active effect that I can find. I have to look at the list, switch to the graphical CLI, and type "cast x effect" to do that. Would it be any trouble to add a "Cast" option to the right-click menu? Preferably, it would bring up a dialog box...
  4. D

    Equip best familiar, add more familiars.

    I think I'd go with creating a variable best_familiar. string best_familiar = "" if (have_familiar($familiar[ Coffee Pixie ])) { best_familiar = "Coffee Pixie"; } Repeat until you have your best familiar. Then use best_familiar in place of the $familiar [X] part for equipping. You're still...
  5. D

    Scrolls script: Not Ready, help requested.

    So here's all I know: There was a request for a script that could handle a Rampaging Adding Machine (RAM for short), crafting scrolls as necessary. I've attached an early version of the script necessary to handle it. The existing weaknesses of this version are: I don't know how ending combat...
  6. D

    Butterflies script needs meat-to-closet line.

    Thanks to Holatuwol, I have a possible working version. However, I'm at the beginning of what will probably be a slow HCO run, so I won't be able to test it. What should happen: If you don't have any butterflies, the script will tell you so. If you do have chaos butterflies, the script will...
  7. D

    Butterflies script needs meat-to-closet line.

    So here's all I know: I wanted Bringer of Storms, and I didn't really feel like going clickyclickyclicky, nor did I feel like losing meat. Unfortunately, my script couldn't do all of that. (I used it anyhow.) What I want it to do is put meat in the closet any time I have some. I can get it...
  8. D

    It puts the meat in the closet, or does it get the hose?

    If I understand the discussion on simplifying ASH functions, the put_closet (meat) function no longer works. If this is the case, what has replaced it? And if not, could somebody give me an example of how to make it work? When I tell kolmafia put_closet ( my_meat() ); It complains about...
  9. D

    Ballroom Dancing

    I'm using the ballroom dancing script to work my Moxie days on a level 30 run, and it works wonders. However, I've grown frustrated with the "too many dance cards" message, so I bashed together a script to fix that. The problem is, I can't integrate it with the ballroom dancing script. Can...
Top