Search results

  1. E

    Help teach MagiNinjA how to use maps!

    I agree with MacMan104 For humor's sake though, This just popped into my head when looking at the OP's code: string messageReplace(string s) { return...
  2. E

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

    For a couple days now I have been wondering why when I go to the hermit I see " ten-leaf clover (out of stock for today)". I just assumed that I had went and got them and forgot. Today I went for them right after rollover, but found the same. After examining the GCLI I discovered Kolmafia was...
  3. E

    Illarion's NeoStasis script v1.4

    And they have been added to the scripting wiki also, I hope my descriptions are correct.
  4. E

    map_to_file

    Well looks like I'll have to d-load a daily build. Thanks Holatuwol
  5. E

    Pulverise results

    OK the script is written, and attached to the top post. Note the issue which needs resolved before the script can be used.
  6. E

    map_to_file

    OK well kind of on-topic for this thread considering I am about to rename it and already moved it. map_to_file seems to be adding what it saves onto the end of the file rather than over-writing what's already there. Pulvtest.ash is the script I am working on (almost completed) pulv1.txt is the...
  7. E

    Modern castlefarming script

    Certainly sounds interesting, and definitely something I would want to look at. I can see that you have put a lot of thought into the castle farming script, and thought of a lot of things I wouldn't have.
  8. E

    map_to_file

    I'm working on the script which will add to the seed data pulverize map and I have a quick question. I want to back-up the map file each time the script is initialized, and so I have written the following: record pulvdata_record { int samples; int twinkly_wads; int cold_wads; int...
  9. E

    Modern castlefarming script

    I was just nosing around the new version looking for new ideas for my own scripts when I noticed the ode to booze part. When self casting ode the script tests for 50MP, then fails gracefully if you don't have enough MP. I think that was what my outdated icy peak farming script did too, but now I...
  10. E

    Pulverise results

    The full trip from original format to current goes: Feesher's data from their web page pasted into Open Office. Then the majority of the data was calculated from the numbers given to produce the samples and yield format. Where the data was not able to be calculated, the data was either obtained...
  11. E

    Index 8, size 8

    As part of my assistance attempt I had her delete the debug log because it was so big that Notepad could not load it properly. I then had her restart kolmafia, and try again with the same error. Then I had her check for a debug log, and none was found. Luckily she left her computer on (her inet...
  12. E

    Firefox chat issue...am I causing it?

    No, after resizing larger to a certain point The text input box joins the button being most of the way off of the screen. Making chat smaller seems to have no effect when I start from a not-resized chat pane.
  13. E

    Pulverise results

    The guys at Fessher did a hell of a good job spading that out, but something is missing. When an item will give 1 wad or 4 nuggets what is the formula for that? You will note that feesher gives percentages, but the percentages are for type of wad/nugget/powder not percentages of...
  14. E

    Pulverise results

    I've been trying to import http://www.feesher.com/anvil/index.php into a script, but not having much luck. Using Open Office and data from that sight though I was able to create seed data with which to grow on. Most of the data contained in this file is based on what is contained in that sight...
  15. E

    Function Requests - Powelevelling/Meatfarming

    Say this out loud: This is just a game meant for me to enjoy playing. If something...anything about it pisses me off, then I need to go find something else to do for a while. Now don't you feel better? If not, take some more time away. Maybe a few days.
  16. E

    Broken script-ness. Help fix?

    OK when you get "undefined reference" what that can mean is: 1: You have misspelled something. 2: You have forgotten to import a script. 3: When using code from other scripts it can mean that you need to return to the script that you got the code from and find another function in that script...
  17. E

    Index 8, size 8

    Though that script is very outdated, the castle farming version still works. More specific details: inside the script starting at line 387 void GoElite() { if(current_equipment($slot[hat]) != $item[Knob Goblin elite helm] && item_amount($item[Knob Goblin elite helm]) < 1){buy(1, $item[Knob...
  18. E

    Broken script-ness. Help fix?

    sell stuff to trader: easy, can be done with a cli script Get clovers: easy can be done with an already written script Make drinks? what specific drinks? how many? Do you want to buy the stuff from the mall to make them if you don't have it? or only make what you can with current inventory...
  19. E

    Broken script-ness. Help fix?

    No, it starts at the first command outside of a function call and completes all of them till it finds void main, then it starts handling void main.
  20. E

    Broken script-ness. Help fix?

    Basically that script contains: void trader() { item Bounty; boolean trap; trap = false; if ( bounty_hunter_wants( $item[hippopotamus skin])) { Bounty = $item[hippopotamus skin]; trap = true; } if ( bounty_hunter_wants( $item[penguin skin])) { Bounty = $item[penguin skin]; trap =...
Back
Top