Difference between revisions of "CommoditiesItemTypeListResponse"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
Line 8: Line 8:
  
 
{| class="wikitable"
 
{| class="wikitable"
|{{short}}||'''Opperand_Count'''
 
|-
 
 
|{{int}}||'''Opcode'''
 
|{{int}}||'''Opcode'''
 
|-
 
|-
|{{a_string}}||'''Article ID'''
+
|{{int}}||'''Sub Category Counter'''
 +
|-
 +
|{{int}}||'''Sub Category'''
 +
|-
 +
|{{int}}||'''Amount of Typlistings in the Subcategory'''
 +
|-
 +
|{{a_string}}||'''string directory eg wearables.name'''
 +
|-
 +
|{{int}}||'''zero - might be Unicode String for custom name ?'''
 +
|-
 +
|{{u_string}}||'''string Type Name like "armor.tantel.skreej.chest.plate.quest"'''
 
|}
 
|}
 +
 +
7A 00 00 00
 +
 +
01 01 00 00 category/subcategory bitmask
 +
20 00 00 00 amount of types in the subcategory
 +
 +
72 0F 30 89 itemtype crc (??)
 +
wearables.name string lookup directory
 +
00 00 00 00 string custom name vs stringlookup
 +
armor.tantel.skreej.chest.plate.quest string lookup
  
 
===Variable Descriptions===
 
===Variable Descriptions===

Revision as of 19:51, 23 July 2007


Struct


INT Opcode
INT Sub Category Counter
INT Sub Category
INT Amount of Typlistings in the Subcategory
A_STRING string directory eg wearables.name
INT zero - might be Unicode String for custom name ?
U_STRING string Type Name like "armor.tantel.skreej.chest.plate.quest"

7A 00 00 00

01 01 00 00 category/subcategory bitmask 20 00 00 00 amount of types in the subcategory

72 0F 30 89 itemtype crc (??) wearables.name string lookup directory 00 00 00 00 string custom name vs stringlookup armor.tantel.skreej.chest.plate.quest string lookup

Variable Descriptions


Opperand_Count = '

Opcode = D4E937FC


Tags


C→S This packet originates on the client.

100% This packet has been completely reversed.


Sample Code


Insert Code Snippet Here...

Sample Packet

Insert Sample Packet Here...