Code Checklist ============== Print this out and note what you found. Playername: Townname: Item number: Byte range: for($idx = 0; $idx < 256; $idx++) { echo str_pad(dechex($idx),2,"0",STR_PAD_LEFT).": \n"; } ?>