now iro valkyre added a new packet 0080 (length is 0)
in Receive.pm
packet_list
after the '0133' => ['vender_items_list'],
add the line '0800' => ['vender_items_list2'],
and the "sub vender_items_list2" is same as the "sub vender_items_list" but changing the
"for (my $i = 8; $i < $msg_size; $i+=22) {"
to
for (my $i = 12; $i < $msg_size; $i+=22) {
8--->12 in the "sub vender_items_list2"













