Difference between revisions of "AcceptAuctionResponseMessage"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
(Variable Descriptions)
Line 28: Line 28:
 
----
 
----
  
* '''Unk''':
+
* '''ItemID''':
:Possible object id of the auction item
+
  
* '''Strings''':
+
:The ObjectID of the Item on auction whos bid we are accepting.
:It seems it's a table of strings: This is what it's displaying with the Unk = 0;
+
 
 +
* '''ErrorCode''':
 +
 
 +
:An integer used to represent an error if an error occurred, 0 if okay.
 +
 
 +
* '''Codes''':
 
<pre>
 
<pre>
1: Bid accepted
+
0: Bid Accepted.
2: ui_acc:[err_accept_bid_invalid_aucioner]
+
1: ui_auc:[err_accept_bid_invalid_auctioner]
3: ui_acc:[err_accept_bid_invalid_item]
+
2: ui_auc:[err_accept_bid_invalid_item]
 +
3: BLANK
 +
8: [ui_auc:err_accept_bid_not_owner]
 +
10: There are currently no bids on this item
 +
15: That auction is complete.  You cannot accept the high bid.
 +
 
 
</pre>
 
</pre>
 
|valign=top|
 
|valign=top|

Revision as of 14:51, 10 June 2010





Server Packet - AcceptAuctionResponseMessage (C58A446E)

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 ItemID
INT ErrorCode

Variable Descriptions


Opperand_Count = 3

Opcode = C58A446E


  • ItemID:
The ObjectID of the Item on auction whos bid we are accepting.
  • ErrorCode:
An integer used to represent an error if an error occurred, 0 if okay.
  • Codes:
0: Bid Accepted.
1: ui_auc:[err_accept_bid_invalid_auctioner]
2: ui_auc:[err_accept_bid_invalid_item]
3: BLANK
8: [ui_auc:err_accept_bid_not_owner]
10: There are currently no bids on this item
15: That auction is complete.  You cannot accept the high bid.

Tags


S→C This packet originates on the server.

75% This packet has been partially reversed.

Bazaar Bazaar related stuff.


Sample Packet

Insert Sample Packet Here...