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!

[PB] Enchanting 1-600

PB 1.595: Done withdrawing itemID:10998 from Personal Bank
PB 1.595: Done withdrawing itemID:11083 from Personal Bank
PB 1.595: Done withdrawing itemID:11134 from Personal Bank

I have all Mats and im now 165 and he open only the bank ...

i need help, thanks.
 
All the mats on bank. He withdraws a few mats then stands there and does anything :(

Any idea? it is exactly the same as steanomazz. I even made out of big essences small ones but didnt help....
 
after every learning phase i have to restart HB because of the Spam "Done Training"

PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training
PB 1.610: Done training

Fresh HB no Plugins.

-.-
 
if it stops and comes up with done training and u HAVE materials, just make whatever the bot learned last, and he will start again. and for those who qq its better to take down etc, this will save u 1000's of clicks...
 
Tested works great from 1-600...didnt realize training cost so much..a lil over 1000 gold...make sure if your starting from one to make the runed copper rod cause that was the only hiccup..but otherwise worked flawless..thnx so much...please do Blacksmithing, Tailoring and Engineering..
This solved my problem, it didnt pick up Lesser Magic Essence for me, when i did it started directly to craft.
 
There are some hickups but that's expected considering PB changes each release of HB.
This profile still saves you a ton of clicks. If it crashes craft some by hand for maybe 5 points and it will start again.
 
What the hell? This profile sucks. I wasted a crap ton of money buying all those mats and didn't even make it to 100 without it bugging out. PLEASE DELETE THIS CRAP.
 
Only tested from 525 - 600 ( Old char)
But it works so nice: Easy fast and cost nothing ( its my scnd enchanter) Thanks
 
Still works. Just went 1-600 with some manual intervention. A few notes:

  • As states above, manually make a Runed Copper Rod first, then click start
  • If you get "PB 1.688: Done training" spam just restart HB (this is a PB bug)
  • If it still doesn't work, just search the profile for your respective "Enchanting.Level" and manually make the recipe until the next "Enchanting.Level" and train any new recipes
Thanks for the awesome profile. Saved me a ton of time.
 
Last edited:
Still works. Just went 1-600 with some manual intervention. A few notes:

  • As states above, manually make a Runed Copper Rod first, then click start
  • If you get "PB 1.688: Done training" spam just restart HB (this is a PB bug)
  • If it still doesn't work, just search the profile for your respective "Enchanting.Level" and manually make the recipe until the next "Enchanting.Level" and train any new recipes
Thanks for the awesome profile. Saved me a ton of time.
The number of HB restarts is too damn high!
 
You can use HBRelog to automate those HB Restarts. Just setup HBRelog so it load this profile then add these lines of code whenever the profile try to learn a new recipe.

Find all instances of:
Code:
<If Condition="!HasRecipe(xxxx)" IgnoreCanRun="True">
     <TrainSkillAction NpcEntry="28693" Location="5846.42, 728.394, 641.9973" />
</If>

Then add these lines of code right after:
Code:
<If Condition="!HasRecipe(xxxx)" IgnoreCanRun="True">
    <CustomAction Code="Log(Colors.GreenYellow,&quot;Restarting Honorbuddy&quot;);" />
    <WaitAction Condition="false" Timeout="3000" />
    <CustomAction Code="HBRelog.RestartHB();" />
</If>

It should look like this:
Code:
<If Condition="!HasRecipe(xxxx)" IgnoreCanRun="True">
     <TrainSkillAction NpcEntry="28693" Location="5846.42, 728.394, 641.9973" />
</If>
<If Condition="!HasRecipe(xxxx)" IgnoreCanRun="True">
    <CustomAction Code="Log(Colors.GreenYellow,&quot;Restarting Honorbuddy&quot;);" />
    <WaitAction Condition="false" Timeout="3000" />
    <CustomAction Code="HBRelog.RestartHB();" />
</If>
I have not tested this solution yet because I currently don't need any profession leveled. But I don't see why it would not work.
And of course, make sure you replace the "xxxx" with the right recipe ID.
 
I just bough mats for 13k, bots sits at bank in dalaran and are not doing shit. Went to enchanter first and learned, restarted after the done training. Went to bank, took out the mats he needed and just sits there.

Did I just waste 13k on AH and a bunch of time?
 
I just bough mats for 13k, bots sits at bank in dalaran and are not doing shit. Went to enchanter first and learned, restarted after the done training. Went to bank, took out the mats he needed and just sits there.

Did I just waste 13k on AH and a bunch of time?

ProfessionBuddy is broken since the 6.0.2 update.
 
You must wait until a stable version of hb is released or skilling yourself ;)


Off topic :

I think now that Blizz API changes are just a new warden update. If you cannot find them with warden then destroy the bot itself ;)
 
Back
Top