Difference between revisions of "AcceptAuctionResponseMessage"

From SWGANH Wiki
Jump to: navigation, search
(Tags)
(Struct)
Line 8: Line 8:
  
 
{| class="wikitable"
 
{| class="wikitable"
 +
|{{short}}||'''Opperand_Count'''
 
|-
 
|-
|align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||'''Opperand_Count'''
+
|{{int}}||'''Opcode'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''Opcode'''
+
|{{long}}|{{unknown}}
|-
+
|align="center" style="background:#3C4565; color:white;"|'''LONG'''||'''<font color="red">Unknown</font>'''
+
|-
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''Strings'''
+
 
|-
 
|-
 +
|{{int}}||'''Strings'''
 
|}
 
|}
  

Revision as of 07:32, 10 April 2007


Struct


SHORT Opperand_Count
INT Opcode
LONG ??
INT Strings

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.


Sample Code


Insert Code Snippet Here...

Sample Packet

Insert Sample Packet Here...