forums/book/157/1
There was a small issue with the printed code. I've detailed this particular problem in this [[chapters/errata_2ed/019|errata entry]]. Try making that change and see if it helps resolve this issue,...
View Articleforums/book/157/2
Thanks for the quick response. I modified my code as I noticed the links where properly colored, So `GetItemInfo(item)` is providing the proper quality where as `GetContainerItemInfo(bag, slot)` is...
View Articleforums/book/157/3
I understood everything you said except for 'for now its broken'. Not sure what you're saying..
View Articleforums/book/157/4
`GetContainerItemInfo(bag, slot)` seems broken for the purpose of obtaining the item quality :D
View Articleforums/book/157/6
I defer to your expertise on this one. I'm now in chapter 12, and after thouroughly racking my brain and inspecting everything I've come to a puzzling situation. I thought the problem was my code, so I...
View Articleforums/book/157/8
The error you are getting indicates that quality is a value for which you don't have an entry in the table, that's all. Has nothing to do with GetChecked() or anything like that. Does that help?
View Article