Difference between revisions of "SCLT06"

From SWGANH Wiki
Jump to: navigation, search
 
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{PageHeader|Baseline|SCLT06}}
 +
{|align="center"
 +
|-
 +
||{{SCLTArchitectureNAV}}
 +
|-
 +
|}
 +
<br>
 +
{| border="0" width="90%" cellpadding=6
 +
|-
 +
|valign=top|
 +
===BaseLine Struct===
 +
----
 
<pre>
 
<pre>
ByteBuffer ZoneClient::TCLS_6(uint64 id){
+
[UINT16] 0x0005
ByteBuffer packet;
+
[UINT32] Baseline
uint32 len;
+
[UINT64] ID
 +
[UINT32] SCLT
 +
[UINT8] 6
 +
[UINT32] Datasize
  
packet << (uint16) 0x0005;
+
[UINT16] 2
packet.opcode2(SMSG_OBJ_UPDATE);//0c5fa768
+
[FLOAT]  1
+
packet << (uint64) id;//itemid
+
+
packet << (uint32) 0x53434c54; //54 4c 43 53
+
  
packet << (uint8) 0x06;        // 
+
[UINT32]
//kind = "";
+
[UINT32]
//dir = "";
+
</pre>
+
packet << (uint32) (14);//61 //bytecount rest Packet size
+
packet << (uint16) 2;
+
packet << (uint32) 0x87; // float 1
+
+
packet << (uint32) 0;
+
packet << (uint32) 0;//000000ff
+
  
+
===Deltas Struct===
//12
+
----
// packet << (uint8)0;
+
<pre>
+
</pre>
return packet;
+
  
 +
|valign=top|
 +
 +
===Variable Descriptions===
 +
----
 +
 +
Obj_OperandCount = ??
 +
----
 +
 +
 +
===Tags===
 +
----
 +
{| align="center"
 +
|-
 +
||{{50%}}
 +
|-
 +
|}
 +
|}
 +
 +
===Sample Packet===
 +
----
 +
<pre>
 +
05 00
 +
0C 5F A7 68 // BaselinesMessage
 +
92 80 B2 56 14 00 00 00 // Cell ID
 +
54 4C 43 53 06 // TLCS 6
 +
0E 00 00 00
 +
02 00 6E 00
 +
00 00 00 00
 +
00 00 00 00
 +
00 00 19
 
</pre>
 
</pre>

Latest revision as of 13:44, 8 January 2008

Baseline - SCLT06

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.

SCLT Packet Type QuickNav
SCLT03 - SCLT06 - SCLT08 - SCLT09


BaseLine Struct


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

[UINT16] 2
[FLOAT]  1

[UINT32] 
[UINT32]

Deltas Struct



Variable Descriptions


Obj_OperandCount = ??



Tags


50% This packet has been partially reversed.

Sample Packet


05 00 
0C 5F A7 68 // BaselinesMessage
92 80 B2 56 14 00 00 00 // Cell ID 
54 4C 43 53 06 // TLCS 6
0E 00 00 00 
02 00 6E 00 
00 00 00 00 
00 00 00 00 
00 00 19