i'm working on horde 1-80 on 1 toon, and bc / lk / cata in front of it so i can test my changes after the 1-60 noob gets up there =), and i'm running ally 1-80 for minor fixes
so expect horde to run pretty smooth (runs great up to level 30'ish atm since i've fixed a ton of stuff)
Only bossland and pirox comparing numbers could tell you that.Just thought about somethingDoes anyone know what rates theese two bot had? when you talked about users ? is it close to 1:1 ? or who got, or should i say had
the most
?
Ok so after switching from Pirox i'm actually quite impressed, was nervous switching to this bot, see as it seems to actually read memory info in wow whereas Pirox liked having console commands for everything, which i was told is safer, however because of the the type of bot, i would say it is a better one, i almost never get stuck anymore and if i do it's for a 1-2 seconds, which seems less bot-ish that Pirox, however one thing that i really don't like that Pirox fixed a few months back is that the bot hovers over a node when farming and dismounts, this looks very bot-ish to me, has anyone figured out a way for the bot to fly all the way down to the node then dismount and mine or pick quickly?
I do want to say, glad i made the switch, this bot was way cheaper for me, $35 US dollars compared to $120 (something like that), keep up the good work and i hope things go well for you with the whole lawsuit. I'm gonna buy the bigger 3 account package after the holidays are over and i have money to help with the legal stuff, thanks again!
Can be done.^ THIS - Can someone please answer our questions? I don't wanna bother people but is this how the bot is suppose to act? Cuz im not used to this?
Can be done.
If you have any C# experience do a search for Druid Harvest Helper.
Take out the target filtering, and instead of worrying about any combat and casting on the herb/ore just make it dismount.
Can be done.
If you have any C# experience do a search for Druid Harvest Helper.
Take out the target filtering, and instead of worrying about any combat and casting on the herb/ore just make it dismount.
Yeah I know right. Like I dont wanna sound like a jerk. I think the buddy services are AWESOME. But why is the gatherbuddy mechanic so sketchy? shouldn't bot gathering be a top priority?
yes and no. you could enable and option so it would randomly land near the node on the ground and gathered the node. With walls this could lead to some strange resaults .P
protected override RunStatus Run(object context) {
if (!IsDone)
{
if (ObjectManager.Me.Location.Distance(loc) > 6)
{
Flightor.MoveTo(loc);
TreeRoot.StatusText = string.Format("Flying to location {0}", loc);
}
else
{
if (Dismount)
Mount.Dismount("Dismounting flying mount");
//Lua.DoString("Dismount() CancelShapeshiftForm()");
IsDone = true;
TreeRoot.StatusText = string.Format("Arrived at location {0}", loc);
}
return RunStatus.Running;
}
return RunStatus.Failure;
}
well it's a difficult decision.
Landing direct on the node :
"bot hunter" player can report you, because most "but hunter" player don't believe you can land direct on a node without beeing a bot (most people don't know you coul do this with click to walk without beein a bot)
Landing near a node:
as you seed the bot could get stucked and this looks more "bottish" than landing direct on a node
But back to "bot hunter" Player. In most "bot hunter guides" made by "bot hunter" player you could read methods to dectect a bot. As an example, these guides could be reading within the battlenet board. Most "guides" says you can detect a bot just by seeing how it gathers herbs / mines. Bots fly over the herb, dismount and now the fall down and gather the herb.
No human flys over the herb and falls down, the fly to the ground and dismount.
But, as most parts of hb are open source users how want to avoid the risc of beeing detected by "bot hunter players" and want to increase the risk of beeing detected during the enviroment (getting stacked) should be able to change the bot behavior.
I thought we could easly change FlyToAction.cs
and change the 6 to... maybe 1 but that had no effect.PHP:protected override RunStatus Run(object context) { if (!IsDone) { if (ObjectManager.Me.Location.Distance(loc) > 6) { Flightor.MoveTo(loc); TreeRoot.StatusText = string.Format("Flying to location {0}", loc); } else { if (Dismount) Mount.Dismount("Dismounting flying mount"); //Lua.DoString("Dismount() CancelShapeshiftForm()"); IsDone = true; TreeRoot.StatusText = string.Format("Arrived at location {0}", loc); } return RunStatus.Running; } return RunStatus.Failure; }
Maybe someone could give a hint were to look for ;-)
With this way its a user decision with risk he votes higher.
Most likely Blizz *****ing down on Pirox users.I got 8 closed WoW-Accounts (all that were online) some Minutes ago while using Pirox with private Profiles.
Do others here lost Accounts today too?
Maybe Pirox is not safe anymore...
I got 8 closed WoW-Accounts (all that were online) some Minutes ago while using Pirox with private Profiles.
Do others here lost Accounts today too?
Maybe Pirox is not safe anymore...
well it's a difficult decision.
Landing direct on the node :
"bot hunter" player can report you, because most "but hunter" player don't believe you can land direct on a node without beeing a bot (...snip....
Seriously, your bot hunter does not follow you and measure how high off a node you are when your toon dismounts. And even if he happens to be in the same area, GB2 skips the node unless you specifically enable ninja mode. You are putting a lot of energy into a problem we don't have.
If you really want to be creative, work on ways to auction the huge amounts of herbs and ore and ways to transfer the gold to buyers without endangering your farm toons. That is where the risk of bans lie; not in how your toon dismounts.