Search results

  1. F

    Feature Report gear in terrarium

    I have needed to do this exact thing, specifically my Stocking Mimic would be using the loathing legion helicopter at some point, then in rollover I would need the moondial but had no easy way to pull it off the mimic in my rollover script. Handily retrieve_item() works in this case, so thanks...
  2. F

    libramBurn: Summon libram items to burn MP between battles, for profit!

    ahh yeah I changed the names of some of the helper functions, didn't know people had those integrated so deep into their own scripts :) Good to know Fluxxdog, thanks for the reply
  3. F

    libramBurn: Summon libram items to burn MP between battles, for profit!

    Which variables gave you a problem Fluxxdog? v2 should be using all the same ones...
  4. F

    libramBurn: Summon libram items to burn MP between battles, for profit!

    Rewrote most of the script so I would be less embarrassed by the code. Hopefully it executes a bit faster as a bonus. Should be a drop in replacement for the existing version of libramBurn so let me know if you find anything wrong
  5. F

    libramBurn: Summon libram items to burn MP between battles, for profit!

    Added the Libram of Resolutions, don't forget to set whatever you were summoning to false and: zlib libramburn_summonresolutions = true EDIT: I might also throw in that the new variable won't exist until the first run of libramBurn, so the setting above only works after the script is called...
  6. F

    libramBurn: Summon libram items to burn MP between battles, for profit!

    Went the extra mile and updated the script to calculate total profit based on exactly what you have summoned, no more averages or estimates. Works for all 5 librams, also changed output format to only display librams you have actually used today: Libram Summons: [Casts: 65] [Profit: 575,626...
  7. F

    libramBurn: Summon libram items to burn MP between battles, for profit!

    Released v0.96.1 which added a libram_profit() function that will return the approx value of your libram summons for today. Currently only calculates dice and divine favor values, I'll add the others soon though. This update was just so I could further envy people who picked up a Gygax :/ The...
  8. F

    Feature Track 'Open the Bag o' Tricks' and 'Summon hobo underling'

    The property _bagOTricksUsed tracks the once daily opening of the bag to extend buffs, but there doesn't appear to be a property which tracks your 3 possible uses of the skill Open the Bag o' Tricks. Also possibly track the current charges the bag has...
  9. F

    Feature - Implemented Request a Fax from CLI

    From someone else glancing at this it sounds like it will require some refactoring of the code, like removing the guts of the code from the pop-up window to where ash/cli can make calls to it?
  10. F

    New Content - Implemented Item 5195 Banfoy's Botique Order Form

    Figure this could be added to the item DB: Looking at item #5195... Unknown item found: Banfoy's Boutique Order Form (5195, 299964721) -------------------- 5195 Banfoy's Boutique Order Form usable display 0 5195 299964721 document.gif Banfoy's Boutique Order Form # Banfoy's Boutique Order Form...
  11. F

    libramBurn: Summon libram items to burn MP between battles, for profit!

    Any reason you burn some of your advs outside of Mafia? I went the route of putting my Mafia folder in my Dropbox so I could run it from multiple computers
  12. F

    libramBurn: Summon libram items to burn MP between battles, for profit!

    I haven't done much of anything outside of Mafia for years :) If you go look at your mystical bookshelf in Mafia after summoning outside Mafia, does it then update to the correct summoning price for your next libram item? I know Mafia doesn't go looking for certain things everytime it is run...
  13. F

    libramBurn: Summon libram items to burn MP between battles, for profit!

    So Mafia is reporting that the next summon will only cost 1mp, but when you go look at the actual costs on your Magical Bookshelf in the relay browser it says over 800mp? Are you using the latest daily build from http://builds.kolmafia.us/?
  14. F

    libramBurn: Summon libram items to burn MP between battles, for profit!

    I think it's just because new version of libramBurn wasn't run before you tried to set the variable on the cli. That setvar() only ever fires once, the first time the script is run. From then on you can (actually, you have to if you ever want to change it) set the variable via the CLI, I should...
  15. F

    libramBurn: Summon libram items to burn MP between battles, for profit!

    Gygaxian libram added, don't have one though so it's not fully tested. Be sure to "zlib libramburn_summondice = true" in the cli so the script knows to start summoning dice. Set any other summons to false if you only want to farm dice for now (instructions for all this is in the first post)
  16. F

    Bug - Not A Bug Combat macro with Release the Boots unreliable?

    ah thanks calpoly/slyz, that boolean will come in handy sometimes
  17. F

    Bug - Not A Bug Combat macro with Release the Boots unreliable?

    Not sure if it is a mafia thing or a KoL thing but one of them doesn't seem to handle "skill release the boots" very well in a combat macro. It seems to gloss right over the Release the Boots skill if it is the first skill executed in a macro. I'm a muscle class so pickpocket doesn't happen in...
  18. F

    Universal Recovery Script

    Here's a new one, any idea why it used all those items instead of casting cocoon? In WotSF right now Restoring HP! Currently at 247 of 892 HP, 294 of 836 MP, current meat: 1479 ... Target HP = 892. Campground request 1 of 1 in progress... [630] Rest in your dwelling You gain 40 hit points You...
  19. F

    Universal Recovery Script

    Looks like that solved it Bale, didn't purchase more when I put them in my closet, and then I pulled and used all of them and it still didn't buy more, thanks as always
  20. F

    Universal Recovery Script

    now using r9768 but the output is as yours was > get _version_BalesUniversalRecovery 3.9 > ash my_path() Returned: Way of the Surprising Fist put the MMJ's in my closet and ran another adv and the script bought a few more: Placing items into closet... Requests complete. <combat cut>...
Back
Top