Search results

  1. S

    Make.meat.fast

    Bale is officially the greatest, I was previously having the same problem as the others, it would freeze about the time it was checking the 8 Bit Realm, eliminating all the extra info that's printed solved the problem, though for me its just doing what I would normally be doing; farming the...
  2. S

    Ascend.ash: hands-off ascension script

    Don't know if this has been brought up before, but I was wondering if it would be a good idea to include FN Ninja's Miner script to complete the mining for the Level 8 Trapper quest. It works amazingly, and you could have ascend just call it when the trapper gives the adventurer the three ores...
  3. S

    Personal Farming Script Help

    sounds good, i havent had the original problem in a while so hopefully it never shows up again
  4. S

    Personal Farming Script Help

    thanks, i will see if that works after rollover tonight
  5. S

    Personal Farming Script Help

    Well what I have for messaging wadbot works fine, I just have a new question what is the command for refreshing the inventory in ash ive got my script set up so it will wait until i get twinkly wads back but the problem is using refresh_status doesnt refresh the inventory, so the script loops...
  6. S

    Personal Farming Script Help

    Yep, this seems to work import <zlib.ash>; foreach it in $items[twinkly nugget, giant needle, wolf mask, disturbing fanfic, twinkly powder, cold powder, hot powder, sleaze powder, spooky powder, stench powder, cold nugget, hot nugget, sleaze nugget, spooky nugget, stench nugget]...
  7. S

    Personal Farming Script Help

    I was planning on changing the items to include a list of other items, i just wanted to keep it short
  8. S

    Personal Farming Script Help

    Now I'm currently trying to figure out how to change my cli messaging codes to ash This one comes up saying "the message didnt send for some reason" import <zlib.ash> if(have_effect($effect[Ode to Booze]) < 1) kmail("kolabuff", "", 1); This one, Mafia isnt recognizing my inputs into kmail...
  9. S

    Personal Farming Script Help

    wtf, it came back again,
  10. S

    Personal Farming Script Help

    I'd love to eliminate more of my cli but I don't know where to look for the commands like switching familiars and outfits in ash Updated Code Its starting to look quite nice and its working quite nicely and its a thousand times faster //////////Cheffy Automated Script////////// import...
  11. S

    Personal Farming Script Help

    for some reason mafia says there is something wrong with this cli_execute (" if meat 0; closet put * meat; outfit Meat; familiar hobo monkey; closet take 200000 meat; if twinkly wad 15; use 15 twinkly wad; "); it says that there's no closing " in the line containing (" i thought this...
  12. S

    Personal Farming Script Help

    hey I have a quick question, i was wondering how I could have the code call a buff bot depending on how many adventures of a buff I have. if The Ballad of Richie Thingfinder < 300 advs csend X meat wait 360
  13. S

    Personal Farming Script Help

    you guys are awesome //Cheffy Automated Script import <eatdrink1.ash>; //Declare Meat Amount in Closet int start_meat = my_closet_meat(); //Cheffy Breakfast cli_execute(" if meat > 0; closet put * meat outfit Meat familiar hobo monkey closet take 200000 meat if twinkly wad > 15; use 15...
  14. S

    Personal Farming Script Help

    well something happened today, and the problem didnt show up, hmm dont know what it was, I'll see if it ever shows up again
  15. S

    Personal Farming Script Help

    Lately I started having a problem with Mafia aborting during my farm script and I can't figure out why. It aborts after this happens where it finishes adventuring in the Castle. I don't know why it would be trying to see if it was wearing those items after adventuring as it was already wearing...
  16. S

    ZLib -- Zarqon's useful function library

    woo new bug, sorry Zarqon [864] Goatlet Encounter: dairy goat Strategy: C:\Users\AustinCPC\Desktop\KoL Shit\ccs\sputnik1.ccs [default] Round 0: sputnik1 wins initiative! New Version of ZLib Available: : 8 Upgrade ZLib from : 9 to : 8 here: http://kolmafia.us/showthread.php?t=2072 Countdown: 5...
  17. S

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    I tried this new version, but it doesnt work with Ascend.ash it came up with an undefined reference to eatdrink.ash the one with ascend still works fine and doesnt abort ascend
  18. S

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    i dont know whats happened but i think something has blown up with the mall price updating Loading food records. Now at fullness of 0, eating to 15. Unexpected error, debug log printed. Error loading eatdrink_food_data.txt, aborting
  19. S

    End of Day MallSelling Problem

    works like a charm, shouldve been able to do that myself, need to relate the logic more often, though usually im just afraid that something is gonna screw up
Back
Top