Search results

  1. ckb

    New Content Path Avant Guard

    New Path Avant Guard Things to do: add Path to path list add Burly Bodyguard familiar handle Burly Bodyguard Chat This happens every so often (some number of bodyguard fights?) your next enemy will have the selected monster as its bodyguard add something to check when a 'chat' is available...
  2. ckb

    Bug - Cannot Reproduce No chatting with bodyguard familiar link in relay browser

    I just stared an Avant Guard run and I have a chat link in my charpane. My current turncount is 82.
  3. ckb

    Bug - Fixed item_fact() no monster NPE

    New Path Avant Guard I just started this and my first combat is: Script execution aborted (java.lang.NullPointerException: Cannot invoke "net.sourceforge.kolmafia.MonsterData.getId()" because "monster" is null): This was from: Preference lastEncounter changed from Adjust your Parka to...
  4. ckb

    Bug - Not A Bug Automated bounty hunting does not function

    Does this happen every time? What is your ccs? Can you post a debug log from the fight? in the CLI, type 'debug on' run an adventure where you get the error type 'debug off' post the debug file from your Mafia folder
  5. ckb

    Bug - Not A Bug Automated bounty hunting does not function

    I could not reproduce this at all. Do you have something set in your autoattack? Do you have other fight scripts running? This is what I get: [719] The Overgrown Lot Preference lastEncounter changed from sewer snake with a sewer snake in it to cooler wino Encounter: cooler wino Preference...
  6. ckb

    Deprecate scriptMRU?

    As a single data point, I rarely use the script menu (I usually just type the script name into the CLI) and I have never used the script MRU.
  7. ckb

    Is this possible for ccs - use fury skill only at maxfury

    You ash is missing some things. the if statement needs the expression inside parenthesis. You need to understand how equals signs are used: A single equals sign will set the left side expression to the right side, a double equals sign will do a comparison and return a boolean value (true or...
  8. ckb

    New Content Feb 2024 Challenge Path - Were Professor

    In Path, In Season, I gathered some html for the skills Hunt and Punt. If someone enterprising wants to add them to Mafia for tracking sniff/banish I am adding them here. I have not done this in the past few months and I might not ever get to it, but posting the files here for the future.
  9. ckb

    Bug Max Drunkenness drops when equipping weapon/off-hand

    This is a know issue and a mystery: Bug - You are too drunk to continue
  10. ckb

    New Content Mayam Calendar

    The CLI command has a bug where 'mayam rings' with no parameters gives an Unexpected error: Unexpected error, debug log printed. class java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1 java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1 at...
  11. ckb

    New Content Mayam Calendar

    This is mostly done, but adding this thread for completeness. See CLI command: mayam rings yam|sword|vessel|fur|chair|eye yam|lightning|bottle|wood|meat yam|eyepatch|cheese|wall yam|clock|explosion - list exactly four symbols to consider from top to bottom (largest ring to smallest)
  12. ckb

    Bug - Fixed Mafia thinks Numberology summons to last adventured zone

    This looks like it is due to Mafia not knowing how these fights work in in FightRequest.java, line 2995: // If this was an item-generated monster, reset KoLAdventure.setNextAdventure(KoLAdventure.lastVisitedLocation); Commenting out this line solves the location reset for...
  13. ckb

    Bug - Fixed Mafia thinks Numberology summons to last adventured zone

    This is related to https://kolmafia.us/threads/set-lastadventure-to-none-when-casting-calculate-the-universe.28992/ Also - There are some other things that do not correctly manage location, like $location[Trick-or-Treating]
  14. ckb

    Feature - Implemented Allow monster EA: none

    I've started working on this. Updating monsters.txt is the big chore... this might be easier if that files was ordered differently, but it should be a one-time thing. A question to those in the know (probably @Veracity ): Some monsters have "E: element", and some have "ED: element EA: element"...
  15. ckb

    Command to upkeep Adobe Armor Subscription buffs?

    Apparently you will need this command instead: ashq visit_url("inventory.php?pwd="+my_hash()+"&itemid=11513&action=adobesubscribe",false);
  16. ckb

    Feature Mafia doesn't stop automation when /timer times out

    You could use Mafia Counters A counterScript can be used to do various things (like stop) when counters run out.
  17. ckb

    Command to upkeep Adobe Armor Subscription buffs?

    You could try this (untested): trigger lose_effect, Adobe Adze Subscription, ashq visit_url("inventory.php?itemid=11513&action=adobesubscribe");
  18. ckb

    New Content Feb 2024 Challenge Path - Were Professor

    Protector Beast monster needs attributes updated to match Protector Spectre Protector Beast 2442 protspect.gif BOSS NOCOPY Atk: 164 Def: 151 HP: 100 Init: 30 P: undead Article: a [2180]ancient amulet (n100) spectre scepter (n100) Protector Spectre 450 protspect.gif NOCOPY...
  19. ckb

    Bug - Fixed Death Rattlin / 5 does not decrement cyrptCrannyEvilness

    Choosing Option 5 in choiceAdventure523 does not correctly decrement cyrptCrannyEvilness by 11. [262] The Defiled Cranny Preference lastEncounter changed from Adjust your Parka to Death Rattlin' Encounter: Death Rattlin' In choiceAdventure523 Submitting option 5 for choice 523 Preference...
  20. ckb

    New Content Feb 2024 Challenge Path - Were Professor

    Right - I also check that +ML <= 25 as a Prof. I don't have a single script that does this... more like a giant web of scripts that is tied to the rest of my custom ascension scripts I have been working on. I'll try to pull out the relevant parts to share.
Back
Top