Difference between revisions of "CraftExperiment (00000106)"

From SWGANH Wiki
Jump to: navigation, search
 
(13 intermediate revisions by 3 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}}|action counter increments by 2 during experimentation
 
|-
 
|-
|align="center" style="background:#B3C0DE; color:white;"|'''BYTE'''||'''<font color=red>Unknown</font>'''
+
|{{int}}||count of the stats we experiment on
|-
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''Counter'''
+
|-
+
 
|}
 
|}
:{
+
{{beginlist|experimentation property|count}}
 
:{| class="wikitable"
 
:{| class="wikitable"
 +
|{{int}}|No. of the stat we experiment on (0 based)
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''<font color=red>Unknown</font>'''
+
|{{int}}|amount of Exp points spend
|-
+
|}
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''<font color=red>Unknown</font>'''
+
|-
+
 
|}
 
|}
:}
 
 
 
===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 36: 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.