Difference between revisions of "CreateImmediateAuctionMessage"

From SWGANH Wiki
Jump to: navigation, search
(Variable Descriptions)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{MissingPacket}}
 
+
{{PageHeader|Server Packet|CreateImmediateAuctionMessage (1E9CE308)}}
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 15: Line 15:
 
|{{long}}||'''ObjectID'''
 
|{{long}}||'''ObjectID'''
 
|-
 
|-
|{{a_string}}||'''PlanetName'''
+
|{{long}}||'''TerminalID'''
 +
|-
 +
|{{int}}||'''price'''
 +
|-
 +
|{{int}}||'''time of Auction in seconds'''
 +
|-
 +
|{{u_string}}||'''description'''
 +
|-
 +
|{{byte}}||'''Flag Premium Auction'''
 
|-
 
|-
 
|}
 
|}
Line 26: Line 34:
 
Opcode     = '''1E9CE308'''
 
Opcode     = '''1E9CE308'''
 
----
 
----
 
*
 
 
 
*
 
 
  
 
|valign=top|
 
|valign=top|

Latest revision as of 19:34, 6 January 2008





Server Packet - CreateImmediateAuctionMessage (1E9CE308)

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 ObjectID
LONG TerminalID
INT price
INT time of Auction in seconds
U_STRING description
BYTE Flag Premium Auction

Variable Descriptions


Opperand_Count = '

Opcode = 1E9CE308


Tags


C→S This packet originates on the client.

100% This packet has been completely reversed.


Sample Packet

Insert Sample Packet Here...