Difference between revisions of "CraftExperimentationResponse (00000113)"

From SWGANH Wiki
Jump to: navigation, search
(New page: __NOTOC__ {| border="0" width="90%" cellpadding=6 |- |valign=top| ===Struct=== ---- {| class="wikitable" |{{int}}|acknowledge ID |- |{{int}}|String ID |- |{{byte}}|stale flag |} ===Vari...)
 
(Variable Descriptions)
Line 23: Line 23:
 
: 00 00 01 06 Acknowledge Experimentation
 
: 00 00 01 06 Acknowledge Experimentation
 
* '''String ID''':
 
* '''String ID''':
: 0 Amazing success
+
:{|class="wikitable"
: 1 Great success
+
|- align="center" style="background-color:#ffffcc;"
: 2 Good success
+
|width="40"|'''ID'''||width="150"|'''Text'''
: 3 Moderate success
+
|- align="center"
: 4 success
+
||0||Amazing success
: 5 failure
+
|- align="center"
: 6 moderate failure
+
||1||Great success
: 7 big failure
+
|- align="center"
: 8 critical failure
+
||2||Good success
 +
|- align="center"
 +
||3||Moderate success
 +
|- align="center"
 +
||4||success
 +
|- align="center"
 +
||5||failure
 +
|- align="center"
 +
||6||moderate failure
 +
|- align="center"
 +
||7||big failure
 +
|- align="center"
 +
||8||critical failure
 +
|-
 +
|}
  
 
* '''BYTE''':
 
* '''BYTE''':

Revision as of 23:24, 6 May 2007


Struct


INT acknowledge ID
INT String ID
BYTE stale flag

Variable Descriptions


controllerID = 00000113


  • Acknowledge ID:
00 00 01 06 Acknowledge Experimentation
  • String ID:
ID Text
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.