Having the same issue, keeps targeting and trying to mine/herb. I don't even have mining or herbalist as professions.Hey again.. its still mining.. and its not ticked on the minerals thingy
Having the same issue, keeps targeting and trying to mine/herb. I don't even have mining or herbalist as professions.Hey again.. its still mining.. and its not ticked on the minerals thingy
Having the same issue, keeps targeting and trying to mine/herb. I don't even have mining or herbalist as professions.
Awesome plugin. But the only problem i notice is when i find a rare and get killed when it runs back to body it doesn't rez sometimes. It keeps giving a message that there are 6 hostile mobs or what ever amount there is and it doesn't rez just keeps looping message. Bot doesn't even try to move away to rez at a safe point and sometimes there is only like 2 or 3 hostile and it says there are 8 or 10. Can this be fix cause your plugin is great except this minor problem. I attach log if it helps.View attachment 167942
I think the issue is a plugin/singular. I have tested it out and i notice when toon would run back to corpse and not rez i would turn off plugin and it would rez normal again without the plugin on.That's a Singular problem.
I've been attempting to run this with Kicks 90-92 questing profile, several different combat routines it will target a rare and run towards it then stop and go back to questing. any thoughts on what i'm doing wrong?
Use latest version and he will not longer try to herb, mine or skin.
Still continues to stop to Mine/Herb, even if without any of the professions on the toon and both unselected on the honorbuddy settings.
Still continues to stop to Mine/Herb, even if without any of the professions on the toon and both unselected on the honorbuddy settings.
for everyone that has the mining and herb issue i found a fix for it. Go into the profile open up the file main.cs open it with any text editor and look for this line
f (StyxWoW.Me.GetSkill(SkillLine.Mining).CurrentValue != 0) { Miner = true; }
if (StyxWoW.Me.GetSkill(SkillLine.Skinning).CurrentValue != 0) { Skinner = false; }
if (StyxWoW.Me.GetSkill(SkillLine.Herbalism).CurrentValue != 0) { Herbalist = false; }
}
change what ever you dont have to false they are all on true by default