Search results

  1. asturia

    Junkyard sidequest script

    you forgot to include the script ;D
  2. asturia

    slow execution of script

    some more tests are done now. It seems that 1 of my scripts is slowing done everything. Testing at the moment to see which one. I've found the problem: boolean visitconcertarea = false; if( item_amount( $item[green snowcone]) == 0 && ( have_effect( $effect[green tongue]) == 0))...
  3. asturia

    slow execution of script

    okay, I have made some tests today. here are the results: spending all off my adventures with a script: very slow, 1 adventure done per minute. spending my adventures in the main windows of kolmafia: 10 adventures done per minute or so. This all in the same location: giant's castle. Hola, you...
  4. asturia

    slow execution of script

    Except I'm not using my NPZR, I'm using a ADD as my familiar, so this shouldn't happen. But I've got an idea what's causing it, I've added a new script a few days ago, and I think that is the cause for the slowdown. Let me try tomorrow and I will know for sure if that is the reason or not.
  5. asturia

    slow execution of script

    here are the other functions that I call in the script: flower.ash //consumes the flowers obtained from the mayflower bouquet. void flower () { int aantal = item_amount ($item[half-orchid]); if(aantal > 0) { use ( aantal, $item[half-orchid]); } aantal = item_amount ($item[begpwnia])...
  6. asturia

    slow execution of script

    When I use the following script it executes very slowly. But when I just tell kolmafia by hand to adventure in that location, it goes very fast. Does anyone has an idea what is causing this? import </subscripts/restorehp.ash>; import </subscripts/snowcone_buff.ash>; import...
  7. asturia

    Building from the SVN?

    I always update my local repository by hand using tortoisesvn. But from what I read if I use the command "ant daily" it will automatically download the latest updates and build the version with the correct version number already in the name. Now can someone explain me how to install the cli svn...
  8. asturia

    BHH script, etc

    it works like a charm for me. Are you sure that it adventures in an area available for you?
  9. asturia

    BHH script, etc

    Re: Nevermind here is the script we are talking about: I modified 1 line in it so it will adventure in fernwarthy's ruins correctly.
  10. asturia

    BHH script, etc

    Re: Nevermind thanks for your script, it will help me a lot on days when I can't do it manually. (I downloaded it while it was still available.)
  11. asturia

    You will be held responsible for reading the rules and policies *BEFORE* you pos

    Re: You will be held responsible for reading the rules and policies *BEFORE* you I wonder what happened to him.
  12. asturia

    General forum maintenance

    I don't want to sound totally negative. But don't we need a total backup of the forum itself also. So if it disappears we can always restore it in a new place.
  13. asturia

    Breakfast of Champions.

    What exactly is this bhh you're talking about?
  14. asturia

    Temporary discontinuation of daily builds

    ok, thanks for the info. I will not post new daily builds untill end of next week. kind regards Asturia
  15. asturia

    Which SDK?

    for building the daily builds that I post, I use 1.6 to compile them.
  16. asturia

    Modern castlefarming script

    Hi, thanks for this script, I'll try this one instead of the one I made (which sucks a little).
  17. asturia

    My Daily script

    Thanks for both of the tips, I'll change my script accordingly.
  18. asturia

    My Daily script

    This is the script I run on my farming character. It does the following: cast my daily summonings, eat my food and drink my booze. request necessary buffs and then spends all of my adventures. It then sells all of the items before it drinks a final drink. If you notice anything that could be...
  19. asturia

    not working ascension preparation script

    thanks for the tips, I will try them as soon as I'm out of ronin.
  20. asturia

    not working ascension preparation script

    It's saying that the request are fullfilled but it doesn't buy the needed things. I think it is related to the manner on how the function is defined that does the checking and the buying.
Back
Top