Search results

  1. T

    Bug Maximizer excludes some items when checking for price but the field is left blank

    I don't let the maximizer buy stuff for me (I don't let mafia buy stuff for me automatically in general), but I think it uses your normal item acquisition settings, so if you don't let mafia buy in the mall, the maximizer won't buy in the mall, and if you don't fill in a price, it might take...
  2. T

    Feature Request Mafia utilization: Free fights now feature FREEFREEFREE in their HMTL.

    Yes, it does the same thing to track xo skeleton and xiblaxian wrist-puter drops. By setting it to -1 when a drop happens and then incrementing as normal at the end of combat (not the start of the next one) you get the same effects as simply setting to 0 when a drop happens, but without having...
  3. T

    Feature Request Mafia utilization: Free fights now feature FREEFREEFREE in their HMTL.

    It suspect it checks for both winwinwin and freefreefree, which is should cover everything nicely. Running away (with the braindeer) or with my stomping boots didn't cause any trouble. (I haven't died yet, and I'm not really planning to)
  4. T

    New Content - Implemented June IoTM - SongBoom BoomBox

    Because CDMoyer is awesome, we are now able to tell when turns are spent, which means tracking this might now be as simple as checking for WINWINWIN without FREEFREEFREE. (*click*)
  5. T

    Equipping specific wapon type

    'weapon' will limit it to just the weapon slot (unless you include other slots in there as well).
  6. T

    Feature Requesting in-run protection for desert, lianas, consuming etc.

    Hmm, I didn't update yet (I already used my floundry for the day), but I just noticed that it's not limited to the floundry: https://puu.sh/CibOk/00d9c58868.png A refresh all does fix it, so a refresh of concoctions might just be the thing, lemme see if I can find some other limited creatable...
  7. T

    Feature Requesting in-run protection for desert, lianas, consuming etc.

    I'll update and keep an eye out to see if it still happens, thanks.
  8. T

    Feature Requesting in-run protection for desert, lianas, consuming etc.

    They show up as create and equip, and only when I have creating enabled, and _floundryItemCreated did get properly changed when I created that tunac, it just didn't seem to do anything (for a while, anyway).
  9. T

    Feature Requesting in-run protection for desert, lianas, consuming etc.

    Only occasionally. I maximized some, then made a tunac, then maximized some more (with occasional combats and/or adventures inbetween) and it was telling me to make a fish hatchet or codpiece, but now (~800 adventures later) it is correctly ignoring all the floundry options.
  10. T

    New Content - Implemented Crimbo 2018 new content

    walrus tusk, moosepies, beaver peach punch and cold/sleaze wads according to the spreadsheet
  11. T

    New Content - Implemented Crimbo 2018 new content

    -------------------- 2427 Long Winter's Napped sleepy.gif f75c88dafc22e34f7ba064a3a4278328 Effect Long Winter's Napped Weapon Damage Percent: +100, Spell Damage Percent: +100 -------------------- There's also the new zone itself that needs to be added to locations: The Canadian Wildlife...
  12. T

    New Content - Implemented December 2018 IotM - Boxing Daycare!

    -------------------- 10054 bauxite boxers 592272200 bauxitepants.gif pants 0 bauxite boxers 150 Mox: 10 # Item bauxite boxers: Ranged Damage +126 Item bauxite boxers Moxie: +11, Initiative: +112 -------------------- -------------------- 144 Bauxite Baubles bauxtat.gif bauxite boxers Outfit...
  13. T

    Bug Experience Safari

    Psychokinetic hug? I don't remember if that one is shruggable, and the wiki doesn't state either way. Though it does mention that you can't cast it on yourself, so that might be enough of a difference.
  14. T

    How does the maimizer handle conflicting requests?

    Yeah, my script solution for handling maximizer calls with potentially conflicting equipment requirements is to unequip everything, then equip all the required equipments (for example the protopack if I'm looking to bust a ghost), and then call the maximizer with the 'empty' restriction included...
  15. T

    Feature maximizer unaware of possibility of using many rhinestones

    Yeah, I figured as much, I just wasn't sure if you intentionally left them off the list.
  16. T

    Feature maximizer unaware of possibility of using many rhinestones

    You are missing the 4 buffs from the Table in the Artist Jar and demon summon buff The Pleasures of the Flesh, though that might be intentional. All of those can only be gained/extended once per day, but you can have them while being below the maximum duration, so it would be useful if the...
  17. T

    Automating god lobster fights

    I have no idea how or why your code would stop working, but I can show what I use: while(get_property("_godLobsterFights").to_int() < 3 ) { int selected = SelectGodLobster(); if ( equipped_item($slot[familiar]) != lobster_priority[selected].famequip )...
  18. T

    Bug - Waiting for Info Game hangs on trying to enter the Secret Government Laboratory for the first time

    Recently, I've been having similar issues with the main pane or the character pane blanking out on a new pageload. It only seems to happen a dozen times per day, and it fixes itself when I reload the frame (I don't even have to reload the page, just the frame is enough). I don't know if it's...
  19. T

    Guide

    Mafia already tracks them, with warning and everything if you 'set trackVoteMonster = true' (or '= free'). A Guide update could be handy, but it's not urgent with that in place.
  20. T

    ASH scripting tools?

    There is an ash language file for notepad++ that's what I use. Edit: https://kolmafia.us/showthread.php?19180-Notepad-help&p=128574&viewfull=1#post128574
Back
Top