Search results

  1. E

    Nemesis quest script

    This is what I currently use. Its basically mrOaks with some tweaks.
  2. E

    Updating KoLMafia's Monster Physical Resistances

    Yeah, I was unaware that KoLMafia took in account of ML. Apparently, it only applies that ML physical resistance when you call monster.physical_resistance in a fight, and then it caches that value. So, when I did ash foreach it in $monsters[] { if(it.physical_resistance > 0 &&...
  3. E

    Updating KoLMafia's Monster Physical Resistances

    I've been making more in depth consult scripts and noticed that KoLMafia has lots of incorrect monster.physical_resistance values. Some monsters have random/pointless resistances (like lots of ducks have 2%) and others just have wildly incorrect (lots of giants have around 30 and the wall of...
  4. E

    Bug Item Manager creating multiple digital keys

    Mystic Shop Buying Digital Keys It seems you can no longer have multiple digital keys. Owning 1 digital key makes the option to purchase additional ones to disappear. This becomes a problem if you try to "acquire" or "craft" multiple digital key lime pies as it will attempt to buy X amount of...
  5. E

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    The reason WHAM has trouble handling the contestants is Batbrain returns 0 - 3 damage for sauce/pasta spells (and maybe something similar for other skills) even though they seem to do normal damage.
  6. E

    Checking if a Skill has been Permed

    That could work, thanks for the idea Bale!
  7. E

    Checking if a Skill has been Permed

    I am looking for a way to check if a skill has been permed but so far haven't come up with anything. Whether its sc/hc permed doesn't matter to me.
  8. E

    The kolmafia wiki fast again

    I spent several minuets clicking various links and everything was fast with no delays.
  9. E

    BatBrain -- a central nervous system for consult scripts

    I understand, kids are time vacuums ;) On a different note, I am have problems with the batbrain carrying out actions, or what it calls reactions. For a combat library, I feel like it is out of its scope to be doing such things. The particular problem I am having is my Sauceror is getting...
  10. E

    The kolmafia wiki fast again

    I live in South TX and have the same general lag issues Uti has been explaining. Seems like 2-3 out of 10 wiki clicks will load quickly, although they could just be cached. The rest tend to take anywhere from 10 secs to a complete time out. When it hangs, I find resubmitting the page multiple...
  11. E

    Casting Saucy Salve in Combat

    Yeah I realize that now, I was really confused because nothing else was taking place. This is the first time I have heard of "quick casting" things. I haven't played with mages before.
  12. E

    Casting Saucy Salve in Combat

    You are right Darzil, thanks! From the wiki
  13. E

    Casting Saucy Salve in Combat

    Here is another fight along with its debug log, I have no idea what is going on. Round 1: eliteofdelete2 casts CURSE OF WEAKSAUCE! Round 2: pooltergeist drops 5 attack power. Round 2: pooltergeist drops 6 defense. Round 2: pooltergeist takes 5 damage. We should cast soul bubble Round 2...
  14. E

    Casting Saucy Salve in Combat

    I put a waitq(5); in the while loop and let it run for a bit longer. It got a few of them to cast this time? Round 3: eliteofdelete2 casts SAUCY SALVE! KoLmafia thinks it is round 4 but KoL thinks it is round 3 Round 4: You gain 12 hit points Round 4: eliteofdelete2 casts SAUCY SALVE! KoLmafia...
  15. E

    Casting Saucy Salve in Combat

    It says I am gaining HP, but as I mentioned its not "actually" casted, KoLMafia just think it is. With the while loop, I let it try ~10 times and it kept just repeating except the KoLMaifa thinks round would go up by one. Going into the Relay Browser I still had the same hp and the monster was...
  16. E

    Casting Saucy Salve in Combat

    I am trying to make a simple combat script using ASH. All the skills are casting except Saucy Salve, and I am not sure why. I just forever get KoLMafia think it is casting the skill but not actually casting it. It looks like this: Round 3: eliteofdelete2 casts SAUCY SALVE! KoLmafia thinks it is...
  17. E

    BatBrain -- a central nervous system for consult scripts

    This is probably a batbrain thing....but WHAM doesn't seem to calculate using the curses, specifically Curse of Weaksauce and Curse of Marinara which give MP/HP at 30% of damage dealt upon the killing blow (50 cap). These bonus don't seem to be mentioned in the batfactors, but I have no idea how...
  18. E

    EoD Softcore Ascension Script

    Huge update added. Now there is a relay script. It handles all the items and settings.
  19. E

    The kolmafia wiki fast again

    I am not feeling it... I still get the random 20-60 sec delays. Just now I got a gateway time-out error :(. Thankfully waiting a bit and retrying pushed my wiki change through.
  20. E

    Universal Recovery Script

    It is pretty impressive! I hope to attain your scripting skills one day! :D
Back
Top