Difference between revisions of "CreateImmediateAuctionMessage"

From SWGANH Wiki
Jump to: navigation, search
(Tags)
 
(6 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'''
 
|-
 
|-
|{{u_string}}||'''Object Name'''
+
|{{long}}||'''TerminalID'''
 
|-
 
|-
 
|{{int}}||'''price'''
 
|{{int}}||'''price'''
Line 21: Line 21:
 
|{{int}}||'''time of Auction in seconds'''
 
|{{int}}||'''time of Auction in seconds'''
 
|-
 
|-
|{{int}}||''' '''
+
|{{u_string}}||'''description'''
 
|-
 
|-
|{{short}}||''' '''
+
|{{byte}}||'''Flag Premium Auction'''
|-
+
|{{int}}||'''price'''
+
 
|-
 
|-
 
|}
 
|}
Line 36: Line 34:
 
Opcode     = '''1E9CE308'''
 
Opcode     = '''1E9CE308'''
 
----
 
----
 
*
 
 
 
*
 
 
  
 
|valign=top|
 
|valign=top|
Line 51: Line 43:
 
||{{ClientPacket}}
 
||{{ClientPacket}}
 
|-
 
|-
||{{50%}}
+
||{{100%}}
 
|-
 
|-
 
|}
 
|}

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