Difference between revisions of "ConsentRequestMessage"
From SWGANH Wiki
(→Struct) |
ThePowerking (Talk | contribs) (→Tags) |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 10: | Line 10: | ||
|| | || | ||
<pre> | <pre> | ||
| − | SHORT: | + | SHORT: OpperandCount |
| − | INT: | + | INT: Opcode |
| − | { | + | { v(ProsePackage)v |
| − | ASTRING: | + | ASTRING: BaseMessageSTF |
| − | INT: | + | INT: Spacer |
| − | ASTRING: | + | ASTRING: BaseMessageString |
| − | LONG: | + | LONG: ObjectID |
| − | ASTRING: | + | ASTRING: STFFile |
| − | INT: | + | INT: Spacer |
| − | ASTRING: | + | ASTRING: STFString |
| − | USTRING: | + | USTRING: String |
| − | LONG: | + | LONG: ObjectID |
| − | ASTRING: | + | ASTRING: STFFile |
| − | INT: | + | INT: Spacer |
| − | ASTRING: | + | ASTRING: STFString |
| − | USTRING: | + | USTRING: String |
| − | LONG: | + | LONG: ObjectID |
| − | ASTRING: | + | ASTRING: STFFile |
| − | INT: | + | INT: Spacer |
| − | ASTRING: | + | ASTRING: STFString |
| − | USTRING: | + | USTRING: String |
| − | INT: | + | INT: Integer |
| − | FLOAT: | + | FLOAT: Float |
| − | BYTE: | + | BYTE: DisplayFlag?(00-Display,01-Blank) |
| − | } | + | } ^(ProsePackage)^ |
| − | INT: | + | INT: ConsentID |
</pre> | </pre> | ||
|} | |} | ||
| Line 42: | Line 42: | ||
---- | ---- | ||
| − | Opperand_Count | + | Opperand_Count = '''3''' |
| − | Opcode | + | 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. | ||
| − | |||
|valign=top| | |valign=top| | ||
| + | |||
===Tags=== | ===Tags=== | ||
---- | ---- | ||
| Line 56: | Line 63: | ||
||{{ServerPacket}} | ||{{ServerPacket}} | ||
|- | |- | ||
| − | ||{{ | + | ||{{100%}} |
|- | |- | ||
|} | |} | ||
Latest revision as of 04:26, 12 July 2011
| This article or section needs additional data. Please add a sample packet! |
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
Variable DescriptionsOpperand_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
|
Sample Packet
Insert Sample Packet Here...