Thread: stumped...
View Single Post
  #1  
Old 06-30-2002, 10:51 AM
mByte
Hill Giant
 
Join Date: Feb 2002
Posts: 206
Default stumped...

I am up to th last part of my online item wizard and im trying to get the race, class working correctly

here is the PHP line I use to pull from the blob in the raw_data field for the race.

it returns a value but I cannot find anywhere in the source code how it is stored or what the values mean.

$itemRace = hexdec(bin2hex(substr($row[0],272,1)));

I pulled up a simple item "Golden Leaf Brestplate" this item is ranger only Half Elf, Human, Wood Elf but I only got "73" Should there be one more number or did I miss somthing in my extraction?
__________________
mByte
Reply With Quote