S0F

SAddInventoryPacket


Byte(category);
Byte(slot);
Short(tile);
Byte();
Byte();
Byte();
Byte();
Byte();
Byte();
String();
String();
String();
Byte();
Byte();
Int();
Byte(b);
if(b)
  Byte();
Int();
Byte(flag0);
if(flag0 == 0) {
  Short();
  Short();
}
else if(flag0 == 1) {
  Byte();
  Byte();
  Int();
}
else if(flag0 == 2) {
  Byte();
  Byte(cnt);
  while(cnt--) {
    Byte(slot);
    Short(tile);
    Byte();
    Byte();
    Byte();
    Byte();
    Byte();
    String();
    String();
    Byte();
    Int();
    Byte();
    Int();
    Byte(flag1);
    if(flag1 == 0) {
      Short();
    }
    else if(flag1 == 1) {
      Byte();
      Byte();
      Int();
    }
    Byte(cnt2);
    while(cnt2--) {
      String();
      String();
    }
  }
}
Byte();
Byte(cnt);
while(cnt--) {
  String();
  String();
}
最終更新:2015年07月13日 22:17