Difference between revisions of "CommoditiesItemTypeListRequest"

From SWGANH Wiki
Jump to: navigation, search
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Client Packet|CommoditiesItemTypeListRequest (48F493C5)}}
 
+
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 6: Line 5:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
|{{short}}||'''Opperand_Count'''
+
|{{short}}||'''Opperand_Count '''
 
|-
 
|-
 
|{{int}}||'''Opcode'''
 
|{{int}}||'''Opcode'''
 
|-
 
|-
|{{a_string}}||'''Article ID'''
+
|{{a_string}}||'''From String'''
 +
|-
 +
|}
 
|}
 
|}
 
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
  
Opperand_Count     = '''3'''
+
Opperand_Count     = '''02'''
  
 
Opcode     = '''48F493C5'''
 
Opcode     = '''48F493C5'''
 
----
 
----
 +
send to request the Commoditiestypes on opening up a bazaar terminal
  
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----
Line 37: Line 41:
  
 
----
 
----
 
==Sample Code==
 
----
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
  
 
==Sample Packet==
 
==Sample Packet==
  
 
<pre>
 
<pre>
Insert Sample Packet Here...
+
02 00 // Op Count
 +
C5 93 F4 48 // CommoditiesItemTypeListRequest
 +
0F 00                                        // string count
 +
53 68 61 64 6F 77 66 69 72 65 2E 34 33 30 33 // Shadowfire.4303
 
</pre>
 
</pre>

Latest revision as of 19:21, 6 January 2008

Client Packet - CommoditiesItemTypeListRequest (48F493C5)

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

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 Packet

02 00 // Op Count
C5 93 F4 48 // CommoditiesItemTypeListRequest
0F 00                                        // string count
53 68 61 64 6F 77 66 69 72 65 2E 34 33 30 33 // Shadowfire.4303