Difference between revisions of "ClosedContainerMessage"

From SWGANH Wiki
Jump to: navigation, search
m (Protected "ClosedContainerMessage": This page is complete [edit=sysop:move=sysop] [cascading])
 
(6 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
|-
 
|-
 
||
 
||
{| class="wikitable"
+
'''THIS PACKET DOES NOT WORK!'''
|-
+
|align="center" style="background:#B3C0DE; color:white;"|'''BYTE'''||'''uint8'''
+
|-
+
|align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||'''uint16'''
+
|-
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''uint32'''
+
|-
+
|align="center" style="background:#3C5466; color:white;"|'''FLOAT'''||'''uint32'''
+
|-
+
|align="center" style="background:#3C4565; color:white;"|'''LONG'''||'''uint64'''
+
|-
+
|align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''ASCII String'''
+
|-
+
|align="center" style="background:#8BD9A3; color:white;"|'''U_STRING'''||'''Unicode String'''
+
|-
+
|align="center" style="background:#3EC166; color:white;"|'''C_STRING'''||'''Customization String'''
+
|-
+
|align="center" style="background:#25733D; color:white;"|'''B_STRING'''||'''Byte String'''
+
|-
+
|align="center" style="background:#C6C600; color:white;"|'''{ }'''||'''LIST Component'''
+
|-
+
|align="center" style="background:#DF97A7; color:white;"|'''?'''||'''Uncertain Values'''
+
|-
+
|align="center" style="background:#C84966; color:white;"|'''?? '''||'''Unknown Variable Name'''
+
|-
+
|}
+
 
|}
 
|}
  
Line 41: Line 15:
 
----
 
----
  
Opperand_Count     = '''0'''
+
Opperand_Count     = '''1'''
  
 
Opcode     = '''32B79B7E'''
 
Opcode     = '''32B79B7E'''
 
----
 
----
  
* Additional Descriptions go here...
+
It does not close the container or do anything really, it is ALSO lacking functionality inside the assembly. The handlers CRC's the string but does not do anything, rather just returns and nothing gets done. You dont need to use this packet...
* --
+
 
* ---
+
* ----
+
  
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----
Line 58: Line 31:
 
||{{ServerPacket}}
 
||{{ServerPacket}}
 
|-
 
|-
||{{25%}}
+
||{{100%}}
 
|-
 
|-
 
|}
 
|}
Line 66: Line 39:
  
 
<pre>
 
<pre>
Insert Sample Packet Here...
+
N/A
 
</pre>
 
</pre>

Latest revision as of 15:05, 26 April 2009

Server Packet - ClosedContainerMessage (32B79B7E)

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


Struct


THIS PACKET DOES NOT WORK!

Variable Descriptions


Opperand_Count = 1

Opcode = 32B79B7E


It does not close the container or do anything really, it is ALSO lacking functionality inside the assembly. The handlers CRC's the string but does not do anything, rather just returns and nothing gets done. You dont need to use this packet...


Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.

Sample Packet

N/A