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

Can you please add Multi-Purpose Aging Larder to Scarecrow plugin ?

cherlot

New Member
Joined
Oct 9, 2014
Messages
73
Reaction score
0
Can you please add Multi-Purpose Aging Larder to Scarecrow plugin ?
 
Did you guys tried a custom script?

Go to Plugin Editor, create new, and inside the PluginRun function add this:

Code:
SetPlantMotionType(PlantMotionType.Standart);
SetPlantAlgoritm(PlantAlgoritm.MaxPerfomance);
PlantItemsAtFarm("Multi-Purpose Aging Larder", FARMID); // Put the name of the object exactly how it is in-game, and get the FARMID from the scarecrow plugin.

Btw, even with the MaxPerformance set up, you AB can still screw a bit the placement.
 
Did you guys tried a custom script?

Go to Plugin Editor, create new, and inside the PluginRun function add this:

Code:
SetPlantMotionType(PlantMotionType.Standart);
SetPlantAlgoritm(PlantAlgoritm.MaxPerfomance);
PlantItemsAtFarm("Multi-Purpose Aging Larder", FARMID); // Put the name of the object exactly how it is in-game, and get the FARMID from the scarecrow plugin.

Btw, even with the MaxPerformance set up, you AB can still screw a bit the placement.

it works!
How can i make the bot auto add ingredients to the larder that was placed

Thank you!
 
Back
Top