still nothing. the log says this
151 Iris used
JUMP! JUMP!
Waiting for 276 seconds
151 Iris used
JUMP! JUMP!
Waiting for 267 seconds
151 Iris used
JUMP! JUMP!
Waiting for 276 seconds
151 Iris used
JUMP! JUMP!
Waiting for 242 seconds
I changed it into this PlantItemsAtFarm("Iris Seed", 19513);
CollectItemsAtFarm("Mature iris", "Farming: Spend 1 Labor to harvest crops.", 19513);
//Plant farm 2
PlantItemsAtFarm("Iris Seed", 19513)...
it is the same
using System;
using System.Windows.Forms;
using System.Threading;
using System.Collections.Generic;
using ArcheBuddy.Bot.Classes;
namespace YourNamespace {
public class YourClass: Core {
public void PluginRun() {
while (true) {...