Search results

  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!
  15. tyilo

    if maps of monsters contains monster not working

    monster [int] names; names[0] = $monster[monster1]; names[1] = $monster[monster2]; ... if(names contains last_monster()) This doesn't work (ofc replace monster1 and monster2 with real monster names and replace ... with some code adventuring) and i get this error: Cannot apply operator contains...
  16. tyilo

    The latest Daily Build

    Yeah, mine works better (for me :)). There isn't any problems... it would just make it faster...
  17. tyilo

    The latest Daily Build

    I am using mac so i can't run it + i made my own auto-updating program here: http://kolmafia.us/showthread.php?4363-Auto-download-latest-SVN-version-(MAC) I know it isn't necessary but it would speed up the process...
  18. tyilo

    The latest Daily Build

    Could you upload a textfile called latest.txt only containing the latest version number (like "8494")? It would make it easier and faster to automate the updating process
  19. tyilo

    Discard script

    It can only discard the item if the item has a [discard] link (i think so?)
Top