Search results

  1. B

    Bug try to equip() equipped weapon available in storage into off-hand, end empty-handed

    With skill Double-Fisted Skull Smashing Steps to reproduce: Have a one-handed weapon equipped Have 0 of that weapon in inventory except the one equipped Have at least 1 of that weapon in storage in cli: ashq equip($slot[off-hand],$item[weapon name]); result: weapon is unequipped, error message...
  2. B

    Bug - Fixed missing Crystal ball prediction string

    b/src/net/sourceforge/kolmafia/request/FightRequest.java private static final Pattern[] CRYSTAL_BALL_PATTERNS = { Pattern.compile( "your next fight will be against <b>an? (.*?)</b>" ), Pattern.compile( "next monster in this (?:zone is going to|area will) be <b>an? (.*?)</b>" )...
  3. B

    Feature Track milk of magnesium charges

    _milkOfMagnesiumUsed would still track the 1/day milk use. It would no longer record the milk consumption message when it triggers from a previous day's charge, which I think would be an improvement for any script relying on _*Used, but it would otherwise remain updated together with the new...
  4. B

    Feature Track milk of magnesium charges

    "An unused charge of milk of magnesium will persist through rollover, but using another milk of magnesium without first using the charge will overwrite it instead of stack." Carrying milk charges over rollover does happen, either deliberately (saving more turns for tickets/events) or...
Top