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

Help with Farming (Bundle)

wey

New Member
Joined
Sep 23, 2014
Messages
4
Reaction score
0
Hey, im trying to plant some Bundle Seeds and it just get stuck and say " Too close to other objects", What can i do?

THX!

while (true)
{
PlantItemsAtFarm("Barley Seed Bundle",FARMID);
}
 
I'd really like to know the solution to this too. I've redownloaded AB and also used my friend's plugin folder. My land is on a slant, which might be the issue.
 
add this :
SetPlantMotionType(PlantMotionType.SecondStandart);
SetPlantAlgoritm(PlantAlgoritm.MaxPerfomance);

mssg will show up anyway but it will plant
 
Back
Top