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

Turn off certain herbs from professionbuddy.

Gideonnn

New Member
Joined
Apr 7, 2012
Messages
94
Reaction score
0
Is there a way to turn off a certain herb when you have enough, I want a fixed ratio of herbs to be grinded. I know there is a way to turn off herbing completely, but I want to let it only get Stormvine and not Azshara's Veil after it gathers a X amount of Azshara's Veil.
(I know how the counting part works)
 
I found out how this works:

PHP:
<CustomAction Code="Bots.Gatherbuddy.GatherbuddySettings.Instance.GatherHerbs = true;" />
<CustomAction Code="Bots.Gatherbuddy.GatherbuddySettings.Instance.GatherMinerals = true;" />

But is it also possible to switch off certain herbs, but not herbing all together?
 
I don't think so.. But if it is, I'd also like to know :)
 
You can disable notes in the option menu, so the ability to do is manually is available, but I'm making a PB profile that checks whats in the bank, and fill that up to a certain amount. This is working correctly, but in most regions there are 2 kind of herbs, and right now I can only check one, so the other is up to the spawnratio. I would like to fix it with disabling something in code to gather the herb that is done.
 
Yea I get your "problem", and I've also looked into this without result. I could use it in my Ultimate Herbalism Farming Profile".
 
There is addons which can handle the removment of certain items.. herbs included :P Don't think there is an option to just collect certain things though
 
There are checkboxes to enable/disable herbing and mining, also on another tab in the same settings menu (iirc) there are checkboxes for gathering certain herbs/veins. For instance the ooze covered veins are disabled by default. For now it just mails the herbs that he has too much to my inscription toon who can mill them, but its not that neat.
 
Back
Top