Recent content by giannis

  1. G

    Get Slimy

    Also, not that it is important, but in main(), function slime_damage() is called at least 2 times per loop (4 in the case a chamois must be used), which slows down the script... You could have a tmp variable in line 254: tmp_slime_dmg = slime_damage(); and use it in the conditions
  2. G

    Get Slimy

    Hi again! After b_piryte's post, I was trying to find out why slime.ash was refusing to adventure when covered in slime = 5 (I know that I could LTS the slime) and I found another bug: - max_possible_damage() was returning 105, while the max damage the slime could do was 16 (slime) and 25 (in...
  3. G

    Get Slimy

    Thank you! :-)
  4. G

    Get Slimy

    Hi, I tried the script using a Turtle Tamer. I think that it calculates wrong the damage done by a Turtle Tamer, when LTS is used (the script was underestimating the damage done by my Lvl 21 character by ~150). I have no experience in programming for KolMafia, but I think that the problem is in...
Back
Top