Search results

  1. ckb

    New Content Feb 2024 Challenge Path - Were Professor

    I agree it would be nice to have the turns left be available, either through a property or an ash command. Right now I use my own fuction to parse charpane.php For your (2) and (3) those sounds like great things for a before-/after- adventure script. That is what I am doing now after getting...
  2. ckb

    New Content - Implemented Everfull Dart Holster

    BALLS = Basic Automated Loathing Language Scripts Its the KoL native combat macro system
  3. ckb

    New Content - Implemented Everfull Dart Holster

    Yes, See Macros in CCS
  4. ckb

    New Content - Implemented Everfull Dart Holster

    KoL will make the translation for you if you submit a BALLS macro, so "skill Darts: Throw at butt; " becomes Round 1: ckb1 casts DARTS: THROW AT %PART1!
  5. ckb

    New Content Feb 2024 Challenge Path - Were Professor

    No - once you use Advanced Research on a monster you cannot Research it again, no matter if it was a double (5rp) Research or a triple (10rp) Research. It would be really nice to have a property that is a list of monster IDs we have used Research on. Now I am setting my own property as a comma...
  6. ckb

    New Content Feb 2024 Challenge Path - Were Professor

    charpane.php indicates Research Points available as such <tr><td align=right>Research Points:</td><td align=left><b>118</b></font></td></tr> It would be nice to update property "wereProfessorResearchPoints" with this.
  7. ckb

    New Content Feb 2024 Challenge Path - Were Professor

    Not that it ever really matters, but if you only have 1 research point, the parsing does not work: <p>You have 1 research point (rp). > get wereProfessorResearchPoints 0
  8. ckb

    New Content - Implemented spring shoes

    Thank you!
  9. ckb

    New Content - Implemented spring shoes

    Added 'Drops Items' modifier in r27847. I am calling this done. If there is desire to add a reminder to equip shoes before planning the bean I will leave that up to someone else to write a PR or submit a new feature request.
  10. ckb

    New Content Feb 2024 Challenge Path - Were Professor

    You can macro-ify Advanced Research with "skill Advanced Research; " Now that it is in classskills.txt and Mafia knows about it, you can probably just call it like any other combat skill in a CCS
  11. ckb

    New Content Feb 2024 Challenge Path - Were Professor

    Prefs for Rend, Bite, and Kick would be useful to know when you are a Beast as the skill changes depending on what level they are. My early spading is thus: Rend1 = buffedmuscle physical damage Rend2 = 1.50*Rend1 Rend3 = Rend2 + HP restore Bite1 = buffedmyst stench damage Bite2 =...
  12. ckb

    New Content Feb 2024 Challenge Path - Were Professor

    I see @Veracity has PRs for some updates. I just completed my first run and I am listing thoughts for some other things to do: Track the skills known at the Research Bench, probably through a property or something similar to "wereProfessorStomach" and "wereProfessorLiver" This might only...
  13. ckb

    Forum help and cleanup

    I don't know nearly enough to be a Dev (just enough for the occasional PR), but I am happy to take on the role of Minion. I am finding myself with a bit of time and some interest in making some Mafia PRs, so I am going through old Bugs and Feature Request (starting with my own). It would be...
  14. ckb

    Forum help and cleanup

    This forum is great, and I really appreciate all the help it provides. The bug reports section has multiple prefixes for various things, but they are not regularly cleaned up to mark bugs fixed or features implemented. I would offer to do that, but I do not have access or rights for such...
  15. ckb

    Knott Slanding is "banished" in Mafia

    Do you have beasts banished via Eagle Screech?
  16. ckb

    Feature - Implemented Add [turn] to Rain Man log

    Added in r27836
  17. ckb

    New Content - Implemented spring shoes

    Is it required to have the shoes equipped to gain the extra stats?
  18. ckb

    New Content - Implemented spring shoes

    I am not sure how we would add that info to Mafia. There is no special modifier for "gain stats when you plan an enchanted bean"
  19. ckb

    Bug KM27822 drunkenness out of whack

    This is a known issue and a mystery. See this thrtead: https://kolmafia.us/threads/you-are-too-drunk-to-continue.29307/ Also - this post has a hacky fix.
  20. ckb

    New Content - Implemented spring shoes

    I just submitted a PR for the banish management of Spring Kick. This is my first Java PR, and I am gently trying to follow what has been done in previous banish skills.
Back
Top