Search results

  1. S

    Mafia Scripts Too Fast?

    Yesterday I received a in game message from HotStuff saying this...
  2. S

    Spending Adventures Crafting

    I can't seem to quit Mafia from popping up the message "You are about to spend adventures crafting. Are you sure?" everyday. Can someone please help me get this to stop?
  3. S

    Session Logs

    Anyone know how to easy automatically delete extremely old session logs in the session folder? Or is there a way to turn off session log creation esp for those of us who don't do any dev stuff? I script a bit but I have never had a reason to have those logs.
  4. S

    Java Problems

    I installed Java 7 earlier yesterday and now Mafia wont get past the login screen. It says its logging in and when the opening window disappears (ready for the main screen to appear) the main screen never appears. Anyone know whats going on? I am currently running Mafia on my older computer with...
  5. S

    Ash Propose Trade

    I was wondering why there is not a propose trade syntax in ash. It's interesting that there is not a lot of talk about it except for recently in Bale's OCD script. And yes, I understand Bale why you don't want to add it to your script. I just don't understand why someone hasn't added that...
  6. S

    Bug - Not A Bug Moving of Shelves in Display Case

    Currently I have been trying to use the built in Museum Display Manager and the Ordering section doesn't do anything when I hit apply.
  7. S

    Chatting with Kingdom of Buffing

    ignore this thread
  8. S

    Bug - Not A Bug "DRINK ME" potion not recognized as an item

    I've been trying to sell my potions using this code put_shop(0,item_amount($item["DRINK ME" potion]),$item["DRINK ME" potion]); but I keep getting this in the CLI This was using build 8241
  9. S

    Buff Bot Online Status Parsing

    I'm am currently trying to easily solve the problem of determining the online status of a player, mainly a bot. One of my codes is as follows, if (contains_text(visit_url("showclan.php?whichclan=6741&pwd"),"+KolaBuff")) { print("Kolabuff is Online!!!");} else { print("Kolabuff is...
  10. S

    Checking On the Trail Monster

    Is there any way to check with an ash command what monster I am tracking with On the Trail, since have_effect doesnt take that into consideration? It would help so I can determine whether or not to shrug it or not if Im switching monsters. Thanks
  11. S

    Stinky Cheese IOTM Handling

    After I picked up this month's IOTM, I needed to incorporate it into my scripts since I figured it wouldn't work with the maximize built in function quite yet. Plus maximize won't equip the eye at the beginning since no adventures have been used yet. So for anyone else who wants... Breakfast...
  12. S

    Buff Bot Meat Sending Problem

    I recently started having a problem with sending meat to a buffbot like kolabuff lately using this code if(have_effect($effect[Ode to Booze]) < 1) cli_execute ("csend 1 meat to kolabuff; csend 1 meat to Testudinata"); I dont understand why Mafia would be wanting to send over 1000 meat to...
  13. S

    Personal Farming Script Help

    Lately I started having a problem with Mafia aborting during my farm script and I can't figure out why. It aborts after this happens where it finishes adventuring in the Castle. I don't know why it would be trying to see if it was wearing those items after adventuring as it was already wearing...
  14. S

    End of Day MallSelling Problem

    Currently I am using a basic script to do some mallselling and autoselling of items after a day of farming the castle. mallsell -1 love song of smoldering passion mallsell -1 love song of disturbing obsession mallsell -1 love song of vague ambiguity mallsell -1 love song of naughty innuendo...
  15. S

    Mallsell Problem

    Ive been trying to use the mallsell script to sell my love songs and stickers that I get after breakfast mallsell * disassembled clover mallsell * love song of disturbing obsession mallsell * love song of icy revenge mallsell * love song of naughty innuendo mallsell * love song of smoldering...
Top