What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Can not get the correct values for items in the AH

g0n3b4d

Member
Joined
Jan 28, 2011
Messages
95
Reaction score
1
Code:
            foreach (WoWAuction x in AH.GetListAuctions())
            {
                if (x != null)
                {
                    Logging.Write(x.ItemName);
                }
            }

Returns One maybe Two names... the rest are returned "Unknown"

Prices.. everything is either missing or mostly wrong.
 
I thought it might have been an issue with me not using the class correctly once I realized it wasn't, I posted here. I apologize.
Any word on a solution?
 
As always Tony, we appreciate your help getting questions answered. Sorry again for the double post. Thought it was an issue with my coding and not HB! Thanks again.
 
Back
Top