Page 1 of 1

Pet Crafting script

Posted: Sat Jan 28, 2012 1:01 pm
by botnewb
Hey so i was thinking about it and is it possible to write a pet crafting script for when your sleeping to just keep adding the tools and harvesting the products?

Would be easy enough to do as its almost like the feed egg/miller cake script but i'm not good at writing scripts.

Help?

Re: Pet Crafting script

Posted: Sat Jan 28, 2012 1:44 pm
by rock5
It would be easy to do. With the correct pet crafting settings set in the profile including tool purchase settings, all you would have to do it stand near a Sorrun brother and occationally check when you are running low on tools. When tools are low, talk to Sorrun and buy more. Or just occationally do a player:merchant("Sorrun"). Because you'll probably be stuck in a loop you will have to add "checkEggPets()" to the loop to have it check that it's still crafting.

Re: Pet Crafting script

Posted: Sat Jan 28, 2012 8:41 pm
by lisa
Any reason you don't use the pet auto craft addon?

Simply buying more tools wouldn't be enough because every tool is replaced by an item, so you would need the space for the crafted items anyway.

So it would only be better to use a MM script if you also did something with the resources while pet was still crafting.

Re: Pet Crafting script

Posted: Sun Jan 29, 2012 7:39 am
by MustHave
I agree with Lisa.
It would be only helpful if you are afraid to run out of space.
So it would be only helpful if you want to check the inventory space and if it's full go to use it to craft then buy new tools and go on.

Re: Pet Crafting script

Posted: Sun Jan 29, 2012 12:27 pm
by MiesterMan
What lisa suggested works really well. I've leveled from 1-50 just using pet autocraft because it autosells unwanted mats and buys new tools as needed. If you're worried about the store autoclosing from inactivity then set the buy amount either 1 or 2 stacks. I can do it with 6 stacks without issue.

Re: Pet Crafting script

Posted: Sun Jan 29, 2012 7:48 pm
by botnewb
Didn't know about the auto craft addon so thanks guys!