Search results

  1. S

    Back after almost a decade

    Hi everyone, I used to be a dev here, and while I had a lot of fun playing KoL and having some very basic on-hand experience in community coding, life sort of happened and I stopped participating in this great community. With everything that is happening around the world I started working a...
  2. S

    Equipment reverting after using Adventure()

    I think you can game the system by adding a cli_execute( "checkpoint" ) in whatever script changes your equipment. That way, Mafia will silently try to equip the last checkpoint gear (the one you are currently wearing) once you are done adventuring. I'm not 100% sure it will work though, and I...
  3. S

    Nemesis quest script

    Hey, I'm sorry for disappearing so utterly... Life has a pretty firm grip on me now. Ckb1 should be able to administrate the project on SourceForge now. He will probably update the bits that stopped working... so blame him for all the new (and old) bugs!
  4. S

    Nemesis quest script

    I ended up being stuck in a real break from KoL. If anyone comes up with a fix for the PM nemesis quest, I'll happily share the sourceforge access so the script can be updated.
  5. S

    lost meat:

    Just to be clear: if you "multi-create" more than 2^24 stacks, there is a KoL bug and you only get 2^24 stacks and loose all the meat you wanted to transform?
  6. S

    Today's birthdays

    For some reason, I did the exact opposite.
  7. S

    Possible to take a logarithm?

    log10(A) = ln(A) / ln(10)
  8. S

    What is the error in my regexp?

    And when you think you're getting the hang of Regex, it gets worse.
  9. S

    KolMafia autocombat. Conditioned Combat help

    I think he meant to ask why the "monstername" predicate didn't work. Another small detail: When turning a CCS into a KoL Macro, Mafia adds some checks and possible actions like MP restoration between each "round" (ie line). This means that things like skill weapon of the pastalord repeat...
  10. S

    Is there a script for Familiar Drops?

    In this thread you can find a betweenBattleScript that will automatically choose a drop familiar for you. It might need a bit of updating though.
  11. S

    KolMafia autocombat. Conditioned Combat help

    Here is my warbear CCS: [ default ] skill pocket crumbs attack with weapon [ global prefix ] scrollwhendone "abort hppercentbelow 25" [ officer ] if match hardened if !hasskill shrap abort endif skill shrap "repeat" endif skill saucegeyser "repeat"
  12. S

    New Content - Implemented Crimbotown is here!

    Let's just hope Skully's rant this year makes it all worth it.
  13. S

    Scripting the birth of a new life.

    Or you could tweak your login script to make it exit if you just ascended ( my_turncount() == 0 ).
  14. S

    Nemesis quest script

    That's not an error message, it's just informational.
  15. S

    Help With Fuction item_amount

    Keep in mind that it checks to see if you have exactly that amount in your inventory. If you simply want to check if you have enough to drink four, you could use ">= 4". EDIT: reading other's posts to the end would avoid this kind of embarrassment.
  16. S

    You are currently in a fight.

    When you are using Mafia, any request to KoL goes through Mafia. Even the ones that come from the browser (that includes Greasemonkey): KoL <--> Mafia <--> Browser I don't know the trophy-checker script, but it looks like it hits the server heavily just in case something you just did earned you...
  17. S

    Setting a goal for an encounter ... how?

    I use pickpocket because it looks safe. I didn't know KoL discarded it and went on to use the next action as the "dummy" action. You could simply use "attack" instead, although that might backfire is someone figures out and fixes the issue one day. I never managed to understand why exactly a...
  18. S

    Feature - Implemented add your own black heart to restores

    Something like this? Universal recovery is widely used, I bet people think its recoveryScript_map_v2.txt is part of Mafia :)
  19. S

    Feature Mood Manager to support multiple moods

    For reference, here is a post that explains how to combine moods (with CLI commands): Composable Moods In that thread, someone asked if it was possible to have a GUI for doing it, and I immediately thought it would make a nice relay script at the time. However, I don't think ASH has access to...
  20. S

    New Content - Implemented Pantsgiving

    The KoLWiki says 9 items per day... is it wrong? I haven't actually used my pants yet.
Top