Difference between revisions of "BidAuctionResponseMessage"

From SWGANH Wiki
Jump to: navigation, search
(Variable Descriptions)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Server Packet|BidAuctionResponseMessage (8FCBEF4A)}}
 
+
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 6: Line 5:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 
|{{short}}||'''Opperand_Count'''
 
|{{short}}||'''Opperand_Count'''
Line 15: Line 16:
 
|-
 
|-
 
|{{int}}|Error ID
 
|{{int}}|Error ID
 +
|}
 
|}
 
|}
  
Line 50: Line 52:
 
|}
 
|}
 
|}
 
|}
 
 
----
 
----
 
==Sample Code==
 
----
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
 
 
==Sample Packet==
 
==Sample Packet==
  

Revision as of 13:38, 18 August 2007

Server Packet - BidAuctionResponseMessage (8FCBEF4A)

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 Opperand_Count
INT Opcode
LONG Auction ID
INT Error ID

Variable Descriptions


  • Opperand_Count = 3
  • Opcode = 8FCBEF4A
  • Error ID
  • 1 = The purchase failed because the auctioner is invalid
  • 2 = The purchase failed because the item was invalid
  • 3 = ui_auc:[err_buy_invalid_container]
  • 4 = blank
  • 9 = You dont have enough money to buy that item
  • 10 = The purchase failed
  • 11 = your purchase request was rejected
  • 14 = The commodities market does not accept bids higher than 20000 credits
  • 23 = The purchase failed



Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.


Sample Packet

Insert Sample Packet Here...