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

Move to new item once X is farmed?

Hell-Razor

New Member
Joined
Feb 1, 2012
Messages
268
Reaction score
0
I have been hunting around for a while now and I have not found anything BUT I would like to make a profile where I can put in values (say for bsing or engineering) so it will farm until a certain number of items are reached, then move onto the next. Is this possible with GB2? I have tried with profession buddy and already made but 100% of the time (and five different profiles) the bot just goes and buys the materials needed off the ah instead of farming.
 
Use ProfessionBuddy, with InbagCount(ItemID) and the LoadProfile command, you should be able to do what you are looking for.

Simple Algorithm :

Code:
If (SecondaryBot) <> "GB2" use GB2,

While InbagCount(XXX) < ZZZ, then LoadProfile "DEOKDEOKDE",

If I need to go back to town, use hearthstone

While InbagCount(XXX) < ZZZ, then LoadProfile "DPELPOSZPO",

etc etc.
 
Last edited:
Use ProfessionBuddy, with InbagCount(ItemID) and the LoadProfile command, you should be able to do what you are looking for.
Ill give PB another shot.

So it would be like:

[farming code]
InbagCount(2770)=50 <!-copper ore->

[farming code]
InbagCount(2771)=150 <!-tin ore>>

[farming code]
InbagCount(2772)=125 <!-iron ore->

etc
 
Use ProfessionBuddy, with InbagCount(ItemID) and the LoadProfile command, you should be able to do what you are looking for.

Simple Algorithm :

Code:
If (SecondaryBot) <> "GB2" use GB2,

While InbagCount(XXX) < ZZZ, then LoadProfile "DEOKDEOKDE",

If I need to go back to town, use hearthstone

While InbagCount(XXX) < ZZZ, then LoadProfile "DPELPOSZPO",

etc etc.
Looks complex.
 
Ill give PB another shot.

So it would be like:

[farming code]
InbagCount(2770)=50 <!-copper ore->

[farming code]
InbagCount(2771)=150 <!-tin ore>>

[farming code]
InbagCount(2772)=125 <!-iron ore->

etc

Yup :) btw, in PB there's a folder with some useful paths you can use to do this :

Bots\ProfessionBuddy\Profiles\HBProfiles\GB2 Herb and Mining profiles
 
Yup :) btw, in PB there's a folder with some useful paths you can use to do this :
I already have the 1-600 MY version of mining (ive been stuck behind a group of 3 people before all mining... i got like 2 ore over an hour lol). I dont see anything about using a secondary bot though. I just want this to be used for mining - once i get that all worked out i may morph it into a bsing or engin or jc profile for horde.
 
I already have the 1-600 MY version of mining (ive been stuck behind a group of 3 people before all mining... i got like 2 ore over an hour lol). I dont see anything about using a secondary bot though. I just want this to be used for mining - once i get that all worked out i may morph it into a bsing or engin or jc profile for horde.

What I meant was for the "LoadProfile" tag, you can use them to farm copper etc..

Actually you want to do a 1-600 JC / Engineer, so the best way is to determine what you need, which spells to use, how many times, which profiles you wanna use to farm ores...

Nothing really complicated there :

1. Farm ores, Bank them (InbagCount() & LoadProfile)
2. Smelt what you need to get Bars (Tradeskill(s)) (if you need to)
3. (Optional) Send bars to JC/Eng (Mail)
4. Do what you want on your JC/Eng.

Not rly hard
 
Back
Top