BHH and Meatfarming Script

Is there a way to visit the BHH, get a bounty, finish and turn in the bounty, and then call a script that meatfarms?

If so, do you think you can explain how to do that? Since I want to get a sniffytome and a hound dog, but I don't relish the thought of doing 300 bounties by hand, and then logging out, logging into mafia, and calling a meatfarming script.
I also would like to learn more about scripting, since I'm kinda new.
 

slyz

Developer
You could start by searching this forum and finding this thread. It's not a small thread, but somewhere along the line there is a working auto-bountying script.

This, along with Zarqon's SmartStasis combat suit will take care of the BHH part.

For the meatfarming part, I'm sure a search will dig up something too.
 
Well, I was wondering how to put them in a script.
I've got this so far, and I'm wondering if this would work.
 

Attachments

  • BHH:farming_Duckey.ash
    172 bytes · Views: 23

heeheehee

Developer
Staff member
First off -- you don't need to prefix your files with the directory "scripts/". Next, you'd need to specify the parameters if it'll be completely automated (so, for instance, 'cli_execute("call bounty.ash 3");'. Finally, you don't need to import scripts if you're using cli_execute() (also, import is for use with ASH scripts, not CLI scripts).
 
Oh, it is (for import <>)? Ok, thanks.
Basically, this is the extent of the script so far:
Code:
cli_execute("call bounty.ash 1");
cli_execute("call meat_farming_duckey.txt");

Is that all I need, or should I must make it a .txt script?
 
Top