Difference between revisions of "SCLT03"

From SWGANH Wiki
Jump to: navigation, search
 
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{PageHeader|Baseline|SCLT03}}
 +
{|align="center"
 +
|-
 +
||{{SCLTArchitectureNAV}}
 +
|-
 +
|}
 +
<br>
 +
{| border="0" width="90%" cellpadding=6
 +
|-
 +
|valign=top|
 +
===BaseLine Struct===
 +
----
 
<pre>
 
<pre>
ByteBuffer ZoneClient::TCLS_3(uint64 id, uint8 num){
+
[UINT16] 0x0005;
ByteBuffer packet;
+
[UINT32] Baseline
uint32 len;
+
[UINT64] Cell ID
 
+
[UINT32] SCLT
packet << (uint16) 0x0005;
+
[UINT8]  3
packet.opcode2(SMSG_OBJ_UPDATE);//0c5fa768
+
[UINT32] size of the DATA following
 
 
packet << (uint64) id;//itemid
+
[UINT16] ??
 +
[FLOAT]  ??
 +
[UINT32]
 +
[UINT32]
 +
[UINT32]
 +
[UINT32]
 
 
packet << (uint32) 0x53434c54; //54 4c 43 53
+
[UINT8]  Cells Id
 +
[UINT32]
 +
[UINT32]
 +
</pre>
  
packet << (uint8) 0x03;        // 
+
===Deltas Struct===
//kind = "";
+
----
//dir = "";
+
<pre>
+
</pre>
packet << (uint32) 0x1c;//61 //bytecount rest Packet size
+
packet << (uint16) 6;
+
packet << (float) 0; // float 1
+
+
+
+
packet << (uint32) 0;
+
packet << (uint32) 0x00000000;
+
packet << (uint32) 0;
+
packet << (uint32) 0;
+
  
+
|valign=top|
packet << (uint8) num;
+
 
packet << (uint8) 0;
+
===Variable Descriptions===
packet << (uint8) 0;
+
----
packet << (uint8) 0;
+
 
 +
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 03  // TLCS 3
 +
1B 00 00 00
 +
06 00 00 00
 +
00 00 00 00
 +
00 00 00 00
 +
00 00 00 00
 +
00 00 00 00
 +
00 00 01 09
 +
00 00 00 25
 +
</pre>
 +
 
 +
 
 +
<pre>
 +
 
 +
CU SAMPLE by cAble
 +
 
 +
05 00 #Operand
 +
0C 5F A7 68 #Baselines Message
 +
3A C6 73 3D 1D 00 00 00 #CellID
 +
54 4C 43 53 03 #SCLT03
 +
1B 00 00 00 #UnknownINT
 +
06 00 00 00
 +
00 00 00 00
 +
00 00 00 00
 +
00 00 00 00
 +
00 00 00 00
 +
00 00
 +
01 #UnknonwShort
 +
01 00 00 00 #Int: CellNumber
  
packet << (uint8) 0;
 
packet << (uint32) 0;
 
 
return packet;
 
}
 
 
</pre>
 
</pre>

Latest revision as of 16:31, 22 January 2014

Baseline - SCLT03

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] Cell ID
[UINT32] SCLT 
[UINT8]  3
[UINT32] size of the DATA following 
	
[UINT16] ??
[FLOAT]  ??
[UINT32]
[UINT32]
[UINT32]
[UINT32]
	
[UINT8]  Cells Id
[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 03  // TLCS 3
1B 00 00 00 
06 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 01 09 
00 00 00 25 



CU SAMPLE by cAble 

05 00 #Operand
0C 5F A7 68 #Baselines Message
3A C6 73 3D 1D 00 00 00 #CellID
54 4C 43 53 03 #SCLT03
1B 00 00 00 #UnknownINT
06 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 
01 #UnknonwShort
01 00 00 00 #Int: CellNumber