Search results

  1. jwylot

    Correct syntax for equiping an item stored in prefs please?

    Thanks guys, you can tell I have a lot to learn. But at last my spangly sombrero mover works the way I wanted :) http://kolmafia.us/showthread.php?2547-aliases&p=59525&viewfull=1#post59525
  2. jwylot

    Correct syntax for equiping an item stored in prefs please?

    I'm saving my current hat in prefs with set_property("last_hat", equipped_item($slot[hat])); and would like to re-equip it later but can't get the syntax right. I've tried all sorts of permutations, including equip ($item [get_property("last_hat")]); Thanks for your help.
  3. jwylot

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

    Hmmm I get the same result with the 1182 version. I haven't changed any settings and it used to work so I'm thinking the recent changes to mafia's acquire logic are the cause. Anyway, I just stocked up on milk for now.
  4. jwylot

    Fisting skill script

    There's also this http://kolmafia.us/showthread.php?7797-fisted.ash-Now-where-did-I-get-those-Teaching-of-the-Fist-scrolls
  5. jwylot

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

    lol.....being computer illiterate, I'm never too sure what information will help. I'll turn up verbosity tomorrow.
  6. jwylot

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

    Will the version in post 1182 fix my sauceror eating without milk these days? autoBuyPriceLimit => 20000 Searching for "milk of magnesium"... Search complete. Getting 1 milk of magnesium in 0 seconds autoBuyPriceLimit => 1218.0 Searching for "scrumptious reagent"... Search complete. Verifying...
  7. jwylot

    aliases

    Sombrero mover Here's my lazy alias for moving the spangly sombrero between my outfit and hatrack. spangly => ashq if ((equipped_item($slot[hat]) == $item[spangly sombrero])){ use_familiar ($familiar[mad hatrack]); equip($slot[ familiar ], $item[ spangly sombrero ]); equip...
  8. jwylot

    Feature - Implemented Remember where Teachings Of The Fist drop per ascension

    Thanks - one of my clannies wrote a little script so I just wanted to check before encouraging to post it :)
  9. jwylot

    Feature - Implemented Remember where Teachings Of The Fist drop per ascension

    Forgive my slowness but was a Wotsf command implemented? I see the new prefs but can't find a command to show them.
  10. jwylot

    Bug - Fixed GUI stuck in gray mode

    Just a thought - try hitting the "stop" button when it happens. It worked for me a couple of times so seemed more like a lag issue.
  11. jwylot

    Scripting the birth of a new life.

    For fisting runs, would it be an idea to set both grabCloversHardcore and grabCloversSoftcore to false? This is a global preference unfortunately which could cause issues for multis running from the same folder.
  12. jwylot

    Feature - Implemented Don't display status messages in chat window

    Oh my, that's possibly the most arrogant post I've seen here (apart from this one).
  13. jwylot

    Feature Enable "noodles" button when fighting a tomb rat king

    When we noodle and use a tangle of rat tails on a tomb rat, the "noodles" quick skill button in greyed out when fighting the resulting rat king even though it can be noodled. Would be great if we were allowed to use the button on the rat king too :) Thanks for a great piece of software.
  14. jwylot

    Bug - Fixed Demon Names

    Does mafia record demon names if they were acquired outside of mafia? If I remember correctly, it doesn't but adding the names in the gCLI as suggested by lostcalpolydude is an easy fix. I don't think this is a bug.
  15. jwylot

    Bug - Fixed r9744 notifications duplicated

    Notifications now appear in all chat window tabs and are duplicated (appear twice) in the events tab. Using r9744.
  16. jwylot

    Bug - Fixed Relay Browser has old content

    Just to add to the confusion, as well as the character pane not refreshing I have noticed some weirdness when my semirare was due. The warning came up in the main pane as it should and then it refreshed and showed the guild without any interaction from me.
  17. jwylot

    Bug - Fixed Item manager not updating (clovers)

    See thread http://kolmafia.us/showthread.php?7572-Item-manager-not-updating-%28clovers%29
  18. jwylot

    Bug - Fixed Item manager not updating (clovers)

    Seems to be working correctly for me in r9738.
  19. jwylot

    Scripting the birth of a new life.

    Thanks :)
  20. jwylot

    BatBrain -- a central nervous system for consult scripts

    Hi guys, I'm using the current versions of batbrain and smartstasis but I'm seeing error messages in the gCLI...... The string "5003; skill 5005; skill 5008" does not look like an integer; returning 0 (BatBrain.ash, line 984) I then goes on to do the disco concentration combo anyway. ....which...
Back
Top