Well, that's not anything wrong with the plugin, it must be a hb internal error.[ObjectGatherer]: Moveing to Herb Ungetüm der Shao-Tien , this Mob needs Mining not herbalism^^
SHMList = ObjectManager.GetObjectsOfType<WoWUnit>().Where([B]s => s.Skinnable && s.Distance < 20[/B]).OrderBy(s => s.Distance).ToList();
*snip*
if ((ObjectGatherer_Settings.Instance.SHMC_CB) && ([B]s.SkinType == WoWCreatureSkinType.Herb[/B]) && (_herber) && (LocationId == WoWPoint.Empty)) {
So plugin detects a cache in a cave. My druid in flight form just continually humps the ground perpetually trying to reach it by flying through the ground. Had to turn it off. Too many people in the area. I fear getting reported. I was using gather buddy - let me know if a log will help.
gotta watch out for those humping bots xD
If you get that message then the Onyx Egg is not in line of sigh of the bot and navigator can't find a path to it.[ObjectGatherer]: Found Onyx Egg at <2180.161, -3412.392, 1.48384>, but can't get to it.
why cant i get to it ?
I get what your saying. But alot of times when i get that i stop the bot. look around and usually find the egg easily. It seems to be glitching alot with the 5.2 patch.If you get that message then the Onyx Egg is not in line of sigh of the bot and navigator can't find a path to it.
Have barly had the bot active in 5.2, I've been coding alot and doing dailys manually, I'll take a alt there to check it out, what profiles are you using ? the one I'm linking or something else ?I get what your saying. But alot of times when i get that i stop the bot. look around and usually find the egg easily. It seems to be glitching alot with the 5.2 patch.
Is there any way you can over ride it, like make it go to a point close to that one and then have the navigator try to find a path again? I am usually skipping 3 out of 5 eggs and its a shame.
Have barly had the bot active in 5.2, I've been coding alot and doing dailys manually, I'll take a alt there to check it out, what profiles are you using ? the one I'm linking or something else ?
I am using the one that you have linked.Have barly had the bot active in 5.2, I've been coding alot and doing dailys manually, I'll take a alt there to check it out, what profiles are you using ? the one I'm linking or something else ?
I actually allready had added it but I forgot to upload it to the SVNI am using the one that you have linked.
Also can you incorporate this guys plugin into yours?
http://www.thebuddyforum.com/honorb...taloged/110547-trove-thunder-king-looter.html
And with all the 5.2 patches i know its going to take a while to get all this running again.
This works just fine with questing or gb2, if it finds something it should loot it will move there and loot it then continue what it was doing.think this'd work with say..Questing ? Or would it attempt to detract too much from the actual questing moving about gathering ?
same with GB2..while using an herbing/mining profile..
I know it doesn'tThe "IsSkinnable" check doesn't care about the required profession level. I got quite a few "you must have skill level x to do this" for mining and herbing mobs
You have to extend this checks imho
is what i got for askingRaphus: skinnable just checks unit flags, CanSkin checks the levels etc.
I'm quite sure I tested that and then it didn't skinn at all, but I've updated the SVN, update and try it.is what i got for asking