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

Aging Larder

hellboat

New Member
Joined
Sep 14, 2015
Messages
50
Reaction score
0
Hi,

Can you add Multi-Purpose Aging Larder support to the scarecrow plugin? I guess it doesn't support them at the moment. I've got this working:

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.
But it's not the most efficient plugin ever. It only got 15 larders on my gazebo. And I still had to put the milk/lemons in manually.

I'm sure there are lots of people who want the larders to work. I would really appreciate it if they did. :)
 
would probably have to be a separate plugin as you would also have to add what to put into each larder etc
 
Back
Top