Search results

  1. E

    Relay and combining

    Well I cannot produce an exact example, however The white belt http://kol.coldfront.net/thekolwiki/index.php/White_belt was smith-able only by the knoll meatsmith for a brief period of time. I simply believe that since the knoll meatsmith can possibly smith an item which cannot be smithed...
  2. E

    Relay and combining

    I'm a muscle sign with access to the plunger, but I cannot use meat paste to create items because the combine link on my inventory page has been over-ridden with knoll.php?place=paster. This is preventing me from doing all the tests I want to do when new items are added to the game.
  3. E

    11.0 (public release) bugs/problems

    StackTrace is fixed. The script causing the error was your re-write of my inventory cleanup script. Now it's my turn to not have time. I will say that the script is almost working as of version 3765. It gets up to this point fine: but I don't know if the error is kolmafia, or the script. I'll...
  4. E

    Need help building/making script work.

    HippyMon I suggest you read this page which may help you to understand boolean statements. It's not 100% complete, but I think there is enough information in there to get you going. Are you "Hippymon the sequal" #885074 in game formerly "Hippymon"?
  5. E

    11.0 (public release) bugs/problems

    The scripts move items from inventory to closet, DC, stor, smashes some, and uses some. It tries to do so in the most server friendly way possible. I don't reccomend using it unless you want to hunt down all your stuff if it works. There's a new problem with build 3761: UNEXPECTED ERROR. Debug...
  6. E

    Question about modifying the source of kolmafia

    I know the risks! I can fix it if my hard drive suddenly contains 1 file eating up all my free space. I do not want to ask for this in a public release or daily build because of the mess it can potentially make. I would like to know how to disable the code which causes kolmafia to only print 1...
  7. E

    11.0 (public release) bugs/problems

    Fair enough The script is really short now! I was thinking about ways to re-write the script which would make it simpler. This has definitely done that, and I certainly like it! One thing I was unaware of was that kolmafia would accept "mallsell * twinkly wad, * twinkly nuggets, * twinkly...
  8. E

    Passing Arguments from CLI to ASH

    Thanks for the update Holatuwol! Macman had already pointed this change out here but it was kind of out of place and could easily go un-noticed.
  9. E

    Illarion's NeoStasis script v1.4

    directly invoke the url via visit_url?
  10. E

    Question about MMG

    We have a board called community support. It's the perfect place to ask questions.
  11. E

    Hermit: ten-leaf clover (out of stock for today)

    I wouldn't want kolmafia to waste my adventures fishing for them. Spoiler
  12. E

    Hermit: ten-leaf clover (out of stock for today)

    Do you have extra worthless items laying around? I have over 1000 of them.
  13. E

    CLI login help

    Try using the following command to start kolmafia java -jar KoLmafia110.jar --CLI < login.txt where login.txt would contain: Charname call script.ash logout Charname: the name you want to login under script.ash: the script you want to run (with the login part removed) Kolmafia should...
  14. E

    Pulverise results

    Thanks Holatuwol! I'm glad to see it's not just me seeing this result! (and that I'm not the only one crazy enough to smash an IDMG or 2)[hr]Another: IDMG 4: 1 ultimate wad, 1 twinkly powder IDMG 5: 1 ultimate wad, 1 twinkly powder
  15. E

    11.0 (public release) bugs/problems

    Start a new session, run inv_cleanup get the results expected. Try to run pulvmalldump, nothing happens. Start a new session, run pulvmalldump it runs as expected up to the point in which it calls inv_cleanup nothing inside inv_cleanup gets executed. Not even the initial Print("using stuff")...
  16. E

    Typedef usage in records

    record data { int total_used; int meat_gained; int [item] items_acquired; }; The code above works, but the code below does not. Was it intended that typedefs not be used in records? typedef int [item] itemset; record data { int total_used; int meat_gained; itemset...
  17. E

    3702 bug:

    Cannot apply int [item] to return_table[] (Item_usage.ash, line 32) Line 32 contains: return_table[touse].meat_gained = return_table[touse].meat_gained + extract_meat( source ); Doesn't extract_meat have an int type return? typedef int [item] itemset; record data { int total_used; int...
  18. E

    Buffbot Script

    ash: BOOLEAN use_skill( int count, skill your_skill, string your_target ); Normally I would point you to the wiki for such a function, but it seems it was never added to the wiki. This has been added now. CLI: cast [#] <skillname> on <targetname> (pay no mind to coloring of text. PHP tags did...
  19. E

    map_to_file

    Looks at the shiny new additions, and drools! I haven't installed the required software yet to build Kolmafia from the source since I put my new hard drive in so I cannot build it myself. I'm watching for the next daily build though. I can see the new functions being helpful with updating the...
  20. E

    map_to_file

    First run of PulvMallDump.ash The unexpected error seems to have no effect (I think I turned in a debug log, not sure though), and is not the issue. The issue comes up after modifying pulvmalldump.ash, and the change could be as simple as adding an extra blank line somewhere in the ash part...
Back
Top