Difference between revisions of "CommoditiesItemTypeListRequest"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
Line 10: Line 10:
 
|{{short}}||'''Opperand_Count '''
 
|{{short}}||'''Opperand_Count '''
 
|-
 
|-
|{{int}}||'''CRC '''
+
|{{int}}||'''Opcode'''
 
|-
 
|-
|{{short}}||'''unknown '''
+
|{{a_string}}||'''From String'''
 
|-
 
|-
 
|}
 
|}
Line 19: Line 19:
 
----
 
----
  
Opperand_Count     = '''0'''
+
Opperand_Count     = '''02'''
  
 
Opcode     = '''48F493C5'''
 
Opcode     = '''48F493C5'''
Line 45: Line 45:
  
 
<pre>
 
<pre>
00 09
 
00 14
 
 
02 00  
 
02 00  
 
C5 93 F4 48  
 
C5 93 F4 48  
 
00 00  
 
00 00  
 +
 +
02 00
 +
C5 93 F4 48
 +
0D 00 49 6E 74 72 65 70 69 64 2E 34 34 31 36 //Intrepid.4416
 
</pre>
 
</pre>
  

Revision as of 07:02, 5 November 2007


Struct


SHORT Opperand_Count
INT Opcode
A_STRING From String

Variable Descriptions


Opperand_Count = 02

Opcode = 48F493C5


send to request the Commoditiestypes on opening up a bazaar terminal

Tags


C→S This packet originates on the client.

100% This packet has been completely reversed.


Sample Code


02 00 
C5 93 F4 48 
00 00 

02 00 
C5 93 F4 48 
0D 00 49 6E 74 72 65 70 69 64 2E 34 34 31 36 //Intrepid.4416

Sample Packet

Insert Sample Packet Here...