Difference between revisions of "PLAY09"

From SWGANH Wiki
Jump to: navigation, search
(New page: __NOTOC__ {|align="center" |- ||{{PLAYArchitectureNAV}} |- |} {| border="0" width="90%" cellpadding=6 |- |valign=top| ===BaseLine Struct=== ---- <pre> </pre> ===Deltas Struct=== ---- ...)
 
(BaseLine Struct)
Line 10: Line 10:
 
===BaseLine Struct===
 
===BaseLine Struct===
 
----
 
----
 +
intristingly enough there does not seem to be a complexity value for yalps.
 +
(though there is for resourcecontainers......)
  
 
<pre>
 
<pre>
 +
//0 Skillability list
 +
[UINT32] size
 +
[UINT32] update counter
 +
        [ASCII] skill name
 +
 +
//1 experimentation flag
 +
[UINT32] 0 Assembly only; 1 exp
 +
 +
//2 crafting stage
 +
[UINT32]
  
 
</pre>
 
</pre>

Revision as of 12:45, 25 April 2007

PLAY Packet Type QuickNav
PLAY01 - PLAY03 - PLAY06 - PLAY08 - PLAY09

BaseLine Struct


intristingly enough there does not seem to be a complexity value for yalps. (though there is for resourcecontainers......)

//0 Skillability list
[UINT32] size
[UINT32] update counter
         [ASCII] skill name

//1 experimentation flag
[UINT32] 0 Assembly only; 1 exp

//2 crafting stage
[UINT32]

Deltas Struct



Variable Descriptions


Obj_OperandCount = ??



Tags


50% This packet has been partially reversed.