Search results

  1. G

    Feature - Rejected Sobrie tea in the Booze tab

    There is a button for dog hair pill. It would be nice to have one for a cuppa sobrie tea. Thank you.
  2. G

    Bug - Fixed Pantsgiving doesn't seem to give stomach space in Dark Gyfft

    Mafia adds space for food but it doesn't seem like like pantsgiving gives stomach space in Dark Gyfft.
  3. G

    Bug - Not A Bug maximizer and ML

    I'm in a Dark Gyfft and the maximizer doesn't show Dinsey face paint even if I have fun funds in my inventory. It also doesn't show show the annoy-o-tron even though I have access to the The Gnomads' Camp.
  4. G

    Bug - Fixed maximizer and Swedish massage fish

    The maximizer doesn't show "Swedish massage fish" when maxing for "Fishing Skill'.
  5. G

    Bug - Not A Bug Checking Easyfax doesn't time out

    Easyfax is currently disable but it completely stop my script when faxbot() is called. The gcli states: but it never gets further, even if I request a fax manually from cheesefax. It seems to also happen when use "Request a fax". I think the problem is that easyfax is online but just not...
  6. G

    Bug - Fixed default for _perfectlyFairCoinUsed is "fals"

    It seems that the default for _perfectlyFairCoinUsed is set to "fals" instead of "false"
  7. G

    simulated maximizer

    I've been testing the maximizer and I'm having trouble when I'm using the simulate function. On the wiki it explains that "Generated:_spec" is the main purpose of using simulate. So when I test this code: maximize("meat drop", true); print("Max meat:"+numeric_modifier("Generated:_spec", "meat...
  8. G

    Bug - Not A Bug retrieve frost flower not working

    I can buy it from the mall but when I tried "retrieve frost flower" in the cli I get Desired purchase quantity not reached (wanted 1, got 0) I also tried in ash "buy(1, $item[frost flower])" but that seems to give me trouble too. Am I doing something wrong?
  9. G

    Bug numeric_modifier for familiar

    I'm running r15454. I was playing around and wasn't able to figure out why the leprechaun did not return any value for numeric_modifier "Leprechaun". So I tried some variations: float PetGrouper = numeric_modifier( $familiar[Grouper Groupie], "Fairy", familiar_weight($familiar[Grouper...
  10. G

    extract_item in combat

    extract_item says it can extract the number of item drop in combat but I can't figure out how to use it. How do you put the end combat result as a string? Thanks --Grab
  11. G

    Foreach group

    Hi. I have a list of item that are grouped in group. record item_info { item it; effect ef; string exclusive; // each item is given a group; groupA, groupB etc float boostA; float boostB; float boostC int turns; // number of turns the effect last }; I made a new record containing...
  12. G

    Maxing non combat and how to use maps

    Hi everyone. I'm new to scripting and even after reading the wiki I can't figure out maps. I'm trying to make a script that will get me to a specific combat rate modifier at a specific price per adventure. I would like to know if there is a way to use a maps so I don't have to copy paste each...
  13. G

    Set a variable depending on if a bot is online or not

    I'm trying to make a script check which clanbot is online and ask them for a buff if I can't cast it. If I put only one BotName and BotID it works fine but I get "Unknown variable 'BotID' (test.ash, line 24)" if I try to make it switch if the bots aren't online. How do I set the variable to...
Top