Recent content by tyilo

  1. tyilo

    Auto-download latest SVN version (MAC)

    Updated (again :P)
  2. tyilo

    The latest Daily Build

    Not my updater: http://kolmafia.us/showthread.php?4363-Auto-download-latest-SVN-version-(MAC)
  3. tyilo

    Auto-download latest SVN version (MAC)

    Updated.
  4. tyilo

    Auto-download latest SVN version (MAC)

    np, don't even play kol anymore lol
  5. tyilo

    Auto-download latest SVN version (MAC)

    Try this version, maybe i uploaded an old version
  6. tyilo

    Auto-download latest SVN version (MAC)

    Do you: *Have KoLmafia.app located in Applications folder (Can be downloaded here: http://sourceforge.net/projects/kolmafia/files/ remember to rename "KoLmafia.14.0.app" to "Kolmafia.app") *Have a folder located at /Users/<username>/Downloads/ (default Downloads folder if the system language is...
  7. tyilo

    Auto-download latest SVN version (MAC)

    Try using 3 more times and if you still get the error i don't know what's wrong...
  8. tyilo

    put_shop( int price , int limit , item it ) syntax doesn't work

    Btw i'm using mac if it changes anything
  9. tyilo

    put_shop( int price , int limit , item it ) syntax doesn't work

    Are you using the latest version of KoLmafia?
  10. tyilo

    put_shop( int price , int limit , item it ) syntax doesn't work

    Ok see here: > ash put_shop(99999, 0, $item[meat stack]); Unexpected error, debug log printed. has no matches. Returned: false > ash put_shop(99999, 0, 5, $item[meat stack]); Transferring items to store... Items offered up for sale. Returned: false
  11. tyilo

    put_shop( int price , int limit , item it ) syntax doesn't work

    I tried using the syntax above but kolmafia said that had no matches. So i tried the other syntax for put_shop(): put_shop(100 , 0 , item_amount(something) , something ) and it worked perfect! Can someone fix this? Thanks!
  12. tyilo

    Using plural datatype constants in functions

    Thank you very much
  13. tyilo

    Using plural datatype constants in functions

    This is what i want to do: void myFunction(items stuff) { foreach it in stuff { //do something here... } } myFunction($items[meat stack, turtle totem]);
  14. tyilo

    if maps of monsters contains monster not working

    Thank you very much!
Top