Difference between revisions of "CancelLiveAuctionResponseMessage"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
(Variable Descriptions)
 
(8 intermediate revisions by 3 users not shown)
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}}|{{Errorcode}}
+
|{{int}}|'''Errorcode'''
 
|-
 
|-
 
|{{byte}}|{{unknown}}
 
|{{byte}}|{{unknown}}
Line 28: Line 28:
  
 
Opcode     = '''7DA2246C'''
 
Opcode     = '''7DA2246C'''
 +
 +
Errorcode is either 0 for no error or != 0 for an error
 +
this then displays an error message depending on the value of errorcode
 +
 +
ErrorCode:
 +
 +
An integer used to reprsent an error if an error occured, 0 if okay.
 +
 +
CODES:
 +
 +
0 - The Auction was successfully canceled
 +
 +
1 - You are not allowed to cancel that auction.
 +
 +
2 - You can't cancel that item because it is invalid.
 +
 +
3 - BLANK
 +
 +
8 - You must be the owner of an item to cancel the sale.
 +
 +
15 - That auction has already been completed.  It is too late to cancel.
 +
 +
 
----
 
----
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----
Line 36: Line 60:
 
||{{ServerPacket}}
 
||{{ServerPacket}}
 
|-
 
|-
||{{25%}}
+
||{{75%}}
 
|-
 
|-
 
|}
 
|}
 
|}
 
|}
 
----
 
----
 +
 
==Sample Packet==
 
==Sample Packet==
  

Latest revision as of 15:07, 26 April 2009





Server Packet - CancelLiveAuctionResponseMessage (7DA2246C)

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 Errorcode
BYTE ??

Variable Descriptions


Opperand_Count = 4

Opcode = 7DA2246C

Errorcode is either 0 for no error or != 0 for an error this then displays an error message depending on the value of errorcode

ErrorCode:

An integer used to reprsent an error if an error occured, 0 if okay.

CODES:

0 - The Auction was successfully canceled

1 - You are not allowed to cancel that auction.

2 - You can't cancel that item because it is invalid.

3 - BLANK

8 - You must be the owner of an item to cancel the sale.

15 - That auction has already been completed. It is too late to cancel.



Tags


S→C This packet originates on the server.

75% This packet has been partially reversed.


Sample Packet

Insert Sample Packet Here...