What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Plugin] Non-Stop Farm/Gathering for multiple toons/farms and with restart support

Hello everyone. Guys coders don't want to look at this script and something to do with it, so he worked on the new Scarecrow entered in 1.7?
 
Всем привет. Кто занимается посадкой на пугала на русских серверах, прошу откликнутся. Есть ли какой нибудь фикс, чтобы данный скрипт работал на новых пугалах?
ID: 35013


Hello everyone. Those involved in landing on a Scarecrow on Russian servers, I will respond. Is there some sort of fix to this script worked on the new Scarecrow?
 
Всем привет. Кто занимается посадкой на пугала на русских серверах, прошу откликнутся. Есть ли какой нибудь фикс, чтобы данный скрипт работал на новых пугалах?
ID: 35013


Hello everyone. Those involved in landing on a Scarecrow on Russian servers, I will respond. Is there some sort of fix to this script worked on the new Scarecrow?
I think most of your posts are getting lost in translations.

To me the code is working fine in my farms, I use it daily, do you mean it's not working on the Gazebo? Because I have not tested it on it yet, but the only way for it not work there is if AB doesn't support it yet..
 
I think most of your posts are getting lost in translations.

To me the code is working fine in my farms, I use it daily, do you mean it's not working on the Gazebo? Because I have not tested it on it yet, but the only way for it not work there is if AB doesn't support it yet..

I have use this on my gazebo without issue.
 
Is there a way to make a list of things to gather or gather more than 1 type of thing? IE onions and a fruit bearing tree?
 
eep i don't think it can gather or plant more then 1 thing at time but i could be wrong and if not it probably could be added.
 
Everyone can probably remove the jump stuff in there to since there is no afk timer now right?
 
eep i don't think it can gather or plant more then 1 thing at time but i could be wrong and if not it probably could be added.

You can put it inside a for, an array to gather it all, I use it in another script, and yeah, you can comment the afk jump with a //.
 
Btw, answering a question from another thread, I use this at the end of the script to proccess crits.

Code:
// Open special Items from Farming
                            string[] crits = {"Golden Barley", "Flavorful Carrot", "Mild Onion", "Soft Azalea Petal", "Scarlet Rose Petal", 
                            "Fragrant Lavender", "Thick Narcissus Root", "Polished Rice", "Large Corn", "Great Pumpkin", "Moist Giant Mushroom",
                            "Juicy Tomato", "Elephant Garlic"};
                            
                            foreach (string crit in crits){
                                
                                while (itemCount(crit) > 0){
                                        UseItem(crit);
                                        Thread.Sleep(4000);
                                }
                                
                            }
 
Hi.

Im looking for a scarecrow plugin that supports 16x16 farms and gazebos (big 24x24 farms).

Wanted to plant Cedar trees, as ive heard they were the best for Thunderstrucks - if you had the time and labor to keep plant/harvesting them.


Can anyone help ?
 
Thanks for the reply Voyager92 but did you add that to the end of the script or do you run it as a freestanding plugin?
 
Thanks for the reply Voyager92 but did you add that to the end of the script or do you run it as a freestanding plugin?

I added to the end of the plugin, before the Thread.Wait, but you can also use it as a stand-alone script.


Im looking for a scarecrow plugin that supports 16x16 farms and gazebos (big 24x24 farms).

Wanted to plant Cedar trees, as ive heard they were the best for Thunderstrucks - if you had the time and labor to keep plant/harvesting them.

You can do that with this plugin, just change seed to "Pine Sapling", item to "Pine" and change the collect msg to "Spend up to 20 labor to harvest...", check in-game for the exact text.

You can also use the native Scarecrow plugin for such a trivial task.
 
Last edited:
Only planting 1/3 of my Gazebo, can anyone help me please?
 
Back
Top