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)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Object Controller|CraftExperimentationResponse (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 23: Line 25:
 
: 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''':

Latest revision as of 22:01, 8 January 2008

Object Controller - CraftExperimentationResponse (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:
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.