Difference between revisions of "Packet Template"

From SWGANH Wiki
Jump to: navigation, search
(Variable Descriptions)
(Tags)
Line 55: Line 55:
 
|-  
 
|-  
 
||{{ServerPacket}}
 
||{{ServerPacket}}
 +
|-
 +
||{{ClientPacket}}
 
|-
 
|-
 
||{{100%}}
 
||{{100%}}
 +
|-
 +
||{{75%}}
 +
|-
 +
||{{50%}}
 +
|-
 +
||{{25%}}
 +
|-
 +
||{{0%}}
 
|-
 
|-
 
|}
 
|}

Revision as of 00:01, 19 December 2006


Struct


BYTE uint8
SHORT uint16
INT uint32
FLOAT uint32
LONG uint64
A_STRING ASCII String
U_STRING Unicode String
C_STRING Customization String
B_STRING Byte String
{ } LIST Component
? Uncertain Values
?? Unknown Variable Name

Variable Descriptions



Opperand_Count = 9

Opcode = FFFFFFFF

Details


Action

Closes the trade window.

Tags


S→C This packet originates on the server.

C→S This packet originates on the client.

100% This packet has been completely reversed.

75% This packet has been partially reversed.

50% This packet has been partially reversed.

25% This packet has been partially reversed.

0% This packet has not been reversed.

Sample Code


Insert Code Snippet Here...

Sample Packet

Insert Sample Packet Here...