Difference between revisions of "CommoditiesItemTypeListResponse"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
(Struct)
Line 22: Line 22:
 
|{{u_string}}||'''string Type Name like "armor.tantel.skreej.chest.plate.quest"'''
 
|{{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:55, 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"

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...