I've been working on tailoring my scripts(ie:hacking and mangling code) for the past couple of hours instead of playing the game, lol. On my to do list is getting Item types for various rares/desirables. A lot of items are in the item database but many are not, such as doom artifacts.
http://www.uoguide.com/Artifacts_%28Doom%29SET %doomArties ???_???_???
SET %goodDeeds ???_???_???
nope, doesn't work

I'd eventually like to work up a list of item TYPEs, which shouldn't be too hard it I use your tool while running around the vendors in Luna. My concern is that these items sometimes share a TYPE with non-artifacts, for example. Adding "Axe of the Heavens" to such a list would do me no good if it also loots regular double axes. I know I can make the script delve into the item properties but I'd rather keep the delving to a minimum.
Anyway - I'm very interested in your item TYPE list if you want to share it, I'm compiling my own the hard way right now. I did modify your tool so that it shows me items in a slightly different format in the %text window. example:
AUD = Metal Box$Weight: 124 Stones$...etc
By making the info all appear on one line with the TYPE up front I can create a list pretty quickly. The trouble is the LEFT side of the menu can't be copied/pasted/saved, right click on that side doesn't work. Neither does ctrl+c etc. I would love to export it to notepad++ when done.
Ultimately I'm going to populate variables with the item types, ie: set doomArties xxx_xxx_xxx etc. so the easier it is to do the more likely I am to make it perfect... and I'll share!
