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!

HB ARCHIVES: ProfessionBuddy--DO NOT DELETE

Quick question: If I stop the bot whilst gathering (Mining: lvl50, Herbing: lvl 35) will it pick up from where it left off when I start it again? Or does this mess the whole thing up lol? This question may have been covered on some one of the 182 pages in this thread but I sure couldn't be assed reading them all!

Cheers,
Billy.

Maybe you should be arsed to read the first post before commenting..

PB editor

Upload your profile or check the dev section.
 
Last edited:
Maybe I'm overlooking the first post, but where does it mention that the bot will continue from where it left off when restarted?

No need to be a dick.

Billy.

I wasn't meant to be.


Included ProfessionBuddy Profiles


1-525 mining and herb:

  • If for whatever reason you stop the bot while it's training and it had only trained one skill then you'll need to manually train the other skill.
  • Can level Mining or Herbalism separately
  • Sells gathered materials to AH
  • Uses boat/zepplinz and portals to switch continents
  • Horde starts in Kalimdor and Alliance in Eastern Kingdoms.
  • Logs out when profile is complete.

And it should pick up where it left off since a PB profile consists of a bunch of statements that decides where it should start and stop.
 
Now I'm being pedantic, but it doesn't actually say that it will continue on from where it left off lol!

Anyway I've since found out that it does so no worries.
 
I keep getting an error when checking out with TortoiseSVN

Error Working copy 'C:\Users\everblue\Desktop\etc\Professionbuddy
Error SVN\Professionbuddy' is an old development version (format 12); to upgrade,
Error use a format 18 client, then use'tools/dv/wc-ng/bump-to-19.py', then use the
Error current client
Completed!

Well when I right click Professionbuddy folder and click "SVN upgrade working copy" I get this error

Subversion reported an error:

Can't upgrade
'C:\Users\everblue\....\Professionbuddy' as it is not a pre-1.7 working copy directory
Missing default entry


I downloaded the PB that was on the first post (it's version 1.586)

What do I do?
 
In Fishing1-600(dalaran) there is a Bug.

You must change:
Code:
Fishing.MaxLevel != 525

to
Code:
Fishing.MaxLevel != 600

otherwise he goes not to the trainer when he reached skill 525 and when you learn manuell and he reache skill 575 he goes to the trainer -> hotspot -> trainer -> hotspot and so on ^^

I hop highvoltz fixxed this in the next days ^^
 
And it seems that with Patch 5.3 the Portal to Outland was Removed:

skx4c.png


so you should change it to the Portal near by the Mahe Trainer.

you should check all your default profiles and update them.
 
Last edited:
Quick two question possible is use parameters a like in questing bot:

<CustomBehavior File="DisablePlugin" Names="Plugin" />

<CustomBehavior File="UserSettings" MountDistance="60" UseFlightPaths="False" LootMobs="True" SkinMobs="False" NinjaSkin="False" HarvestHerbs="False" HarvestMinerals="true" PullDistance="75" KillBetweenHotspots="True" RessAtSpiritHealers="False" FindVendorsAutomatically="false" LootRadius="50" LogoutForInactivity="false" />

in professionbuddy? if yes how? Thank you.
 
Last edited:
Moin ich habe mit profession buddy herb& mining auf 275 gebracht bin ein 89 mage in og und habe ihn 1 std afk laufen gelassen beides war 275 und danach flog er nur bl?d herum durch og er fliegt einfach zum tal der geister und danach l?uft er rum geht nach oben wo der flug typ ist und geht wieder zum geister tal und das immer weiter video mache ich auf anfrage damit ich keine reports bekomme und vid schicke ich dann nur an leute die mit seri?s wirken


english: (not good)
hello i used the 1-600 mining and herb profile and i got it to 275 and then it just fly around og i have a video i send it to you highvoltz the link

logView attachment 5484 2013-06-09 11.46.txt

pm me highvoltz for video!
 
Is there a way to sell enchants on vellum so that it doesn't detect it as normal trade goods. I always want to sell vellum enchants as single items. I would like to avoid having to add every single enchant as a single item in AH bot.
 
How can I only learn the spell that I want with TrainSkillAction instead of learning them all at once?
 
Is there a function to check bag space? I only see the option when checking mail.

Check PB guide (This only returns normal bagspace, special bags = Herb bags doesn't return a value)
Code:
Me.FreeNormalBagSlots       	The number of free bag slots.

Is there a way to sell enchants on vellum so that it doesn't detect it as normal trade goods. I always want to sell vellum enchants as single items. I would like to avoid having to add every single enchant as a single item in AH bot.

Not exactly sure what you want. But this code will post all enchanting scrolls, for 12 hours. (You might want to edit the amount and MinBuyout/MaxBuyout)
PHP:
    <SellItemOnAhAction Category="Consumable" SubCategoryType="WoWItemContainerClass" SubCategory="ItemEnchantment" UseCategory="True" RunTime="_12_Hours" AmountType="Amount" ItemID="0" MinBuyout="30g0s0c" MaxBuyout="800g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="3" BidPrecent="95" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" Location="0, 0, 0" />

How to use RefreshDataStore() to update the data?
Try with Lua.DoString
 
Does Professionbuddy not navigate back to the corpse upon death?
Mine does not even release from corpse as it seems.
 
When i start PB using self made multi profile, then switch from using questbot to using GB2 it will not gather herbs or ore, but if i stop and start it it will go on and gather herbs and ore. argh....

I am switching secondary botbase from questing to gatherbuddy2.
It is loading the profile and flying the route.
just skips the nodes.

View attachment 5076 2013-06-11 23.54.txt
 
Back
Top