Search results

  1. B

    Bug - Fixed coolerYetiMode not reset when drinking

    Apart from recording whether the adventures have been used, Is there a way to automate asking the yeti for the adventures option via mafia? I have been searching the forum, but haven't found anything yet. Also, not sure if it needs addressing.. its pretty fringe case, but it is possible to get...
  2. B

    New Content Support Heartstone

    Thanks! I don't understand how the "%" is working there.. but now I know about the length function and where to find it, so I'm off to the races making a script, and I could make it do other things in the future. Here is the page on the Length function: https://wiki.kolmafia.us/index.php/Length
  3. B

    New Content Support Heartstone

    So.. I want to be able to use a consult script to build out the letters on the heartstone but when we get the fourth letter.. the heartstoneLetters property keeps that and so that makes the property a bit less useful to me.. Also, I believe it is inaccurate? doesn't the heartstone technically...
  4. B

    Bug - Not A Bug _clubEmTimeUsed not being counted

    You know what.. I probably just need to update to the newest version of mafia..
  5. B

    Bug - Not A Bug _clubEmTimeUsed not being counted

    I wrote a script to use club back in time but it seems like the property for _clubEmTimeUsed is not working. It seems to start at 0 and then no matter how many times "Club 'Em Back in Time" is used it stays at 0 This is the script that I am using. if...
  6. B

    New Content Mobius Ring - Additional Prefs

    Wow! Thank you. Very fancy and effective scripting. I think what I need to do is go in to into automation>preferences and then set "Choice-Adventure" to point to the script above.. I thought for a second that there was a specific script called choiceAdventureScript I needed to find.. but I think...
  7. B

    New Content Mobius Ring - Additional Prefs

    Ok, so there is a way to set a choice, but how do I know what number corresponds to what choice? Does the order change each time, or maybe its easier than I think and if I just choose choice 14 it will alternate between the 14th pair of choices So.. maybe I could just do... set...
  8. B

    New Content Mobius Ring - Additional Prefs

    I just remembered I have this thing.. is there still no support for the choice adventure? As in, if you try to run scripts wearing it, eventually your going to run into an unsupported choice adventure and then need to go choose manually?
  9. B

    New Content - Implemented Skeleton of Crimbo Past

    Is mafia tracking the item of the day for skeleton of crimbo past? It would be nice to not have to take the familiar out to check each day.. have it display at the end of login for example
  10. B

    New Content - Implemented October IOTM: Blood cubic zirconia

    I see where it is now! Super helpful, thank you. I was trying to track down property names from updates, much easier to just look at the source.
  11. B

    New Content - Implemented October IOTM: Blood cubic zirconia

    Having no love of consistency I looked at dailylimits.txt but I didn't see anything resembling "_bczSkillNameCasts" or bcz anything as far as I can tell. Are the specific preferences for these skills listed somewhere else? I'm not great at finding where all the preferences are but I would like...
  12. B

    New Content Mobius Ring - Additional Prefs

    Does mafia record which paraodox choices and the level of paradox currently? Also are we able to automate paradox encounters yet? I want to keep my paradox at a certain level and alternate between increasing and decreasing paradox level at some point. I searched for mobius to see if I could find...
  13. B

    Fork²~ UberPvPOptimizer - an updated PVPBestGear

    It looks like this needs updating.. got the error: Reserved word 'modifier' cannot be a variable name (UberPvPOptimizer.ash, line 222, char 40 to char 48) is there another resource or place to look just for verbosity mini?
  14. B

    Bug - Won't Fix Mafia doesn't know that sphygmayomanometer from mayo clinic melts on rollover.

    Sometimes I have mafia open until after rollover. If I do then it will mess up my login script because it thinks that I still have a sphygmayomanometer from the mayo clinic in my inventory (or maybe on my person) even though it has melted. I don't know if this is a common problem to all melting...
  15. B

    Bug Mafia Thinks Tom Drum fight takes place in shadow rifts.. if you were adventuring in shadow rifts

    I also wasn't able to do run_combat() afterwards to actually make the fight happen afterwards. I guess because it doen't know it is in a fight? Is there a way to make mafia to automate the quad tom sandworm fight if it doesn't know it is in a fight? This is the code I was using.. if...
  16. B

    Bug Mafia Thinks Tom Drum fight takes place in shadow rifts.. if you were adventuring in shadow rifts

    I used mafia to start the free tom drum adventures with sandworm. It thought that it took place in the shadow rifts and advanced the combats there. If it actually does advance the shadow rift combats that would be interesting and useful, but I think it is just confused by the tom initiated free...
  17. B

    Bug maximizer doesn't take $familiar.soup_weight into account when maximizing familiar weight

    The familiar_weight() variable also does not reflect soup weight and take it into account, although it takes all the other modifiers into account. My stomping boots show the right number of runaways taking into account the extra pounds and the correct weight shows up in the display but my script...
  18. B

    How do I update Mafia manually to know Witchess puzzles are solved?

    Thank you! I did it from cli and it worked: > set puzzleChampBonus = 20 puzzleChampBonus => 20 Preference puzzleChampBonus changed from 5 to 20
  19. B

    How do I update Mafia manually to know Witchess puzzles are solved?

    My preferences and variables all reset randomly a week ago, I have been working on getting things back on track, but can't figure out how to make mafia know that I have solved the witchess puzzles. Maybe there is something out there addressing this, but I haven't been able to find anything so...
Back
Top