Difference between revisions of "BidAuctionMessage"

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''' |- |{{int}}||'''pric...)
 
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{MissingPacket}}
 
+
{{PageHeader|Client Packet|BidAuctionMessage (91125453)}}
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 6: Line 6:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 13: Line 15:
 
|{{int}}||'''Opcode'''
 
|{{int}}||'''Opcode'''
 
|-
 
|-
|{{int}}||'''price'''
+
|{{long}}||'''AuctionID'''
 
|-
 
|-
|{{int}}||'''price'''
+
|{{int}}||'''price my bid'''
 +
|-
 +
|{{int}}||'''price proxy'''
 
|-
 
|-
 
 
|}
 
|}
 
+
|}
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
Line 28: Line 31:
 
----
 
----
  
*  
+
* is answered by the '''[[RetrieveAuctionItemResponseMessage]]''' when it's an Instant sale
 
+
 
+
*
+
 
+
  
 
|valign=top|
 
|valign=top|

Latest revision as of 19:37, 6 January 2008





Client Packet - BidAuctionMessage (91125453)

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
LONG AuctionID
INT price my bid
INT price proxy

Variable Descriptions


Opperand_Count = 4

Opcode = 91125453


Tags


C→S This packet originates on the client.

100% This packet has been completely reversed.