CommoditiesItemTypeListResponse

From SWGANH Wiki
Revision as of 19:56, 23 July 2007 by Ready (Talk | contribs) (Sample Code)

Jump to: navigation, search


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


00 09 
FF FF 
02 00 
FC 37 E9 D4 
Shadowfire.4606
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

D5 43 73 90 
wearables.name
00 00 00 00 
armor.kashyyykian.hunting.chestplate

EF 09 EC 90 
wearables.name
00 00 00 00
armor.scout.trooper.chest.plateg

67 5C C4 92 
wearables.name
00 00 00 00 
armor.ris.chest.plate

Sample Packet

Insert Sample Packet Here...