Difference between revisions of "CraftExperiment (00000106)"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Object Controller|CraftExperiment (00000106)}}
 
+
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 6: Line 5:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
|{{byte}}|{{unknown}}
+
|{{byte}}|action counter increments by 2 during experimentation
 
|-
 
|-
|{{int}}||count
+
|{{int}}||count of the stats we experiment on
 
|}
 
|}
{{beginlist|unknown|count}}
+
{{beginlist|experimentation property|count}}
 
:{| class="wikitable"
 
:{| class="wikitable"
|{{int}}|{{unknown}}
+
|{{int}}|No. of the stat we experiment on (0 based)
 
|-
 
|-
|{{int}}|{{unknown}}
+
|{{int}}|amount of Exp points spend
 +
|}
 
|}
 
|}
{{endlist|unknown}}
 
 
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
 
controllerID     = '''00000106'''
 
controllerID     = '''00000106'''
 
----
 
----
 
+
This Packet is send by the client after hitting the experiment button. It tells the server what properties we experiment on.
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----
Line 32: Line 33:
 
||{{ObjControllerMessageTag}}
 
||{{ObjControllerMessageTag}}
 
|-
 
|-
||{{25%}}
+
||{{ClientPacket}}
 +
|-
 +
||{{100%}}
 
|-
 
|-
 
|}
 
|}
 
|}
 
|}

Latest revision as of 16:27, 29 December 2007

Object Controller - CraftExperiment (00000106)

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

Struct


BYTE action counter increments by 2 during experimentation
INT count of the stats we experiment on

<experimentation property count=count>

INT No. of the stat we experiment on (0 based)
INT amount of Exp points spend

Variable Descriptions


controllerID = 00000106


This Packet is send by the client after hitting the experiment button. It tells the server what properties we experiment on.

Tags


OCM This header is part of the ObjControllerMessage.

C→S This packet originates on the client.

100% This packet has been completely reversed.