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

Recent content by Galaxylog

  1. G

    CollectItemsAtFarm is a loop?

    Thank you again but! Heyy Thank you again for answer! but i got an another error . error CS0103: The name 'GetPlants' does not exist in the current context // i have tried to input "rice" or anyother things inside getplants but still seems like got problem when compile!
  2. G

    CollectItemsAtFarm is a loop?

    Thanks Hey, Thanks for input, i tired ur code but its giving me a error, i have replaced the "harvest crops" to exact string of that skill ex(Farming: Spend 1 Labor to harvest crops.) private const string SkillHarvest = "harvest crops"; // error CS1518: Expected class, delegate, enum...
  3. G

    CollectItemsAtFarm is a loop?

    I was just playing around with Archbuddy API and it seems like CollectItemsAtFarm is a loop, dosent stop until it finishes the whole farm. I was trying to collect single items instead of everything around it. I tried while (labor > 999 ) // my current labor - 1 { CollectItemsAtFarm...
  4. G

    CollectItemsAtFarm is a loop?

    I was just playing around with Archbuddy API and it seems like CollectItemsAtFarm is a loop, dosent stop until it finishes the whole farm. I was trying to collect single items instead of everything around it. I tried while (labor > 999 ) // my current labor - 1 { CollectItemsAtFarm...
Back
Top