Difference between revisions of "BidAuctionResponseMessage"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
Line 10: Line 10:
 
||
 
||
 
{| class="wikitable"
 
{| class="wikitable"
|{{short}}||'''Opperand_Count'''
+
|{{short}}||'''Op Count'''
 
|-
 
|-
|{{int}}||Opcode
+
|{{int}}||'''Opcode'''
 
|-
 
|-
|{{long}}|Auction ID
+
|{{long}}|'''Auction ID'''
 
|-
 
|-
|{{int}}|Error ID
+
|{{int}}|'''Error ID'''
 
|}
 
|}
 
|}
 
|}

Revision as of 13:43, 4 January 2008





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 Op 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...