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

Planting

Status
Not open for further replies.

mrs

New Member
Joined
Nov 13, 2014
Messages
42
Reaction score
0
has gotten me banned

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()
{
PlantItemsAtFarm("Plantname Seed/Sapling","Your Name");
CollectItemsAtFarm("PlantNameWhenDone","Logging/Gathering/Farming: Spend up to changeme Labor to chop down a tree.","Your Name");

//Same but in random zone
RoundZone z = new RoundZone(me.X,me.Y,7);
PlantItemsInZone("Potato Eyes", z, 0);
CollectItemsInZone("Potato","Farming: Spend 1 Labor to harvest crops.",z);
}
}
}
 
you wont make me believe that this is the ONLY thing you ever used with archebuddy.. and that archebuddy is also the only tool you used .
 
on this account this is all I used. positive.
 
I also got one account banned (Level > 30, Patron Status) which i mainly have used for planting outside of any farm. My feeling is, that it is something related to "PlantItemsInZone".

Did you use this on a farm or outside of a farm or both?
 
dude i got 5 account banned on lastest apex dupe, they werent even online . And i just got one banned for spamming some request to server. This doesnt prove anything.
 
outside farm on top of a mountain. (on one account) only that code
near a cliff I thought it might have been related to that she was trying to plant on top of a mountain (same thing another account only that code)

both banned within 12hours
 
Let me shine some light on your issue: The easiest way to get banned is by planting outside of the "farming zones". The ONLY way to plant under a mountain or anywhere that the game normally doesn't allow you to plant, is by using a 3rd party program. All a GM needs to do is search the specific areas where ppl do this, take note of who planted the "seeds" and ban the account associated with it. They need no form of detection to find the actual program, the fact that you planted there is enough proof that you are using one.
 
hmm I believe I figured out what's my problem, what about planting or trying to plant while the bot is running with that character? because technically there is no cooldown on the seeds when being planted... I'm really trying to figure this out
even though when you plant while on CD it says "skill not ready" (or whatever) I shouldn't be allowed to touch that seed/sapling...
Btw I tried on a farm and got banned too but I did plant while bot was running.... so
 
Last edited:
hmm I believe I figured out what's my problem, what about planting or trying to plant while the bot is running with that character? because technically there is no cooldown on the seeds when being planted... I'm really trying to figure this out
even though when you plant while on CD it says "skill not ready" (or whatever) I shouldn't be allowed to touch that seed/sapling...
Btw I tried on a farm and got banned too but I did plant while bot was running.... so

Curious thing i was thinking the exact same thing yesterday night while thinking bout your problem. I right clicked the seed and it works, bot keeps planting but i did not even tryed to right click again xD
But yeah seems logic to me.
 
Status
Not open for further replies.
Back
Top