Difference between revisions of "RetrieveAuctionItemResponseMessage"

From SWGANH Wiki
Jump to: navigation, search
(Tags)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{MissingPacket}}
 
{{PageHeader|Server Packet|RetrieveAuctionItemResponseMessage}}
 
{{PageHeader|Server Packet|RetrieveAuctionItemResponseMessage}}
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
Line 5: Line 6:
 
===Struct===
 
===Struct===
 
----
 
----
 +
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 15: Line 19:
 
|{{int}}||'''Error ID '''
 
|{{int}}||'''Error ID '''
 
|-
 
|-
 
+
|}
 
|}
 
|}
  
Line 27: Line 31:
  
 
* Additional Descriptions go here...
 
* Additional Descriptions go here...
* --
+
* Errors
* ---
+
* 1 Auctioneer is invalid
* ----
+
* 2 The purchase failed because the item was invalid
 +
 
 +
'''Wookiee made the first edit on Spety's birthday, *Hides from the wiki master*'''
  
 
|valign=top|
 
|valign=top|
Line 42: Line 48:
 
|-
 
|-
 
|}
 
|}
 
 
|}
 
|}
 
 
----
 
----
 
==Sample Code==
 
----
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
 
 
==Sample Packet==
 
==Sample Packet==
  

Latest revision as of 22:39, 8 January 2008





Server Packet - RetrieveAuctionItemResponseMessage

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 Error ID

Variable Descriptions


Opperand_Count = 3

Opcode = 9499EF8C


  • Additional Descriptions go here...
  • Errors
  • 1 Auctioneer is invalid
  • 2 The purchase failed because the item was invalid

Wookiee made the first edit on Spety's birthday, *Hides from the wiki master*

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.


Sample Packet

Insert Sample Packet Here...