Search results

  1. T

    Bug - Not A Bug Bad Moon Fortune cookie now in Market not Hell's Kitchen

    "eat fortune cookie" in gCLI yields > eat fortune cook Visiting Hell's Kitchen... Menu retrieved. Since you are not in a Mysticality sign, you may not visit the restaurant. You need 1 more fortune cookie to continue Running v 9420. (DB in KC) When I go to the Market in Relay Browser, I can...
  2. T

    How to run Mafia in windows and ubuntu via dropbox?

    I am running XP on one computer and Ubuntu on another. I had to swap a Windows 7 netbook for one with Ubuntu. I was using dropbox and would like to continue doing so. How do I set up dropbox to be able to run on both Ubuntu and XP?
  3. T

    Feature - Implemented Let Main window remember last size when launched

    Everytime I launch mafia, the main window extends behind the taskbar (Windows XP, almost latest daily build, screen size 1024 x 768). (The top was trimmed in the capture and edit process) I can resize the window, but when I relaunch mafia, it is this size again. (Note the refresh button...
  4. T

    Bug - Fixed Item listed for use in CCS but not in inventory causes infinite loop when macrofied

    Set up a CCS that uses an item you don't have. KoLmafia macrofies it, and loops forever. CCS:[ bottles of beer on a golem ] item chloroform rag item love song of smoldering passionResults with no chloroform rags nor love songs of smoldering passion in inventory: [6445] Fernswarthy's Basement...
  5. T

    Bug - Fixed Maximizer attempts to equip more than one set of bone spurs

    Bone spurs are a maximum of 1 at a time, but maximizer attempts to equip more if available. I have 2 bone spurs. On Maximize ML from the gCLI > maximize ml Maximizing... 1736 combinations checked, best score 102.0 Wielding rave whistle... Equipment changed. Holding vinyl shield... Equipment...
  6. T

    Need help with while (have_effect($effect

    I have a piece of code that does not seem to work. while (have_effect($effect[ode to booze]) == 0) { print("Waiting for ode to kick in"); cli_execute("Wait 5"); // can track to see how long this takes } A bit before this, I purchase a buff, run 10 adventures, and do maximize. The idea is that...
  7. T

    Session log != CLI - How can I fix?

    I am running a script and near the end (not the last line - tried it both ways) I have cli_execute("Summary"); The see the output in the CLI. It is a summary of the adventures used, the stats gained, the meat gained/lost, the items gained/used, etc. This summary does not appear in the session...
  8. T

    Can you designate a store to sell through in ASH?

    Is there a way to designate certain items to place for sale in the clan store or another characters/players store in a script? Say you knew someone that specialized in selling certain things - can you "mallsell()" certain items in that store via an ASH script (not your own store)? I imagine...
  9. T

    Leveling Up Scripts - collecting best practices

    Various people have mentioned in different threads that they have their own leveling up scripts. I am working on one but am new to Mafia scripting. Having a background in process improvement, I am collecting the best practices in leveling up scripting. What works for you? What does not work...
Top