kowalski987
New Member
- Joined
- Oct 14, 2014
- Messages
- 33
- Reaction score
- 0
Can someone help me with the code to pick up a pack from a farm. I tried this code, and it does pick up the pack, but also continues to try to pick up other packs, and does not stop even after after the toon gets the "Overburdened" buff. What would be the code to pick up a pack and move on to the next task. Thank you in advance for any help you can give me.
while(getBuff("Overburdened") == null)
{
CollectItemsAtFarm("Falcorth Aged Honey","Remove item and place in Bag.","Your Name");
Thread.Sleep(1000);
}
while(getBuff("Overburdened") == null)
{
CollectItemsAtFarm("Falcorth Aged Honey","Remove item and place in Bag.","Your Name");
Thread.Sleep(1000);
}