Difference between revisions of "ConsentRequestMessage"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
(Tags)
 
(7 intermediate revisions by 2 users not shown)
Line 9: Line 9:
 
|-
 
|-
 
||
 
||
{| class="wikitable"
+
<pre>
|{{short}}||'''Op Count'''
+
SHORT:            OpperandCount
|-
+
INT:              Opcode
|{{int}}||'''Opcode'''
+
{         v(ProsePackage)v
|-
+
  ASTRING:          BaseMessageSTF
|{{a_string}}|'''STF File'''
+
  INT:              Spacer
|-
+
  ASTRING:          BaseMessageString
|{{int}}|'''String Spacer'''
+
  LONG:              ObjectID
|-
+
  ASTRING:          STFFile
|{{a_string}}|'''STF Name'''
+
  INT:              Spacer
|-
+
  ASTRING:          STFString
|{{long}}|{{unknown}}
+
  USTRING:          String
|-
+
  LONG:              ObjectID
|{{a_string}}|{{unknown}}
+
  ASTRING:          STFFile
|-
+
  INT:              Spacer
|{{int}}|{{unknown}}
+
  ASTRING:          STFString
|-
+
  USTRING:          String
|{{a_string}}|{{unknown}}
+
  LONG:              ObjectID
|-
+
  ASTRING:          STFFile
|{{u_string}}|{{unknown}}
+
  INT:              Spacer
|-
+
  ASTRING:          STFString
|{{long}}|{{unknown}}
+
  USTRING:          String
|-
+
  INT:              Integer
|{{a_string}}|{{unknown}}
+
  FLOAT:            Float
|-
+
  BYTE:              DisplayFlag?(00-Display,01-Blank)
|{{int}}|{{unknown}}
+
}         ^(ProsePackage)^
|-
+
INT:              ConsentID
|{{a_string}}|{{unknown}}
+
</pre>
|-
+
|{{u_string}}|{{unknown}}
+
|-
+
|{{long}}|{{unknown}}
+
|-
+
|{{a_string}}|{{unknown}}
+
|-
+
|{{int}}|{{unknown}}
+
|-
+
|{{a_string}}|{{unknown}}
+
|-
+
|{{u_string}}|{{unknown}}
+
|-
+
|{{int}}|{{unknown}}
+
|-
+
|{{int}}|{{unknown}}
+
|-
+
|{{byte}}|{{unknown}}
+
|-
+
|{{int}}|{{unknown}}
+
|}
+
 
|}
 
|}
  
Line 63: Line 42:
 
----
 
----
  
Opperand_Count     = '''23'''
+
Opperand_Count = '''3'''
  
Opcode     = '''99DCB094'''
+
Opcode = '''99DCB094'''
----
+
 
 +
Prose Package:
 +
The Prose Package is a means to make dynamic strings without having the server waste time creating them.
 +
For more information see ProsePackage in OutOfBandPackage.
 +
 
 +
ConsentID:
 +
A Unique ID for the Consent message being made. Each new consent request increments the ID.
 +
Functions on a PER-SESSION basis. The Reply responds with the same ID.
  
* Opens a consent window
 
  
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----
Line 77: Line 63:
 
||{{ServerPacket}}
 
||{{ServerPacket}}
 
|-
 
|-
||{{25%}}
+
||{{100%}}
 
|-
 
|-
 
|}
 
|}

Latest revision as of 05:26, 12 July 2011





Server Packet - ConsentRequestMessage (99DCB094)

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:             OpperandCount
INT:               Opcode
{         v(ProsePackage)v
   ASTRING:           BaseMessageSTF
   INT:               Spacer
   ASTRING:           BaseMessageString
   LONG:              ObjectID
   ASTRING:           STFFile
   INT:               Spacer
   ASTRING:           STFString
   USTRING:           String
   LONG:              ObjectID
   ASTRING:           STFFile
   INT:               Spacer
   ASTRING:           STFString
   USTRING:           String
   LONG:              ObjectID
   ASTRING:           STFFile
   INT:               Spacer
   ASTRING:           STFString
   USTRING:           String
   INT:               Integer
   FLOAT:             Float
   BYTE:              DisplayFlag?(00-Display,01-Blank)
}         ^(ProsePackage)^
INT:               ConsentID

Variable Descriptions


Opperand_Count = 3

Opcode = 99DCB094

Prose Package: The Prose Package is a means to make dynamic strings without having the server waste time creating them. For more information see ProsePackage in OutOfBandPackage.

ConsentID: A Unique ID for the Consent message being made. Each new consent request increments the ID. Functions on a PER-SESSION basis. The Reply responds with the same ID.


Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.

Sample Packet

Insert Sample Packet Here...