Search results

  1. G

    Nemesis quest script

    @taltamir: The script use Zlib is_100_run, kolmafia also has singleFamiliarRun but the script doesn't currently use that. I'll add a check for singleFamiliarRun (I'm not even sure how that setting behave after breaking the prism but I'll check). Maybe a user confirmation that you want to...
  2. G

    simulated maximizer

    I've been testing the maximizer and I'm having trouble when I'm using the simulate function. On the wiki it explains that "Generated:_spec" is the main purpose of using simulate. So when I test this code: maximize("meat drop", true); print("Max meat:"+numeric_modifier("Generated:_spec", "meat...
  3. G

    Nemesis quest script

    OK I just tried this as a SC and it did everything correctly. It did everything from opening the clan to solve the maze. I do not use BCCA so maybe some weird interaction with a pre/post adventure script?
  4. G

    Nemesis quest script

    I just tried as a sauceror and a pastamancer and didn't run into any problem. It crafted everything. I will reroll as a seal clubber and check it again.
  5. G

    Edscension - Your #1 Karma Farming Script

    Frostbutt, I believe most of those errors were fixed in chown's fork.
  6. G

    Bug - Not A Bug retrieve frost flower not working

    Ok so reviewing my .ash file I realized that it is actually "use(1,$item[frost flower])" so it might be related to the autoBuyPriceLimit. I'm currently in HC so I will test it later. Thank you everyone.
  7. G

    Bug - Not A Bug retrieve frost flower not working

    I can buy it from the mall but when I tried "retrieve frost flower" in the cli I get Desired purchase quantity not reached (wanted 1, got 0) I also tried in ash "buy(1, $item[frost flower])" but that seems to give me trouble too. Am I doing something wrong?
  8. G

    Nemesis quest script

    I'm testing this by using questG04Nemesis but it didn't behave the same on the two accounts I tried. I think the difference was that one account I picked up the quest by hand and showed "started" and on the account that the script unlocked the guild and picked up the quest, it didn't change and...
  9. G

    Nemesis quest script

    OK I'll look into that.
  10. G

    Nemesis quest script

    I tried to look it up but didn't see anything about tracking in mafia. I rather not hit the server each time to see if the quest tracker change. How would I check for the non combat? Use a matcher?
  11. G

    Nemesis quest script

    Ok so now the epic weapon is untradeable but if you had some from a previous ascension or that you had bought one before they became untradeable, the script will fail since it is currently using those item as a proof that you killed the ghost of your class. I wonder if mafia has a variable for...
  12. G

    Edscension - Your #1 Karma Farming Script

    Ok. I just need to come up with a logic for the +ML. It is simple for the islands since the mob don't get initiative, so just need to calculate the damage that can be dealt in 3 undying I think. For anyone who doesn't have the charters, it would be a bit harder since the hippies can get initiative.
  13. G

    Nemesis quest script

    I had one problem. It seems that you can't just buy a Epic Weapon anymore. You have to fight the unknown ghost to continue. Anyone else ran into that problem? The script currently check for the Epic Weapon and if you have one jump directly to the fun house, without facing the ghost.
  14. G

    Edscension - Your #1 Karma Farming Script

    Ok so I was reading through the comments and it seems some users are having trouble with the +ml at the start of the run. Personally I run Mental A-cue-ity from the pool table and by the time it runs out, I can deal enough spell damage to survive. Would people be interested if I coded that in...
  15. G

    Edscension - Your #1 Karma Farming Script

    So this is an update to chown's fork. Use it at your own risk. I tested it with no variable previously entered. So it seems to set it to lobsterfrogman. I haven't tried any other monsters yet. A link in the relay would be needed but at the moment I just want to test the function. I only have...
  16. G

    Edscension - Your #1 Karma Farming Script

    I was thinking of adding the fax machine since this path is now out of restriction. I wanted people's opinion on what to fax. I'm think the lobsterfrogman since I hate the randomness of it but I'm open to suggestions.
  17. G

    Bug - Fixed Bang potions in mood get confused when ascending

    Is there a way to bypass the Unknown item ID-1. I don't want to erase that line every time I ascend and forget to add it again when I identify the potions. Even if I had to add a line to check if I know that potion recipe to my between battle script.
  18. G

    OCD Inventory control

    I was using OCD today and I found myself copy pasting or typing a lot of the item to do a mall search. So I added a little bit of code to simply click a button and get me the information in the CLI, that way I don't check 1000 of prices when I start OCD relay but only those I have doubt about...
  19. G

    Nemesis quest script

    If you don't mind, how far where you in the quest? Did you run it from start to finish? Thank you.
  20. G

    Bug numeric_modifier for familiar

    How would I check if my current familiar can act as a Fairy? I understand that I could check if "item drop" returns a value and make the int from there but in my mind, "Fairy" should return a value. In this case I understand that the Grouper Groupie returns 0, it isn't a Leprechaun. float...
Back
Top