Difference between revisions of "AuctionQueryHeadersResponseMessage"
From SWGANH Wiki
(→Struct) |
(→Struct) |
||
Line 42: | Line 42: | ||
|{{long}}||Item Id | |{{long}}||Item Id | ||
|- | |- | ||
− | |{{byte}}||List ID of item | + | |{{byte}}||List ID of item Name string Zero based (!) |
|- | |- | ||
|{{int}}||Item price/current high bid | |{{int}}||Item price/current high bid | ||
Line 50: | Line 50: | ||
|{{byte}}||0 = Auction 1 = instant | |{{byte}}||0 = Auction 1 = instant | ||
|- | |- | ||
− | |{{short}}||List id of bazaar terminal string | + | |{{short}}||List id of bazaar terminal string (zero based) |
|- | |- | ||
|{{long}}||owner id | |{{long}}||owner id | ||
|- | |- | ||
− | |{{short}}||List id of sellername string | + | |{{short}}||List id of sellername string (zero based) |
|- | |- | ||
|{{byte}}||Sub category | |{{byte}}||Sub category | ||
Line 64: | Line 64: | ||
|{{byte}}||catIII | |{{byte}}||catIII | ||
|- | |- | ||
− | |{{short}}||List id of current high bidder | + | |{{short}}||List id of current high bidder (zero based) |
|- | |- | ||
|{{int}}||Proxy Bid | |{{int}}||Proxy Bid | ||
Line 70: | Line 70: | ||
|{{int}}||My high bid | |{{int}}||My high bid | ||
|- | |- | ||
− | |{{int}}||ItemType | + | |{{int}}||ItemType ??? |
|- | |- | ||
|{{int}}||Premium | |{{int}}||Premium |
Revision as of 16:39, 4 August 2007
Server Packet - AuctionQueryHeadersResponseMessage (FA500E52)
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Struct
<terminals & sellers count=TScount>
<terminals & sellers/>
<item names count=item names count>
<items names/>
<auctions count=auctions count>
<items descriptions/>
Variable DescriptionsOperand_Count = 9 Opcode = FA500E52
|
Tags
|
Sample Code
Insert Code Snippet Here...