View Single Post
  #1  
Old 07-04-2002, 04:44 PM
mByte
Hill Giant
 
Join Date: Feb 2002
Posts: 206
Default More item raw_data questions

ok thought I had these working but im missing something.

the code is used on a php page

1) Flag value keeps coming up 0000 shouldnt it be 0x0031?
$itemFlag = bin2hex(substr($row[0],150,2));

2) Where can i get a current spell list with ID's that match that of v0.3.4?

3) Bane list and dmg amt? has this been done yet?

sorry about asking so many questions latly but dealing with blob fields is not a strong point. I got alot of the easy things done but was unable to get a steady pattern on a few of these.
__________________
mByte
Reply With Quote