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
| SHORT
|
Operand Count
|
| INT
|
Opcode
|
| INT
|
Page count
|
| INT
|
(2 = item listing, 4 = auctions listing)
|
| UINT
|
TScount: Number of unique terminals and unique sellers
|
<terminals & sellers count=TScount>
| A_STRING
|
Terminal description
|
| A_STRING
|
Auction Owner Name
|
| A_STRING
|
Current high bidder
|
<terminals & sellers/>
| INT
|
unique item names count
|
<item names count=item names count>
<items names/>
| INT
|
Auction descriptions count (ie nr of auctions)
|
<auctions descriptions count=auctions descriptions count>
| LONG
|
Item Id
|
| BYTE
|
List ID of item description string Zero based (!)
|
| INT
|
Item price/current high bid
|
| INT
|
Remaining Auction / instant sell time in seconds
|
| BYTE
|
0 = Auction 1 = instant
|
| SHORT
|
List id of bazaar terminal string
|
| LONG
|
owner id
|
| SHORT
|
List id of sellername string
|
| BYTE
|
Sub category
|
| BYTE
|
catI
|
| BYTE
|
catII
|
| BYTE
|
catIII
|
| SHORT
|
List id of current high bidder
|
| INT
|
Proxy Bid
|
| INT
|
My high bid
|
| INT
|
ItemType (same as category)
|
| INT
|
Premium
|
| INT
|
|
<items descriptions/>
Variable Descriptions
Operand_Count = 9
Opcode = FA500E52
- Please note that Every stringlist entry is zero based
- --
- ---
- ----
|
Tags
| S→C
|
This packet originates on the server.
|
|
| 75%
|
This packet has been partially reversed.
|
|
|
Sample Code
Insert Code Snippet Here...
Sample Packet