I would like to write a macro to help me search for upgrades in the bazaar. However I'm having trouble finding the item stats.
Are item stats available in "item" objects? I don't see any way to get this directly. Would it work to bring up an item window for an item and then extract the text from the window?
Also, are "item" objects even available from "bazaaritem" (from the MQ2Bzsrch plugin)? I haven't dug into the code yet to see if bazaaritem inherits from item. But from the documentation it looks like you only get "int ItemID". I don't want to have to moveto and open the individual traders to access the "item" object since I want to compare dozens of items quickly.
Thanks for any pointers on how to access item stats in my macro.


