May 22, 20241 yr Hi! What is underhood of ObjectManager.GetWoWGameObjectForFarm() ? After 10 hours herb&minerals harvesting I have Count() = 0 of that objects. Stop/restart solves the problem.
May 24, 20241 yr Hello, Nodes are probably blacklisted. Can you share full log file of bugged bot session.
May 24, 20241 yr Author No it's not blacklisted, I checked sources of ObjectManager.GetWoWGameObjectForFarm(): if ((woWGameObject.GOType == WoWGameObjectType.Chest || woWGameObject.GOType == WoWGameObjectType.Goober) && woWGameObject.CanOpen) and... woWGameObject.CanOpen property is false for all of my nodes after a couple a hours of gameplay. How could it be? temporary I solve my problem by addind node entry to wManagerSetting.CurrentSetting.ListHarvest according to Farming state sources. But what happens exactly?
Create an account or sign in to comment