Difference between revisions of "CreateAuctionMessage"

From SWGANH Wiki
Jump to: navigation, search
(New page: __NOTOC__ {| border="0" width="90%" cellpadding=6 |- |valign=top| ===Struct=== ---- {| class="wikitable" |- |{{short}}||'''Operand_Count''' |- |{{int}}||'''Opcode''' |- |{{long}}||'''Auc...)
 
Line 14: Line 14:
 
|-
 
|-
 
|{{long}}||'''AuctionID'''
 
|{{long}}||'''AuctionID'''
 +
|-
 +
|{{u_string}}||'''Item name'''
 +
|-
 +
|{{long}}||'''Terminal / Vendor ID'''
 +
|-
 +
|{{int}}||'''Price'''
 +
|-
 +
|{{int}}||'''Time in Seconds'''
 +
|-
 +
|{{u_string}}||'''Item description'''
 +
|-
 +
|{{byte}}||'''Flag premium Auction'''
 
|-
 
|-
 
|}
 
|}

Revision as of 12:24, 12 May 2007


Struct


SHORT Operand_Count
INT Opcode
LONG AuctionID
U_STRING Item name
LONG Terminal / Vendor ID
INT Price
INT Time in Seconds
U_STRING Item description
BYTE Flag premium Auction

Variable Descriptions


Opperand_Count = 2

Opcode = D36EFAE4




Tags


C→S This packet originates on the client.

100% This packet has been completely reversed.


Sample Packet

Insert Sample Packet Here...