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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

PiroxBots is Closing, All Aboard thebuddyforum

I want to use bot for herb/mining and i want to make some custom profiles. What is your advice for me (what to buy)?
 
I think you can't pay with moneybookers, just paid using clickbank but it never made it to confirm page, then they made me confirm the credit card and now the transaction doesn't even appear on my account, funny think is that I paid as it isn in the credit card bill.
 
how can i automatically auto ah with one good farming profile?

eAuction is the biggest crap ever.
 
hey guys so I have been trying out the day pass for the gather buddy. I am new as a mentioned earlier. Quite confused on a few things but I think I have a good portion of it figured out.

I have some questions but the first one is.

Is the bot suppose to dismount before gathering? isnt it suppose to land directly on the node before gathering? I mean I don't wanna compare this to pirox but when I was using pirox the bot would directly land on the node before gathering so that there is less of a delay before gathering. Is this not the case with gatherbuddy or Do I have my settings messed or what? thanks
 
I do not think Gate2Shop accepts Skrill

However we have an account there so if needed, PM me for a purchase
 
oh really Didn't know that.

So about my question though. Is the bot supposed to be dropping from the sky / dismounting to land on the node? why doesnt it fly or land directly on it first?
 
So about my question though. Is the bot supposed to be dropping from the sky / dismounting to land on the node? why doesnt it fly or land directly on it first?
I hate this behavior also... I don't know if it will fix it but I think we could change this in FlyToAction.cs

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;
        }

A direct change of this value (6) didn't help me but I guess I'm on the right way
 
I hate this behavior also... I don't know if it will fix it but I think we could change this in FlyToAction.cs

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;
        }

A direct change of this value (6) didn't help me but I guess I'm on the right way

Yeah I know. Im not quite familiar with the functions yet cuz i just started using this bot. But due to the fact that I was previously using pirox I can't help but compare the gathering mechanics. I am sorry Guys. :( With pirox it would land right on the node before gathering... ?
 
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!
 
well dang...Horde is what I play. lol

maybe i'll check into this come January 25th when pirox is over for good.

The Horde profiles arn't that bad, i've level an orc Warior to 44 so far and have only ran into about 4 snags so far, and all of them were posted on the forums so i was able to make a quick fix for them even without knowing how the profiles or bot works.
 
With pirox it would land right on the node before gathering... ?
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
 
The Horde profiles arn't that bad, i've level an orc Warior to 44 so far and have only ran into about 4 snags so far, and all of them were posted on the forums so i was able to make a quick fix for them even without knowing how the profiles or bot works.

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)
 
Back
Top