Search results

  1. P

    Maximize.ash, maximize equipment in one command.

    Sweet thanks. That is perfect.
  2. P

    auto BHH and friends

    Oh, you beat me to it... I was just about to say that you could fix it by changing line 100 to cli_execute("adventure 1 "+to_string(here));
  3. P

    auto BHH and friends

    I was attempting to get three triffid barks from the spooky forest, everytime it hit a choice adventure it got stuck in an infinite loop.
  4. P

    threatcheck.ash: quickly check you survivability.

    Name:Threatcheck.ash ver : 1.5 KolMafia build tested with: 14 April 08 Description: I know that sometimes I unlock an new area, but I am never quite sure if I can survive there until I go in get killed etc. etc. Or there may be a boss which I don't know if i am ready to face...
  5. P

    How does mafia evaluate if statements?

    I don't know if if ash scripts follow short circut boolean expression evaluation or not, but I noticed an error at the top that hasn't been fixed or pointed out and I just wanted to address it before it caused anyone any problems. if a && b will always return false if a is false, if a is true...
  6. P

    How to cycle through all items, or locations, or etc.

    I tried to use the code foreach l in $location print $location[l]; But it tells me that i need an aggregate expression. I was wondering if anyone knew how to a loop of that sort using the variables such as $item, $location, $element etc.
  7. P

    Simple CollectorScore function

    Thanks, this script is nice.
  8. P

    Maximize.ash, maximize equipment in one command.

    Oh man... Lol, well, with that knowledge... i guess about... 75-80 percent of my code is reinventing the wheel... I had seen those numeric modifier functions but I couldn't figure out how they were supposed to work. Oh well... it was definitly good for getting me used to ash. Time for a...
  9. P

    A couple informational functions I can't figure out

    I was wondering if anyone had, or knew how to create any of the following: A function that would determine the amount of light coming from an individual moon (taking into acount the mini-moon). I know there is moon_phase and moon_light, but those give the total amount of light and I couldn't...
  10. P

    One-Click Wossname -- automatic level 12 quest completion

    Re: One-Click Wossname 1.1 -- automatic level 12 quest completion During the lighthouse quest, on day x I tried to complete it and only got 3 of the 5 barrels of gun powder, on day x++, after getting two more of the barrels of gun powder It continued for a few adventures (until I noticed it and...
  11. P

    Maximize.ash, maximize equipment in one command.

    Current list of requested improvments and functionality: 1) Show a list of all potential attributes that can be maximized. Example: typing "maximize list" to list moxie, muscle, adventures, stench resistence, etc. Status: Not started. Comments: I want to finish...
  12. P

    Maximize.ash, maximize equipment in one command.

    Thank you for the feed back, i had been unable to fully test the script myself as of yet and this is all very helpful to make it more functional. No bugs currently reported with ver. 2.0
  13. P

    I guess it is safe to ask now that crimbo is over...

    I was attempting to write a script to do the sinister dodectahedron quests during the crimbo season, I had managed to get the sinister dodecdahedron to show up in the locations drop down box (although I made it a sub region of the mt. mclarge huge), I had entered all expected creatures in the...
  14. P

    Maximize.ash, maximize equipment in one command.

    Please note that this script is now depreciated. Users are encouraged to use equipt, written by DerDrongo. NEW IMPROVED VERSION 3.0! script: maximize.ash: files: 5 ash scripts, 1 folder - (Creates 3 text files.) [current version: 3.0] KolMafia ver: Daily...
  15. P

    Can't figure out this error with records in maps...

    Thanks for the help, and that is why I wanted to run it by you guys.
  16. P

    string manipulation...

    Thanks alot, that should work great.
  17. P

    string manipulation...

    I have looked all over the wiki and I can't seem to figure out if there is a way to make any of the sub string searching functions case insensitive. Nor can I find a way to convert all the letters in a string to lower or uppercase. Is there any functionality to do these things? It isn't so...
  18. P

    Can't figure out this error with records in maps...

    Ok, so I was still tring to fix it, and in the proccess of fixing it, i *think* I may have discovered a bug... either that or I am confused about something. Anyway, I want to run it by the more experienced scripters before I file any kind of bug report. I have replecated the proposed bug as...
  19. P

    Can't figure out this error with records in maps...

    I am having a strange problem. Whenever I attempt to use a record in a map at the end of the script the map only contains the data from the last record... I.E: This psuedo code (when implemented) always fills all records in the map with the contents of the last assignment. Record aRec {...
  20. P

    Help with using .ash utility scritps

    Thanks macman that was exactly what i was looking for.
Back
Top