Search results

  1. S

    Am I doing this correctly?

    Your script should work pretty well, but there are a few things you should know when you send meat to a buffbot through a script, Mafia automatically sends the nonphilanthropic buff price to the bot So instead of the 1 Meat for Ode to Booze from kolabuff it will send the 315 meat for the next...
  2. S

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

    I was wondering if EatDrink would take into consideration the Crimbo consumables, not that they are any better price per fullness per adv gain wise
  3. S

    Someone trying to profit from my work

    dont you get notices of who uses your script, i would think it would make it easier to see who is using it without giving a Mr A, though I guess it might be easy enough to script that out of it
  4. S

    Castlefarming script for a script dummy?

    I agree with Grotfang in this doesn't really need to be scripted since the choice adventures choices are just set it and forget it. just change them under the Choice Advs Tab under the Adventure tab. though I will give you this for adventuring in the castle, its the ash equivalent of what...
  5. S

    the11tablesASH ~I DID NOT MAKE THIS~

    Actually someone from my clan showed me this version it looks like it works better too
  6. S

    Buff Bot Meat Sending Problem

    I thought all the philanthropic ones were coded out because some of the bots didnt want to be accessed at all by Mafia, oh well my mistake
  7. S

    Buff Bot Meat Sending Problem

    yeah, i was thinking the same thing, cuz ive also had other problems showing up like problems with the modifier maximizer not equipping the appropriate adventures items
  8. S

    Buff Bot Meat Sending Problem

    I know they arent philanthropic because they are listed in the buff list
  9. S

    Buff Bot Meat Sending Problem

    I recently started having a problem with sending meat to a buffbot like kolabuff lately using this code if(have_effect($effect[Ode to Booze]) < 1) cli_execute ("csend 1 meat to kolabuff; csend 1 meat to Testudinata"); I dont understand why Mafia would be wanting to send over 1000 meat to...
  10. S

    Personal Farming Script Help

    I shouldve noticed that Bale, it was late last night, im going to sit and mull over this to make sure that each section works i noticed that a lot of the terms dont need to be under a dailycounter, so im going to rejigger it otherwise if anyone can think of another way for this to work, throw...
  11. S

    Personal Farming Script Help

    Well I made your suggestions but im still getting the same problem, it just doesnt want to enter the if statements and the formatting, well, it works for me, once i feel like ive made the most out of the script im going to start formatting to look like some of your guys' //////////Cheffy...
  12. S

    Personal Farming Script Help

    Yeah i went and changed the prefs from dailycounter=0 to _dailycounter=0 is this not correct? here's the entire code, hopefully you wont be too confused //////////Cheffy Automated Script////////// import eatdrink1.ash; import zlib.ash import puttyfarm.ash int val =...
  13. S

    Personal Farming Script Help

    for some odd reason its still avoiding those sections if(my_meat() > 0 && get_property("_dailycounter").to_int() == 0) put_closet(my_meat()); int meatinitial = my_closet_meat(); take_closet(200000); set_property("dailycounter", numcount + 1); numcount = numcount + 1;
  14. S

    Personal Farming Script Help

    moving on with my script, I wanted to add to my script a counter which would change a variable in my prefs which would allow my script to be rerun in case something aborted for some reason for each important group of commands, I wanted to set it up like the code below where the script would...
  15. S

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

    that should work too, i just set it at the beginning so I could use it also for rollover consumption and for reseting my valueOfAdventure later
  16. S

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

    nm I solved it this works import eatdrink1.ash; int val = to_int(get_property("valueOfAdventure")); eatdrink(fullness_limit(),inebriety_limit(), spleen_limit(), false,val,0,0,0,false);
  17. S

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

    Now how do I call eatdrink with the valueOfAdventure in the ash command? This here doesnt work because it says that it is an undefined variable eatdrink(fullness_limit(),inebriety_limit(), spleen_limit(), false,valueOfAdventure,0,0,0,false);
  18. S

    Ascend.ash: hands-off ascension script

    I am using this for HC
  19. S

    Make.meat.fast

    Yea I figured mafia was set up so for special events you couldnt abuse it
  20. S

    Make.meat.fast

    hey I wonder how well this is going to work for Crimbo? Now that I think about it, doesnt Mafia limit how people can adventure in Crimbo areas?
Back
Top