Difference between revisions of "SetCurrentWorkingSkill (0000045B)"
From SWGANH Wiki
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{PageHeader|Object Controller|SetCurrentWorkingSkill (0000045B)}} | {{PageHeader|Object Controller|SetCurrentWorkingSkill (0000045B)}} | ||
+ | |||
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
|- | |- | ||
Line 11: | Line 12: | ||
|{{Long}}|'''Character ID''' | |{{Long}}|'''Character ID''' | ||
|- | |- | ||
− | |{{int}}|''' | + | |{{int}}|'''String spacer''' |
|- | |- | ||
− | |{{ | + | |{{Ascii}}|'''Skill''' |
|- | |- | ||
− | | | + | |} |
|} | |} | ||
Line 37: | Line 38: | ||
− | *cAbles Note: This is an CU struct and likely to be applicable in a precu environment. | + | * Research by cAble. |
+ | * cAbles Note: This is an CU struct and likely to be applicable in a precu environment. | ||
<pre> | <pre> | ||
− | |||
05 00 #Operand | 05 00 #Operand | ||
46 5E CE 80 #Obj COn | 46 5E CE 80 #Obj COn | ||
Line 49: | Line 50: | ||
14 00 #String Size | 14 00 #String Size | ||
73 6F 63 69 61 6C 5F 64 61 6E 63 65 72 5F 6D 61 73 74 65 72 #social_dancer_master (the skill that is set) | 73 6F 63 69 61 6C 5F 64 61 6E 63 65 72 5F 6D 61 73 74 65 72 #social_dancer_master (the skill that is set) | ||
+ | </pre> | ||
− | + | <pre> | |
− | + | cAbles Note: this object controller is also used in the NGE in conjunction with setProfessionTemplate, when using the respec Councillor. | |
</pre> | </pre> |
Latest revision as of 17:26, 9 January 2014
Object Controller - SetCurrentWorkingSkill (0000045B)
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Struct
Variable DescriptionscontrollerID = 0000045B |
Tags
|
- Research by cAble.
- cAbles Note: This is an CU struct and likely to be applicable in a precu environment.
05 00 #Operand 46 5E CE 80 #Obj COn 2B 01 00 00 #Unknown INT 5B 04 00 00 #Enum: setCurrentWorkingSkill 92 7C A1 B3 1A 00 00 00 #CharacterID 00 00 00 00 #String Spacer 14 00 #String Size 73 6F 63 69 61 6C 5F 64 61 6E 63 65 72 5F 6D 61 73 74 65 72 #social_dancer_master (the skill that is set)
cAbles Note: this object controller is also used in the NGE in conjunction with setProfessionTemplate, when using the respec Councillor.