log.fine("Read from Server "+this.getClass().getSimpleName());
CharacterController co = Singleton.get().getCharController();
readH();//show window (0x01, 0x00)
int items = readH();
for(int i=0; i< items;i++){
ItemInstance inst = new ItemInstance();
inst.objectId = readD();
inst.itemId = readD();
inst.slot = readD();
inst.count = readQ();
inst.itemType = readH();