Difference between revisions of "CreateAuctionMessage"

From SWGANH Wiki
Jump to: navigation, search
(New page: __NOTOC__ {| border="0" width="90%" cellpadding=6 |- |valign=top| ===Struct=== ---- {| class="wikitable" |- |{{short}}||'''Operand_Count''' |- |{{int}}||'''Opcode''' |- |{{long}}||'''Auc...)
 
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{MissingPacket}}
 
+
{{PageHeader|Client Packet|CreateAuctionMessage (AD47021D)}}
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 6: Line 6:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 13: Line 15:
 
|{{int}}||'''Opcode'''
 
|{{int}}||'''Opcode'''
 
|-
 
|-
|{{long}}||'''AuctionID'''
+
|{{long}}||'''ItemID'''
 +
|-
 +
|{{long}}||'''Terminal / Vendor ID'''
 +
|-
 +
|{{int}}||'''Price'''
 +
|-
 +
|{{int}}||'''Time in Seconds'''
 +
|-
 +
|{{u_string}}||'''Item description'''
 +
|-
 +
|{{byte}}||'''Flag premium Auction'''
 
|-
 
|-
 
|}
 
|}
 
+
|}
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
  
Opperand_Count     = '''2'''
+
Opperand_Count     = '''8'''
  
Opcode     = '''D36EFAE4'''
+
Opcode     = '''AD47021D'''
 
----
 
----
  
 
*  
 
*  
 
 
 
*  
 
*  
  
Line 42: Line 52:
 
|-
 
|-
 
|}
 
|}
 
 
|}
 
|}
 
 
----
 
----
 
 
==Sample Packet==
 
==Sample Packet==
  

Latest revision as of 19:35, 6 January 2008





Client Packet - CreateAuctionMessage (AD47021D)

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 Operand_Count
INT Opcode
LONG ItemID
LONG Terminal / Vendor ID
INT Price
INT Time in Seconds
U_STRING Item description
BYTE Flag premium Auction

Variable Descriptions


Opperand_Count = 8

Opcode = AD47021D



Tags


C→S This packet originates on the client.

100% This packet has been completely reversed.


Sample Packet

Insert Sample Packet Here...