Search results

  1. ckb

    Feature Track flyeredML for hippy and frat separately

    It is indeed possible to get both flyers at the same time. Generally this will only happen if you do the war as a hippy. If you have the Frat Warrior Fatigues, you can get the rock band flyers at any time after the war starts. If you have the War Hippy Fatigues, you can get the jam band flyers...
  2. ckb

    Feature Track flyeredML for hippy and frat separately

    Currently, during the Island War, the total monster level from using either rock band flyers or jam band flyers is combined into a single property 'flyeredML' KoL itself requires the total ML to be the sum of a specific flyer (either rock band or jam band) and it tracks the totals separately...
  3. ckb

    Bug - Fixed lastFriarsNC pref should be reset at ascension start

    I don't have any stake in which option we use. lastFriar... seems to be the original intention, but lastFriars... is the one that gets used and updated currently in practice. I don't know what other scripts use, and they both would have problems (either not updating or not resetting). That...
  4. ckb

    Bug - Fixed lastFriarsNC pref should be reset at ascension start

    The properties lastFriarsElbowNC, lastFriarsHeartNC, lastFriarsNeckNC should be reset to default when starting a new ascension. The current list in 'resetOnAscension' in Preferences.java is : "lastFriarElbowNC", "lastFriarHeartNC", "lastFriarNeckNC", without the 's' for Friars
  5. ckb

    New Content Summer 2023 special challenge path - Legacy of Loathing

    Using a pocket wish does not work correctly in LOL. With a pocket wish in inventory: > genie effect Dirty Pear Dirty Pear is not wishable, but KoLmafia thought it was After using the pocket wish manually in Relay browser, and asking 'to be Dirty Pear': You acquire an effect: Dirty Pear (20)
  6. ckb

    Where is the Automation section of the Preferences window documented?

    There is some automation script documentation here: https://wiki.kolmafia.us/index.php/Miscellaneous_ASH_Features
  7. ckb

    New Content Summer 2023 special challenge path - Legacy of Loathing

    the replica Jurassic Parka does not work with the CLI 'parka' command > parka pterodactyl You need a Jurassic Parka to pull tabs on your Jurassic Parka.
  8. ckb

    WTF Relay script collection

    From "modifiers.txt": # big rock is used as a placeholder for "the ground" (when you have no housing) Item big rock Base Resting HP: +4, Base Resting MP: +5
  9. ckb

    Feature - Implemented Prefs file backup/restore Draft PR

    I agree with frono. I'm not against this, just that it might not be the super solution to this problem. What happens if the user does not notice prefs missing right away, and the backup is also messed up? Better to suggest a user use something like dropbox backup that stores multiple version...
  10. ckb

    New Content New Shadow Rift NCs, buffs, and buff extension

    I automated my turns in the Rift yesterday after starting a new run, trying to adventure in Shadow Rift (The Misspelled Cemetary). Something weird happened and I just got tumbleweeds until I tried manually going into a different Rift via Relay Browser. Not sure if it is related to KoL or Mafia...
  11. ckb

    New Content New Shadow Rift NCs, buffs, and buff extension

    My choiceAdventureStript worked just fine today for A Labyrinth of Shadows For reference, my script is this: void main(int choice, string page) { print("In choiceAdventure"+choice,"blue"); switch (choice) { case 1499: //A Labyrinth of Shadows if...
  12. ckb

    New Content New Shadow Rift NCs, buffs, and buff extension

    FWIW I successfully automated the artifact quest with a choiceAdventureScript for choiceAdventure1499, using foreach ii,ss in available_choice_options(true) { if (contains_text(ss,get_property("rufusQuestTarget"))) { nn = ii; } } run_choice(nn)
  13. ckb

    New Content New Shadow Rift NCs, buffs, and buff extension

    I would like to second this request - it would be great to be able to set "choiceAdventure1499" to something that would automatically get the artifact (or even the desired buff). As it is now, the only way to script this is to process available_choice_options() after a visit_url() If you are...
  14. ckb

    New Content Spring 2023 special challenge path - Avatar of Shadows Over Loathing

    The replacement bosses have varying degrees of Physical resist. My initial spading has these numbers: [two-headed shadow bat] = 100% physical res [goblin king's shadow] = 50% physical res [shadowboner shadowdagon] = 80% physical res [shadow of groar] = 100% physical res [corruptor shadow] =...
  15. ckb

    New Content Spring 2023 special challenge path - Avatar of Shadows Over Loathing

    I think I have these fixed now. My Git-fu is extremely weak, and the whoe branch/main thing still confuses me, but I do understand how to delete tabs, so hopefully it is ok now.
  16. ckb

    New Content Spring 2023 special challenge path - Avatar of Shadows Over Loathing

    The AOSOL skills currently have the wrong level in classskills.txt, partially because the skill ID and order of level/availability is not straightforward. PR submitted.
  17. ckb

    Bug Changing enemies do not update correctly

    After casting BACK-UP TO YOUR LAST ENEMY: fight html has this: HP: 282, Atk: 145, Def: 377, Type: horror ... <!-- MONSTERID: 1974 --> ... <script type="text/javascript">var monsterstats = {"hp":"290","def":"397","off":"165"};</script> I assume the first set of numbers is from Mafi and the...
  18. ckb

    Bug Changing enemies do not update correctly

    I admit I don't totally know what is happening in the background of the fight, just that what Mafia shows for Atk/Def/HP are wrong, and that these get out of syn when the Manuel info is on the page. After another round, it is back in sync, because Mafia probably does something else, or maybe...
  19. ckb

    Bug Changing enemies do not update correctly

    Using a skill or item than changes a monster (Back-Up to your Last Enemy, Macrometeorite, CHEAT CODE: Replace Enemy, tangle of rat tails) does not seem to correctly update the monster stats. With monster manuel, I can see the updated stats, but they do not match what Mafia thinks they are...
  20. ckb

    New Content - Implemented World Event: Shadow Rifts

    The shadow monsters scale and get added resistance the more you fight. Currently I believe the elemental resistance is +1% per monster fought per day (max 90%) - similar to how the Crimbo monsters scaled in resistance. It would be helpful to have a preference of "_shadowMonstersFought" or some...
Back
Top