Recent content by oska

  1. O

    Bug - Fixed Conditions and KoLmafia.continuationState / KoLmafia.hadPendingState

    I'm not even sure about that after I read slyz' thread, but if a mod wants my posting moved, feel free to do so
  2. O

    Bug - Fixed Conditions and KoLmafia.continuationState / KoLmafia.hadPendingState

    put_closet() doesn't return correct value Hi, as described here, put_closet( int qty , item it ) should return true if the move succeeds and false if it does not. In Mafia V14.6, it always returns false, even if the transfer worked. Here is what i did in the CLI: > inv goofball goofballs...
  3. O

    Question on batch-Mode

    I already did, but it says "The functions that benefit from being batched include [...]", so I thought, maybe there are other functions, too. ;) I really would like to fasten up calls like use() or "acquire worthless item", and thought, decreasing server hits might help with that. But as there...
  4. O

    Question on batch-Mode

    Ok, thanks, that was the part missing. So batch only helps on actions that KoL interface itself allows multiple actions. I know the "add another item you want to action" to the number of 11, but didn't combine those two.
  5. O

    Question on batch-Mode

    Hi there, I hope this is the right Forum to ask, didn't find an answer yet. Is batch_open(), batch_close() only intended to work on loops like foreach $item or does it also help single CLI/ash functions? I try like use(100,$item[stick of "gum"]); where the gum could also be a volleyball or...
  6. O

    TraFa - The familiar helper

    Hi, just tried faminfo() on v1.6 of this script to check weight and equipment. Worked fine on all familiars in my terrarium but one (maybe two, but that one familiar just doesn't have an equipment uniquely fitting). There was just one bug i stumbled over: 06-pound --- Holiday Log --- Equipment...
  7. O

    Feature Update item count in store as returned by shop_amount()

    Currently, Mafia (V14.5) does not hit the server on shop_amount(). Is there a command to trigger an update "by instruction"? cli_execute("undercut") seems to trigger a store update internally, but that's nothing i consider a workaround. As is, shop_amount() seems to return the values on login...
Top