Difference between revisions of "AcceptAuctionResponseMessage"
From SWGANH Wiki
(→Tags) |
ThePowerking (Talk | contribs) (→Tags) |
||
(12 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{MissingPacket}} | |
− | + | {{PageHeader|Server Packet|AcceptAuctionResponseMessage (C58A446E)}} | |
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
|- | |- | ||
Line 6: | Line 6: | ||
===Struct=== | ===Struct=== | ||
---- | ---- | ||
− | + | {| align="center" | |
+ | |- | ||
+ | || | ||
{| class="wikitable" | {| class="wikitable" | ||
+ | |{{short}}||'''Opperand_Count''' | ||
|- | |- | ||
− | | | + | |{{int}}||'''Opcode''' |
|- | |- | ||
− | | | + | |{{long}}|'''ItemID''' |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
+ | |{{int}}||'''ErrorCode''' | ||
+ | |} | ||
|} | |} | ||
Line 27: | Line 28: | ||
---- | ---- | ||
− | * ''' | + | * '''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''': | ||
<pre> | <pre> | ||
− | + | 0: Bid Accepted. | |
− | 2: | + | 1: ui_auc:[err_accept_bid_invalid_auctioner] |
− | 3: | + | 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| | ||
+ | |||
===Tags=== | ===Tags=== | ||
---- | ---- | ||
Line 44: | Line 55: | ||
||{{ServerPacket}} | ||{{ServerPacket}} | ||
|- | |- | ||
− | ||{{ | + | ||{{100%}} |
+ | |- | ||
+ | ||{{Bazaar}} | ||
|- | |- | ||
|} | |} | ||
Line 51: | Line 64: | ||
---- | ---- | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Sample Packet== | ==Sample Packet== |
Latest revision as of 04:21, 12 July 2011
This article or section needs additional data. Please add a sample packet! |
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
Variable DescriptionsOpperand_Count = 3 Opcode = C58A446E
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
|
Sample Packet
Insert Sample Packet Here...