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!

Updated Milling file for WoD

if you're having trouble with this...my problem was that I was a level 1 Inscriptionist so you have to change the third line of the profile to <If Condition="Inscription.Level &gt; 1" IgnoreCanRun="True">

even this didn't work at first for some reason but after I made a few inks to get a higher level it worked.
 
Profile is working great, thanks for that. Anyone know how I can keep 50 of each stack? (for trade work orders). I've changed all the XML "5" values to "50" but it still mills my herbs until I have less than 5 remaining. Anyone know why?
 
I have tweeked the profile a little. Cleaning up the code and removing the Chameleon Lotus, since it was never introduced into the WoD Release.

It now displays that it has found "Warlords of Draenor Herbs" instead of Cataclysm Herbs as well.
 

Attachments

Profile is working great, thanks for that. Anyone know how I can keep 50 of each stack? (for trade work orders). I've changed all the XML "5" values to "50" but it still mills my herbs until I have less than 5 remaining. Anyone know why?

Anyone know how to leave a pool of 50 of each herbs for tradepost work orders? Cant seem to figure it out...
 
I have tweeked the profile a little. Cleaning up the code and removing the Chameleon Lotus, since it was never introduced into the WoD Release.

It now displays that it has found "Warlords of Draenor Herbs" instead of Cataclysm Herbs as well.


in the line where it says
Code:
<If Condition="Inscription.Level&gt;474" IgnoreCanRun="True" ChildrenCount="7">
you should change it to
Code:
<If Condition="Inscription.Level&gt;1" IgnoreCanRun="True" ChildrenCount="7">

because wod removed kill limits from milling wod herbs, you dont need a skill level of 474 to mill

other than that, thanks for the updated profile
 
Is anyone else having an issue when running this profile where it moves everything in your bags ? I am not sure if it is this profile or if it is the bot. Any info would be great as its kinda annoying.
 
Ok, I am loading this in profession buddy and when i click start, it does nothing...can someone tell me what bot base this should be in??
 
PB with all the milling profiles for me just quit working last 2 days also, not sure what changed. it's usually a 1 click load profile then start now it does nothing. maybe since the last test release of HB.

I made a simple clean up that's less advanced than the original, removed every check about having the right profession, location, etc. All it does is execute disenchant mill command on MOP and WOD herbs but it works now. Not as advanced as the original but gets the job done for me, only tested once but on like 10000 herbs and went fine.
 

Attachments

Last edited:
PB with all the milling profiles for me just quit working last 2 days also, not sure what changed. it's usually a 1 click load profile then start now it does nothing. maybe since the last test release of HB.

I made a simple clean up that's less advanced than the original, removed every check about having the right profession, location, etc. All it does is execute disenchant mill command on MOP and WOD herbs but it works now. Not as advanced as the original but gets the job done for me, only tested once but on like 10000 herbs and went fine.

Thanks man!
 
Back
Top