View Single Post
  #4  
Old 04-20-2002, 07:48 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

ok lets try this again.

in item structure there is a hexdecimal value for race, and one for class

0x00 thru 0xff for 32 bits

ok 0x09 is 00000000000000000000000000001001

so asuming the order of the values follows the class numbers...
1 warrior
2 cleric
3 paladin
4 ranger ect

Then the hex value above = warrior and ranger usable (1 and 4 starting at the right)
Reply With Quote