Recent content by the_great_cow_guru

  1. T

    script of eXtreme farming

    Woops, thanks for pointing that out. I think it's not counting the cost of summoning the demon either. I'll fix those issues and upload a new copy. Thanks for bringing that to my attention, I'm glad you like the script.
  2. T

    Any script requests?

    Here's what I've got so far, in case I'm busy for a little while at least this code will be out there. This gets the price list from the xml file into a usable format: record buff_data { string name; int skill_id; int price; int turns; boolean philanthropic; }; buff_data...
  3. T

    Well, has nobody thought of this yet???

    Maybe I'm wrong, but I thought Mafia did this for you already?
  4. T

    Any script requests?

    I like that idea, I did something similar to it for my farming script (though I hard-coded the prices because it was a lot simpler that way.) The main thing I would have to do is adapt it to read the xml files, which of course is the tough part... Does anyone have any idea how to parse an xml...
  5. T

    The Neo-Cow Farming Script

    I ran it today and it worked without too much tweaking, couple things I found though: I noticed that you converted farming script and the bountyhunting script to use zlib, is there a reason you didn't convert the puttyfarming one as well? I also saw that you hardcoded the value of adventure...
  6. T

    The Neo-Cow Farming Script

    Awesome, glad to see you've got all your tweaks working now. I'll have to try it out and see how it compares to my original version.
  7. T

    script of eXtreme farming

    That sounds reasonable to me. As long as you give me credit for the original script, I don't mind if you make your own version. Especially if you put a lot of work into it. (I love the name by the way ;)) Glad to hear you added zlib support too. I wish I had known about it when I wrote the...
  8. T

    script of eXtreme farming

    That sounds like a nice list of improvements. Just a couple things to consider if you haven't already: - I would make sure that they're not using their putty for puttyfarming before you go ahead and use it for bountyhunting. I think people would be mad if it got rid of their rockmonster or...
  9. T

    Repricing

    Would it be possible to go to the php page for managing your store and parse it to get the item names? or does mafia block you from doing that?
  10. T

    Make.meat.fast

    CanAdv
  11. T

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

    Hmm I was having some issues with getting this to work. (And sorry if you already know about this. I didn't want to look through all 16 pages to see if it's been reported) I downloaded the ascend.ash script and ran the eatdrink.ash so it would make all the variables and i could tweak them...
  12. T

    Make.meat.fast

    Yeah, mine just automates the process. It lets you set where you want to farm and a lot of the details, but it can't make those decisions itself. Your script is unique because it tries to find what will make you the most meat at this exact moment whereas my script (and other similar ones) really...
  13. T

    Make.meat.fast

    Wow sounds awesome, that must've been a lot of work. I can't wait to try it and compare it to my farming script. I'll also be interested to see how it works out in the long run. It might just sink the item prices until it has to castlefarm all the time.
  14. T

    Any script requests?

    Wow, I had no idea you could do that. I usually like to keep my scripts all in ASH if possible, but that's still good to know
Top