Difference between revisions of "CreateImmediateAuctionMessage"

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}}||'''Obj...)
 
 
(9 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 22: Line 30:
 
----
 
----
  
Opperand_Count     = '''3'''
+
Opperand_Count     = ''''''
  
Opcode     = '''96405D4D'''
+
Opcode     = '''1E9CE308'''
 
----
 
----
  
* ObjectID:
+
|valign=top|
:The ID of the Object who is requesting a travel point list.
+
  
* PlanetName:
 
:The name of the planet/map whos point list is being requested.
 
 
|valign=top|
 
 
===Tags===
 
===Tags===
 
----
 
----

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