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

How to Harvest from Animals

nopedotavi

New Member
Joined
Feb 4, 2012
Messages
34
Reaction score
0
Hey all,

I made a simple looping scarecrow plug in with help, but I was wondering if it was possible to take care of animals (chickens, cows) as well?

If so, could you give me some code to work with?

Thanks!
 
So would it be like:

CollectItemsAtFarm("Thriving Hen", "...", "Name")?

If so, how do I feed the "Hen"?
 
So would it be like:

CollectItemsAtFarm("Thriving Hen", "...", "Name")?
Yes.
CollectItemsAtFarm("Thriving Hen", "Skill description", "ScareScrow Owner Name");
Or ids instead of strings
 
Where can I find a full list of skill descriptions like "Gathering: Spend up to 2 Labor to gather materials."?
 
Back
Top