Difference between revisions of "AuctionQueryHeadersResponseMessage"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
(Struct)
Line 42: Line 42:
 
|{{long}}||Item Id
 
|{{long}}||Item Id
 
|-
 
|-
|{{byte}}||List ID of item description string Zero based (!)
+
|{{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 (same as category)
+
|{{int}}||ItemType ???
 
|-
 
|-
 
|{{int}}||Premium
 
|{{int}}||Premium

Revision as of 17: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


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>

U_STRING Item name

<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