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

Square planting zone

Fant1603

New Member
Joined
Dec 31, 2016
Messages
9
Reaction score
0
Hello, I'm new here.

Trying to make archebuddy to plant potatoes in square zone.
Found that plugin :

Planting and gathering on your scarecrow:
Code:

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()
{
RoundZone z = new RoundZone(me.X,me.Y,25);
PlantItemsInZone("Potato Eyes", z);
}
}
}

No idea how to make bot plant potatoes in square instead of circle.
Tried change roundzone into recktanglezone , still planting in circle.
Any help ? Please
 
Back
Top