Replace "Mature Narcissus" with the name of the plant when ready for harvest, likely "Mature Azalea" and replace the description with the skill description for harvesting them e.g. "Gathering: Spend 1 Labor to gather plants." or whatever it is. The rest is fine.
I simply copied your text and replaced Mature Narcissus with "Azalea" since that was the name of the finished plant. I also added the description for harvesting it.
using System;
using System.Drawing;
using System.Windows.Forms;
using System.Threading;
using System.Collections.Generic;
using System.Linq;
using ArcheBuddy.Bot.Classes;
namespace DefaultNameSpace{
public class DefaultClass : Core
{
//Call on plugin start
public void PluginRun()
{
RoundZone z = new RoundZone(me.x, me.y, 32,)
collectItemsInZone("Azalea, "Gathering: Spend 1 Labor to gather materials.", z);
}
//Call on plugin stop
public void PluginStop()
{
}
}
}
I have no idea if this is the correct way to do it haha but when I try to compile it it says :
14:19:08: c:\Users\xxxxxx\Desktop\ARCHEBUDDY\Plugins\Azalea\Azalea.cs(15,54) : error CS0839: Argument missing
14:19:08: c:\Users\xxxxxx\Desktop\ARCHEBUDDY\Plugins\Azalea\Azalea.cs(15,55) : error CS1002: ; expected