Okay, with a little help I was able to figure out race/class, but I'm still confused with the slots field.  According to a post on eqbeastlord forums, slots are assigned using the following method.  The problem is, the other two use binary.  People on the eqbeastlord forums originally thought that the value in the slots field determined proc rate (such as normal proc vs. high proc rate, such as the cleric summoned hammer), which is false, and the author of the post suggests that:
	Quote:
	
	
		| The Slot on Lucy doesnt have anything to do with How many Procs a Weapon has. Its just a Binary coded value in wich slot the Weapon fits : 8192 = 4000h = Primary slot
 24576 = 6000h = Primary and secondary slot (4000h + 2000h)
 
 im sure you find a weapon that fits in Range also, that would be
 4000h+2000h+0800h = 6800h = 26624
 
 thats it, and not any Proc rate !
 | 
	
 He then continues to give examples of the slot values in whatever form he is using (whatever his 'h' suffix suggests; I'm not thinking it's hex, I'm not sure though).  I have simplified his slot values into a table (Please forgive the sloppiness. I had it formatted all pretty, but I couldn't copy the formatting  

):
	Quote:
	
	
		| Slot = Numerical Value Left Ear = 000002
 Head = 000004
 Face = 000008
 Right Ear = 000010
 Neck = 000020
 Shoulder = 000040
 Arms = 000080
 Back = 000100
 Left Wrist = 000200
 Right Wrist = 000400
 Range = 000800
 Hands = 001000
 Secondary = 002000
 Primary = 004000
 Right Finger = 008000
 Left Finger = 010000
 Finger (?) = 018000
 Chest = 020000
 Legs = 040000
 Feet = 080000
 Waist = 100000
 Ammo = 200000
 | 
	
 Now what I guess I need to know is if those values are actually converted to binary to determine what slots the item is allowed or just how exactly.  Also, he had a single field labelled "Finger" and it's value it "018000" that doesn't seem to follow the pattern, so it seems as though that would be wrong.
Thank you for any help  
