Search results

  1. F

    Bug - Fixed AT buffs being shrugged even with 4 songs available?

    Is it desired behavior that if you have 4 AT songs available, say via the passive AT skill, that when you only have 3 songs active and run "mood execute" that would add a 4th, mafia shrugs one of your current 3 buffs?
  2. F

    ZapWizard - Automatically zaps for mall profit

    Zap groups seem to be the rented donkey of the wiki, maybe nobody spades that stuff anymore? the source terminal stuff is zappable but the wiki doesn't have any zap groups listed
  3. F

    New Content - Implemented Source Terminal

    Also happens with knob goblin embezzlers. I'm not sure how the counter code works though and if it simply checks if it's an SR monster or if it looks for the flavor text showing it's a wandering monster
  4. F

    ZapWizard - Automatically zaps for mall profit

    So has this not really worked since the Wok of Ages revamp in July 2015? It keeps trying to zap Inconnu into Hell Ramen but they aren't part of the same zapgroup anymore, Inconnu is lvl8 food and zaps into other lvl8s like shells a la shellfish and linguini immondizia bianco. zapwizard appears...
  5. F

    New Content - Implemented Source Terminal

    looks like it is giving a 5 turn window for Digitize, but the formula in the wiki says it is a 10 turn window?
  6. F

    New Content - Implemented Source Terminal

    Without knowing the back end of these counters, is it possible to tell the difference between romantic arrow and digitize wandering monsters? Currently looks like digitize recurrences reset the romantic arrow counter
  7. F

    Getting Familiar Weight

    yeah feast doesn't show up under any modref item, including hidden familiar weight. And checking _feastedFams doesn't guarantee your fam still has the +10lb buff
  8. F

    Bug - Fixed having both a macro and consult script fails in [default] section of ccs

    Mafia isn't stripping quotes for you? Here's another example where the ccs fails trying to use a Rain-Doh black box, which I do not have, but I don't understand why it would even attempt it? However if I do: item Rain-Doh black box, miniborg strangler Then the code works, just using the...
  9. F

    Getting Familiar Weight

    How do you check buffed weight, modifier_eval("W")?
  10. F

    Bug - Fixed having both a macro and consult script fails in [default] section of ccs

    Hmm didn't work for me, mafia removes the quotes from all the "if/endif" lines just leaving them around the "item" or "skill" lines. Then neither my items or skills are being used, when they have quotes around them, it dumps straight to consult wham.ash
  11. F

    Bug - Not A Bug Ouija Board, Ouija Board not adding +5lb fam weight

    Oh damn misread the wiki, all effects are for TTs only thought it was just for the last buff specifically. My bad! Feel free to delete this as my reading comprehension is at a 2nd grade level apparently.
  12. F

    Bug - Not A Bug Ouija Board, Ouija Board not adding +5lb fam weight

    Maximizer is not considering the Ouija board when doing "maximize familiar weight", and "modtrace familiar" also doesn't show the Ouija board +5fam weight when it is equipped. The Gear Changer pane does say it provides +5fam weight, just looks like that doesn't go into Mafia's calculations?
  13. F

    Bug - Fixed having both a macro and consult script fails in [default] section of ccs

    For the simple ccs below, candyblast is fired against every monster encountered. but breaking candyblast out into its own [angry tourist] section works fine? It's like the 'if' statements are stripped out of the [default] ccs. [ default ] if monstername angry tourist skill candyblast endif...
  14. F

    SmartStasis -- a complex script for a simple CCS

    Is there a trick to getting pickpocket to fire? my ccs is simply 'consult wham.ash' and the output is: [563092] Barf Mountain Encounter: garbage tourist AND TESLA! Round 0: fxer wins initiative! > WHAM: Monster HP is 111.0. > WHAM: Running SmartStasis Round 1: fxer executes a macro! Round 1...
  15. F

    BatBrain -- a central nervous system for consult scripts

    Noticed today BB/SmartStasis seems to be casting Release the Boots before using Extract, maybe a priority issue? BB does use Pocket Crumbs before releasing the boots, so I'd assume Extract could be prioritized as well?
  16. F

    Bug - Not A Bug today_to_string() returns game date, not system date

    I currently use today_to_string() to uniquely identify a kol date in a big map, so the current functionality is perfect for me. I just updated the wiki pages for both today_to_string() and gameday_to_string() (which had a similar, inaccurate note about system time). Anyone feel free to edit it...
  17. F

    New Content - Implemented Intergnat

    is there a reason the intergnat doesn't have at least a .drop_name "bacon" proxy record? the pair of stomping boots just says "pastes", since .drop_item can be one of 22 different things, likewise cotton candy carnie says "cotton candy" for .drop_name, and .drop_item is "none" since it can be...
  18. F

    Possible to funksling with autoPutty?

    I have mafia set to autoPutty a monster, and it works, but it only throws one of my available putty items. Is it possible to make it funksling both the putty sheet and rain-doh box? Or if you don't have funksling use 2 rounds of throwing putty items?
  19. F

    Bug - Not A Bug today_to_string() returns game date, not system date

    Alright I did just laugh at that. Well what else is there, what is the purpose of that Interpreter parameter? Does any modification happen inside the Value class?
  20. F

    Bug - Not A Bug today_to_string() returns game date, not system date

    Used the below piece of code to verify java 8 on win 10 outputs my proper system date. fronobulax mentioned the code hasn't been updated since 2008, I know java 8 got a huge new Date and Time API, maybe that changed something? import java.util.Date...
Back
Top