I was able to make some fixes...
For the guild header information, the following changes need to be made:
Line 146 - GUILDKEY needs to be changed to GUILDHEADER
Line 149 - FACTIONID needs to be change to FACTION
For the roster table, the following changes need to be made:
Line 169 - RACE needs to be changed to RACEID
Line 169 - GENDER needs to be changed to GENDERID
Line 170 - CLASS needs to be changed to CLASSID
But there is a big problem with the images he has stored in the plugin, and the values provided by the armory. The values provided by the armory are numeric, which you could use to assemble a file name (the way the armory does it). Example: 0-1-6.gif = male-human-dk. But the author of the plugin has the images with literal name, and I dont see anywhere in the plugin where the literal names are gathered from the raceid, classid, and genderid. Anyway, I am working on my own fix for the rest...