Search results

  1. M

    is crimbotree working ok?

    I have not changed clans in the last year Thanks, I thought my login script had broken ... best regards Dave
  2. M

    is crimbotree working ok?

    (running r8459) I noticed the crimbotree counter in CLI and daily deeds had not changed since yesterday > crimbotree Check back in 7 days. so I visited the VIP lounge in the relay browser and tried again - Visiting Crimbo Tree in clan VIP lounge Visiting Crimbo Tree in clan VIP lounge >...
  3. M

    Removing an item from store

    put_shop(price.to_int(), lim.to_int(), item_amount(it) - target), it); should this line be (missing open bracket before item_amount)- put_shop(price.to_int(), lim.to_int(), (item_amount(it) - target), it); ? (using this in my logout script to pull anything that is in my display case from my...
  4. M

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    The ghost of Bale writes ... try the previous page of this thread (post 499 onwards)
  5. M

    Make.meat.fast

    Given how long this script takes to run, and how little it gains me over my burning turns in castle/pyramid by hand, I may just replace it with a re-done (changing display case to mall) version of the following in my logout script - int [item] inventory = get_inventory(); batch_open()...
  6. M

    Make.meat.fast

    Did this work for you? I have done the same edit, and it still insists on trying to pickpocket (software clitches?) in the bugbear pens even though I can't get there, and do not have pickpocket skill ... Request 1 of 129 (MusSign: Bugbear Pens) in progress... You can't get to that area. my...
  7. M

    Bug - Not A Bug mallsell of no items should not be same as cancel all selling

    version 8430 In the mall manager, I selected a block of items and clicked on MallSell. I realized I did not want to sell one of the items, so when asked how many I wanted to sell, I set the quantity to zero and clicked on ok. This had the same effect as if I had clicked the cancel button...
  8. M

    Make.meat.fast

    another minor patch ... I have replace the lines at the bottom of far.ash - cli_execute("nuns"); cli_execute("nuns"); cli_execute("nuns"); with the following, to get rid of the 'none of the Nuns' errors I was getting, as I was getting automatic visits to the Nuns during script runs to top up...
  9. M

    Bug - Fixed can't equip bugged balaclava

    looks good :-) many thanks Dave
  10. M

    Bug - Fixed can't equip bugged balaclava

    Are they actually bugs, or are they 'features' ?
  11. M

    Bug - Fixed can't equip bugged balaclava

    I have a bugged balaclava, and I can equip it via the relay browser, but not via equipment manager or cli >invent [snip] bugged balaclava [snip] > equip bugged balaclava You need 1 more bugged balaclava to continue.
  12. M

    Make.meat.fast

    see posts #411 to #414 above ...
  13. M

    Feature - Implemented option to sort by quantity when adding stuff to mall store?

    would it be possible to offer an option to list the items you can add to your mall store by quantity, rather than alphabetically? many thanks Dave
  14. M

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    Next time it does this can you go to the purchases tab and check to see the price of the items in the mall? I think it may be the script or Mafia not handling purchases correctly when the lowest price in the mall is limit of 1@lowvalue (which you have bought) which is now geyed out and the rest...
  15. M

    Can you check Mall advertising budget?

    Thank you very much, works a treat :-) Dave
  16. M

    Can you check Mall advertising budget?

    As per $subject, is it possible within Mafia to check your existing advertising budget for your store in them Mall? I was thinking in terms of something I could stick in my breakfast script so I could do something like {if ($currentbudget < $bignumber) && ($availablemeat >$bignumber)) then...
  17. M

    Make.meat.fast

    that would most likely be the "outfit ("Pajamas");" near the end of the script which is now obsolete due to the new maximize code in Mafia. Here is what the end of my copy of farm.ash looks like // outfit ("Pajamas"); //get winklered...
  18. M

    autoBasement.ash - Better basement automation

    many thanks for the script :-) the latest version of the script did not like a 4 stone golem, so I had to kill it myself ... [14562] Fernswarthy's Basement (Level 0) Encounter: 4 Stone Golem Round 0: morgad loses initiative! You lose 314 hit points Bad monster value: "4 stone golem" You don't...
Back
Top