Search results

  1. icon315

    Bug - Not A Bug Pair of pearidot earrings

    It has them as +100% Item drop, should be "Variable" Since it only applies to Candy Diorama
  2. icon315

    Java 64-bit and Kolmafia

    I guess, which is weird, cause i thought i made sure to remove previous versions.
  3. icon315

    Java 64-bit and Kolmafia

    Thanks, that fixed it. :D
  4. icon315

    Java 64-bit and Kolmafia

    Nope still have Java 6 with Win 7 64-bit.
  5. icon315

    Java 64-bit and Kolmafia

    The current one, I have that mafia update tool.
  6. icon315

    Java 64-bit and Kolmafia

    I haven't been able to find any posts about this, but it seems that my Kolmafia is not opening at all, ever since i got 64-bit java installed on my computer. Anyone know why?
  7. icon315

    Character Info Toolbox

    Great Script (Yeah i know i'm late)
  8. icon315

    Azazel.ash - Organ of Steel, Automated

    was there anything printed out in the CLI? What was mafia trying to do?
  9. icon315

    Azazel.ash - Organ of Steel, Automated

    It seems to be a problem with this line equip($slot[acc3], $item[Observational glasses]); but i don't see anything wrong with it....did you edit it somehow?
  10. icon315

    The Neo-Cow Farming Script

    Should be this.
  11. icon315

    ORTA-REQUEST] kitycore anti-mistake

    A way you could do it is by maybe writing a script that gets all the kills for the familiars, maybe a post/pre ascension script, and writes them in a .txt file. then another that uses the differences in kills later on to determine %'s.
  12. icon315

    The Neo-Cow Farming Script

    Yeah I can, as soon as i get my laptop back from being fixed :P
  13. icon315

    ORTA-REQUEST] kitycore anti-mistake

    Here is a relay script. It is a snippet from an old version of Peacy's script
  14. icon315

    The Neo-Cow Farming Script

    OK here is a version of NCF initialize.ash that asks questions and other things in order to figure out some settings. Note, some settings are set automatically.
  15. icon315

    OCD Inventory control

    To be honest, i had no idea :P I was half asleep when writing that.
  16. icon315

    Exporting information

    Yes, it returns the price of the 5th item in the store...here is one that uses information from the coldfront marketplace string [item] prices; foreach i in $items[A, B, C]{ int it = i.to_int(); string Mall = visit_url...
  17. icon315

    The Neo-Cow Farming Script

    Yeah, but since it is putty farming, it should be checking for the putty sheet, so it can copy the monsters
  18. icon315

    Exporting information

    Try... string [item] prices; foreach i in $items[A, B, C]{ prices[i] = mall_price(i); print(i); print(mall_price(i)); } map_to_file(prices,"prices.txt");
  19. icon315

    The Neo-Cow Farming Script

    I may write a version that asks if you want to autobuff, might even make the NCF initialized better. Also if (!(item_amount($item[Spooky Putty monster]) > 0)) { print("you don't have a putty monster to farm.", "red"); return false; } Shouldn't this be looking for Spooky putty sheet?
Back
Top