Difference between revisions of "ConsentRequestMessage"

From SWGANH Wiki
Jump to: navigation, search
(Variable Descriptions)
(Struct)
Line 14: Line 14:
 
{        v(ProsePackage)v
 
{        v(ProsePackage)v
 
   ASTRING:          BaseMessageSTF
 
   ASTRING:          BaseMessageSTF
   INT:              ??
+
   INT:              Spacer
 
   ASTRING:          BaseMessageString
 
   ASTRING:          BaseMessageString
 
   LONG:              ObjectID
 
   LONG:              ObjectID
 
   ASTRING:          STFFile
 
   ASTRING:          STFFile
   INT:              ??
+
   INT:              Spacer
 
   ASTRING:          STFString
 
   ASTRING:          STFString
 
   USTRING:          String
 
   USTRING:          String
 
   LONG:              ObjectID
 
   LONG:              ObjectID
 
   ASTRING:          STFFile
 
   ASTRING:          STFFile
   INT:              ??
+
   INT:              Spacer
 
   ASTRING:          STFString
 
   ASTRING:          STFString
 
   USTRING:          String
 
   USTRING:          String
 
   LONG:              ObjectID
 
   LONG:              ObjectID
 
   ASTRING:          STFFile
 
   ASTRING:          STFFile
   INT:              ??
+
   INT:              Spacer
 
   ASTRING:          STFString
 
   ASTRING:          STFString
 
   USTRING:          String
 
   USTRING:          String

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.

25% This packet has been partially reversed.

Sample Packet

Insert Sample Packet Here...