New Content Bat Wings, back item.

rest upside down skill currently not working with use_skill(). It is a skill that only appears on skillz.php when the item is equipped, but even with the item equipped the function fails with:
Code:
Could    not find a known, usable skill of yours uniquely matching "1 Rest upside    down"
 
Needs:
* add skills when bat wings equipped, remove when not equipped
* tracking for:
** free kills (5 per day)
** four bat hole adventures (once per ascension)
** three skills (11 per day)
* orc chasm jump support (if fixed)
* choice adventure spoilers for airship
 
Last edited:
The skill to pickpock only counts if you actually successfully pickpocket, too. So, it's not strict 11 uses per day. It's 11 successful pickpockets per day.
 
Code:
Could not find a known, usable skill of yours uniquely matching "1 Rest upside down"

> version

KoLmafia r28080
Steps to reproduce:
run the following:
Code:
  while (get_property("_batWingsRestUsed").to_int() < 11) {
    use_skill(1, $skill[rest upside down]);
  }

@gausie
 
Last edited:
Back
Top