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

ETA for Professionbuddy Tradeskill fix?

Status
Not open for further replies.

hest2002

New Member
Joined
Aug 8, 2012
Messages
7
Reaction score
0
Greetings!


First thing i want so say is, its a great bot and its good to see that the most things of the bot are up and running with the new patch.

Unfortunately, most of my bots are running with Professionbuddy Profiles, and they dont work with the current TestRelease and Beta.

The problem is after milling some herbs Professionbuddy dont stop to try making inks. "Missing reagent: Shadow Pigment" shows up in WoW

In the Professionbuddy Thread stands: " Tradeskills don't fully work yet in 5.2 because the WoW database that contains recipe ingredient list has been changed to a different format and HB isn't capable of reading it yet."


It would be great if someone can tell me how long it will take to make it work again.


I know this is like one of the "bla bla bla fix this shi*" Threads, but its important for me to know, when it needs longer to fix it, i must set up my bots for other things they can do.


Thx.
 

Attachments

I was using the following to test if I still have pigments in bags :

if condition="InbagCount(79251) >1"

and I believe it's no longer working, since it should evaluate to False now. Is there any other way to check if you still have pigments in bags ?
 
you can fix your inscription profiles by yourself. it isnt so hard. i guess you are using hutniks profiles. i am not sure, i should tell it here or not, cos herbs are getting nice cheap, now that nobody uses the inscription profile.

but i am a kind man, and i will tell it to you.
the line:
<CastSpellAction RepeatType="Craftable" Repeat="1" Entry="111645" CastOnItem="False" ItemType="Chest" ItemId="0" />
requires the info from blizzards database file, thats in another format now.

if you change "Craftable" to "specific", and find a way to calculate the correct amount for :Repeat="1" ... the profile runs as smooth as before.
hint for the repeats: Repeat="InbagCount(79251)/2"
i think 79251 is shadow pigment
 
Keep report about PB under its thread plz

closed
 
Status
Not open for further replies.
Back
Top