|
|
| Line 5: |
Line 5: |
| | ===Struct=== | | ===Struct=== |
| | ---- | | ---- |
| − | | + | {| align="center" |
| | + | |- |
| | + | || |
| | {| class="wikitable" | | {| class="wikitable" |
| | |{{short}}||Operand Count | | |{{short}}||Operand Count |
| Line 76: |
Line 78: |
| | |{{int}}|| | | |{{int}}|| |
| | |- | | |- |
| − |
| |
| | |} | | |} |
| | {{endlist|items descriptions}} | | {{endlist|items descriptions}} |
| | + | |} |
| | | | |
| | ===Variable Descriptions=== | | ===Variable Descriptions=== |
Revision as of 12:31, 18 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
| 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 count (ie nr of auctions)
|
<auctions count=auctions count>
| LONG
|
Item Id
|
| BYTE
|
List ID of item Name 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 (zero based)
|
| LONG
|
owner id
|
| SHORT
|
List id of sellername string (zero based)
|
| BYTE
|
Sub category
|
| BYTE
|
catI
|
| BYTE
|
catII
|
| BYTE
|
catIII
|
| SHORT
|
List id of current high bidder (zero based)
|
| INT
|
Proxy Bid
|
| INT
|
My high bid
|
| INT
|
ItemType ???
|
| 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