Thread: Item Icons...
View Single Post
  #1  
Old 07-06-2002, 12:46 PM
mByte
Hill Giant
 
Join Date: Feb 2002
Posts: 206
Default Item Icons...

Ok here is another mini prob thats on my back burner

Item selected is 5500 "SSoY"
$itemIcon = hexdec(bin2hex(substr($row[0],182,1)));

Item Editor 3.4 give the Icon Value of 1170
EQ Admin 2.6 gives the Icon Value of 1170

Yet i am ending up with 146 witch is a 1024 difference

i thought i could just add that in but first i wanted to check other items to make sure it was getting a consistant gap but I wasnt

I looked at Golden Leaf Breastplate item number 31113
Item Editor 3.4 give the Icon Value of 624
EQ Admin 2.6 gives the Icon Value of 624

and my editor gives 112 that is a 512 difference

what did i do wrong on extracting the item icon dec value?
__________________
mByte
Reply With Quote