Difference between revisions of "AcceptAuctionResponseMessage"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
(Struct)
Line 14: Line 14:
 
|{{int}}||'''Opcode'''
 
|{{int}}||'''Opcode'''
 
|-
 
|-
|{{long}}|'''ItemID'''}
+
|{{long}}|'''ItemID'''
 
|-
 
|-
 
|{{int}}||'''ErrorCode'''
 
|{{int}}||'''ErrorCode'''

Revision as of 14:47, 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


  • Unk:
Possible object id of the auction item
  • Strings:
It seems it's a table of strings: This is what it's displaying with the Unk = 0;
1: Bid accepted
2: ui_acc:[err_accept_bid_invalid_aucioner]
3: ui_acc:[err_accept_bid_invalid_item]

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