Difference between revisions of "GenericIntResponse (00000113)"

From SWGANH Wiki
Jump to: navigation, search
(Variable Descriptions)
(Struct)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Object Controller|GenericIntResponse (00000113)}}
 
+
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 6: Line 5:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
|{{int}}|acknowledge ID
+
|{{int}}|'''Acknowledge ID'''
 
|-
 
|-
|{{int}}|String ID
+
|{{int}}|'''String ID'''
 
|-
 
|-
|{{byte}}|stale flag
+
|{{byte}}|'''Stale Flag'''
 +
|}
 
|}
 
|}
  
Line 26: Line 28:
 
: 1 Great success
 
: 1 Great success
 
: 2 Good success
 
: 2 Good success
 +
: 3 Moderate success
 +
: 4 success
 +
: 5 failure
 +
: 6 moderate failure
 +
: 7 big failure
 +
: 8 critical failure
 +
 
* '''BYTE''':
 
* '''BYTE''':
 +
: The stale flag increments by two for every experimentation attempt
 
|valign=top|
 
|valign=top|
  
Line 38: Line 48:
 
|-
 
|-
 
|}
 
|}
 
 
|}
 
|}

Latest revision as of 21:13, 4 January 2008

Object Controller - GenericIntResponse (00000113)

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.

Struct


INT Acknowledge ID
INT String ID
BYTE Stale Flag

Variable Descriptions


controllerID = 00000113


  • Acknowledge ID:
00 00 01 06 Acknowledge Experimentation
  • String ID:
0 Amazing success
1 Great success
2 Good success
3 Moderate success
4 success
5 failure
6 moderate failure
7 big failure
8 critical failure
  • BYTE:
The stale flag increments by two for every experimentation attempt

Tags


OCM This header is part of the ObjControllerMessage.

100% This packet has been completely reversed.