Search results

  1. Fluxxdog

    Save options to disk whenever they change

    I have a question, but I'd like to explain my thinking behind it. When I look at the settings, I see several collections. GLOBAL_aliases, _moods, and _prefs, and then xxx_moods and _prefs. Essentially 5 different files. Each xxx_prefs file has 4 different types of preferences. *Ones that are...
  2. Fluxxdog

    New Content - Implemented Conspiracy Island !

    bigface has a Sasq™ watch drop that is conditional. Yellow ray doesn't work.
  3. Fluxxdog

    Character Info Toolbox

    This is also why people will ask what version you're using. If you're using and old version of mafia (which gets updated almost daily), they'll tell you to update mafia. There's also a new feature out that scripts can use: since. A script can state specifically which the earliest version of...
  4. Fluxxdog

    Feature - Implemented Scaling monster function or proxy field

    Can I get a HELL YEAH!? No? I'll settle for changing it to Implemented ^^
  5. Fluxxdog

    Bug - Not A Bug r14844 - Trouble with quotation marks

    I meant how it's stored. I use a variable for the delimiter in my scripts so it's consistent on all my method calls. If I used |, I'd need \| for storing the property and \\| for the split string.
  6. Fluxxdog

    Bug - Not A Bug r14844 - Trouble with quotation marks

    Just having a crackerjack day ^^ I forgot that myself. Seems \\| doesn't work well as that gives:20:"meat" stick\ 20:martiniI can just see that extra backslash causing trouble. Gonna use @ for this. Thanks Veracity!
  7. Fluxxdog

    Bug - Not A Bug r14844 - Trouble with quotation marks

    This:int[item]listing; listing[$item["meat" stick]]=20; listing[$item[martini]]=20; string test_prop; foreach i,n in listing{ if(test_prop!="") test_prop+="|"; test_prop+=n+":"+i; } set_property("_testing",test_prop); foreach x,y in split_string(get_property("_testing"),"|"){ print(y)...
  8. Fluxxdog

    Bug - Not A Bug r14844 - Trouble with quotation marks

    Ah, so what we see in the CLI isn't actually strings but HTML. Thanks :)
  9. Fluxxdog

    Bug - Not A Bug r14844 - Trouble with quotation marks

    Sample code:int[item]listing; listing[$item["meat" stick]]=20; listing[$item[martini]]=20; string test_prop; foreach i,n in listing{ if(test_prop!="") test_prop+=";"; test_prop+=n+":"+i; } set_property("_testing",test_prop); foreach x,y in split_string(get_property("_testing"),";"){...
  10. Fluxxdog

    Feature Separate out Monster Level from Monster Stats

    holographic army: -25 ML @732 Mus/1811 Mox- HP: 571, Atk: 1841, Def: 762 +0 ML @732 Mus/1970 Mox- HP: 571, Atk: 2000, Def: 762 +20 ML @732 Mus/1811 Mox- HP: 586, Atk: 1861, Def: 782 Falls in line with Scale: 30 Xiblaxian political prisoner -25 ML @732 Mus/1814 Mox- HP: 579, Atk: 1854, Def: 772...
  11. Fluxxdog

    New Content - Implemented Conspiracy Island !

    Those were from the Monster Manuel. Sorry, shoulda said.
  12. Fluxxdog

    Bug - Fixed r14834 - maximize "-mana cost,-tie" has issue with watches

    > ash foreach s in $slots[] print(s+":"+equipped_item(s)); hat:warbear foil hat weapon:remorseless knife off-hand:tailbone shield back:Rain-Doh red wings shirt:Hodgman's disgusting technicolor overcoat pants:muddy skirt acc1:Mudflap-Girl Ring acc2:The Ring acc3:Ice-Cold Beer Ring familiar:none...
  13. Fluxxdog

    New Content - Implemented Conspiracy Island !

    Just a heads up, I worked out how the Mysterious Control Panel affects lab monsters. I put my findings on the wiki with details in the wiki's discussion. http://kol.coldfront.net/thekolwiki/index.php/A_Mysterious_Control_Panel Also: Name: E.V.E., the robot zombie Attack: 300 Defense: 300 HP...
  14. Fluxxdog

    Feature Separate out Monster Level from Monster Stats

    It looks beautiful. Question: if MLMULT isn't specified, would it default to 1?
  15. Fluxxdog

    Parsing Concoctions

    I considered it for my Superdrinks script, but I found that using get_ingredients tended to work better without hard coding too much. Another library of mine has this method:int[item]get_grocery_list(item dish){ int[item]grocery; foreach cut,piece in get_ingredients(dish){ int...
  16. Fluxxdog

    BatBrain -- a central nervous system for consult scripts

    Just a heads up, I worked out how the Mysterious Control Panel affects lab monsters. I put my findings on the wiki with details in the wiki's discussion. http://kol.coldfront.net/thekolwiki/index.php/A_Mysterious_Control_Panel
  17. Fluxxdog

    BatBrain -- a central nervous system for consult scripts

    Each controlPanel# that applies to the monster raises its stats by 150 each and can grant stun resistance and immunity. Exact details are being spaded. However, it is NOT an ML bonus. So no resistances, no first round attacks, and EXP is calculated at a simple ATK/4. From what I can gather, one...
  18. Fluxxdog

    Feature Separate out Monster Level from Monster Stats

    There's gonna be a number of questions about how ML will work with certain critters. For example, the Slime Tube: Are slimes affected by ML in the same manner as, say, a rushing bum, or do they get their own special rules? Does bonus ML increase their resistance? Does Slime Hates It increase ML...
  19. Fluxxdog

    Feature Separate out Monster Level from Monster Stats

    Well! Let's find out! Jump into Dreadsylvania castle with -241 ML and no ML increasers (radio off!) as a DB. Attack was reported at 257, meaning starting attack was 498. This gives us 2 scenarios. *If EXP is just determined by attack with -ML, EXP should come out to 64.25. *If EXP is affected...
  20. Fluxxdog

    New Content - Implemented Conspiracy Island !

    Further testing: Against government scientists, 200 buffed Muscle, threw love songs of vague ambiguity. 4 of them did 200 damage. No resistance. Tried lab monkeys with 520 moxie and love songs of icy revenge. 520 damage each time. Also double-checked my experience. On one fight (though others...
Back
Top