May 8, 20223 yr What if wrobot can't see no one of auctioneers in Orgrimmar? I Have zero in ObjectManager.GetObjectWoWUnit().Where(x => x.IsAuctioneer).Count() But if come closer, it's ok wManagerSetting.CurrentSetting.SearchRadiusObjects = 1000 BTW, closest auctioneer in 90ft
May 9, 20223 yr Hello, Wow client is load only the closer objects, you can't change that. But you can try to search in wManager.Wow.Helpers.NpcDB.ListNpc (or add NPCs positions in your code, there are few auctioneers)
Create an account or sign in to comment