Search results

  1. cakyrespa

    CanAdv -- check whether you can adventure at a given location

    I'm working on a version of LevelUp, mainly to see if I can do something interesting with it. However, I found out if I spam can_adv() to find suitable area, I got some side effects I wasn't really planing for. boolean itemcheck(item req) { if (available_amount(req) == 0 && (!prep ||...
  2. cakyrespa

    ZLib -- Zarqon's useful function library

    Well, there is another approach to the problem you suggested to: requiring version. import <zlib.ash> require_zlib_version("4"); I would see require_zlib_version() to check for exact match. If it doesn't (like the upgrade), it throws a user_confirm() and aborts. No if, ands, or buts. For...
  3. cakyrespa

    Modifier Maximizer

    That worked out perfectly for me. Got a chance to mess with it and play with a location-specific maximizer script to work for the few areas that I'm trying out. It is also interesting to see how bad my gear choices were. :) Yeah, ", -ml" at the end seems to fix that up nicely.
  4. cakyrespa

    ZLib -- Zarqon's useful function library

    Minor little suggestion for ZLib. I'm getting ready to head out to GenCon and decided to spent a few hours having fun trying to make a "OMG, apparently I needed sleep more than the sucking electrons off my laptop" script. I.e. a little maintenance script in case I forget to get online after...
  5. cakyrespa

    Modifier Maximizer

    I would second the ability to have it in a script, it would be sweet to be able to say: if (maximize("1 stench res")) {} and then go adventure in the caves. Also, could you make an option for not pulling from the closet? Or at least an option I could use from, say, scripts, that would turn that...
  6. cakyrespa

    charsheet.php - Group Skills by Character Class

    I had trouble using this script on my machine. I suspect because I have some perm skills I can't use right now because I'm in hardcore. Mostly the changes are to merge in the unusable skills into the main list (graying them out and striking them through) and fixing the little parsing but with...
  7. cakyrespa

    One-Click Wossname -- automatic level 12 quest completion

    Might have found a little bug. I'm in HC Saucemancer class. Going through the junkyard, I noticed that I was using the turtle totem and it was going through turns really fast. And never finishing in the battle. Looking into it, it appears that I actually didn't *have* a turtle totem which made...
Back
Top