Difference between revisions of "CraftExperimentationResponse (00000113)"

From SWGANH Wiki
Jump to: navigation, search
(Variable Descriptions)
 
(3 intermediate revisions by the same user not shown)
Line 5: 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 34: Line 37:
 
||3||Moderate success
 
||3||Moderate success
 
|- align="center"
 
|- align="center"
||4||success
+
||4||Success
 
|- align="center"
 
|- align="center"
||5||failure
+
||5||Failure
 
|- align="center"
 
|- align="center"
||6||moderate failure
+
||6||Moderate Failure
 
|- align="center"
 
|- align="center"
||7||big failure
+
||7||Big Failure
 
|- align="center"
 
|- align="center"
||8||critical failure
+
||8||Critical Failure
 
|-
 
|-
 
|}
 
|}

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.