Jump to content

ObjectManager.GetWoWGameObjectForFarm().Count() = 0


Recommended Posts

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.

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...