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

Auto farming and AH?

Thang781

New Member
Joined
May 13, 2011
Messages
630
Reaction score
2
Hi, is there a way to make GB2 farm and put the mats on the auctionhouse once the bags are full and then continue farming? plus checking his mails?

i'm also using another bot, where i can script it all by myself to let the bot run 24/7 afk doing this. but i like the engine from hb a lot better and wonder if i manage to do it here. any hint is appreciated.
 
Since you can code, you could create a plugin to do that - but if you have to accounts you could farm with one, put mats in gbank and use another account to take mats from bank and sell them in AH. But you need 2 sessions and 2 WoW accounts.
 
i don't mind buying wow accounts or buying multiple sessions, if it only would work. i have like 50 bots running atm and manually selling is absolutely not an option. i think it would be a fulltime job to sell mats from 50 bots. atm i can't really use hb for farming purpose in a bigger scale, since u have to babysit it too much and need to selling the mats.

i can't code in c++, the other bot i was speaking of only interpretes scripting. i can script the bot very easily. so right now, there is no other solution to let hb doing this, than coding your own plugin?
 
hi, thx for your quick answers. so professionbuddy is advanced enough to script it to hearth back, use auctionhouse, get mail, use portals and continue farming? is there a guide how to script professionbuddy anywhere?
 
I haven't messed with hearthing.. I've only done it by flying back.. But I'm pretty sure it's possible to hearth too..
 
Heart back can cause it to crash, at least last version i messed around, always something that mess up, itsnt 100% reliable yet. Been awhile last time my full script worked with PB, flying back work ok tough but time consuming depending where you farm, for me it wasnt an option, so i use 2 script, one that ah and care of the mail and one that farm, i just swift and is generaly around when my 22 bot was done farming. This method still take 3 h of your time per day if not more.

Zuruss
 
Last edited:
thx for the feedback guys. where can i start learning how to script professionbuddy?
 
thx for the feedback guys. where can i start learning how to script professionbuddy?

A lot of it is just drag and drop...
Looking at some of the profiles that come with it might be helpful..

Here are a few lines I use in mine you might find useful when creating a profile

While (Me.ZoneId == XXXX)
While (Me.ZoneId != XXXX && Me.ZoneId != XXXX)
While (HasNewMail || MailCount > 0)
If (Me.FreeNormalBagSlots <= 2)

Outside of that, it's just dropping in ProfessionBuddies default actions the way you want yours to function.
 
Use professionbuddy. im using a while me.freenormalbagslots>0 function. check out the profiles in the pb folder, youll find examples in those. then when that while loop is false, itll empty bags and all that stuff (everythings possible with pb, you can be really creative what to do, just gotta be willing to spend a few days with trial and error). after that i just reload the profile. im not gonna send you any of my profiles though, considering youve been able to spend 5000euros on wow accounts im sure you will be fine.
 
you guys were really helpfull. i think i will be fine now that i know where to look for the basic stuffs.

@seafunk: ofcourse i don't exspect you to give me your profiles for free ;)
 
you guys were really helpfull. i think i will be fine now that i know where to look for the basic stuffs.

@seafunk: ofcourse i don't exspect you to give me your profiles for free ;)
 
Back
Top