Difference between revisions of "SCLT06"

From SWGANH Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
<pre>
 
<pre>
ByteBuffer ZoneClient::TCLS_6(uint64 id){
 
ByteBuffer packet;
 
uint32 len;
 
  
packet << (uint16) 0x0005;
+
[UINT16] 0x0005
packet.opcode2(SMSG_OBJ_UPDATE);//0c5fa768
+
[UINT32] Baseline
+
[UINT64] ID
packet << (uint64) id;//itemid
+
[UINT32] SCLT
+
[UINT8] 6
packet << (uint32) 0x53434c54; //54 4c 43 53
+
[UINT32] Datasize
  
packet << (uint8) 0x06;        // 
+
[UINT16] 2
//kind = "";
+
[FLOAT]  1
//dir = "";
+
+
packet << (uint32) (14);//61 //bytecount rest Packet size
+
packet << (uint16) 2;
+
packet << (uint32) 0x87; // float 1
+
+
packet << (uint32) 0;
+
packet << (uint32) 0;//000000ff
+
 
+
+
//12
+
// packet << (uint8)0;
+
+
return packet;
+
  
 +
[UINT32]
 +
[UINT32]
 
</pre>
 
</pre>

Revision as of 22:33, 16 January 2007


[UINT16] 0x0005
[UINT32] Baseline
[UINT64] ID
[UINT32] SCLT
[UINT8]	 6
[UINT32] Datasize

[UINT16] 2
[FLOAT]  1

[UINT32] 
[UINT32]