Difference between revisions of "PlayClientEffectLocMessage"
From SWGANH Wiki
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Server Packet|PlayClientEffectLocMessage (02949E74)}} | |
− | + | ||
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
|- | |- | ||
Line 6: | Line 5: | ||
===Struct=== | ===Struct=== | ||
---- | ---- | ||
− | + | {| align="center" | |
+ | |- | ||
+ | || | ||
{| class="wikitable" | {| class="wikitable" | ||
+ | |{{short}}||'''Operand_Count''' | ||
|- | |- | ||
− | | | + | |{{int}}||'''Opcode''' |
|- | |- | ||
− | | | + | |{{a_string}}||'''File''' |
|- | |- | ||
− | | | + | |{{a_string}}||'''Planet''' |
|- | |- | ||
− | | | + | |{{float}}||'''PositionX''' |
|- | |- | ||
− | | | + | |{{float}}||'''PositionZ''' |
|- | |- | ||
− | | | + | |{{float}}||'''PositionY''' |
|- | |- | ||
− | | | + | |{{long}}|{{unknown}} |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
+ | |{{int}}|{{unknown}} | ||
+ | |} | ||
|} | |} | ||
===Variable Descriptions=== | ===Variable Descriptions=== | ||
---- | ---- | ||
− | + | Operand_Count = '''8''' | |
Opcode = '''02949E74''' | Opcode = '''02949E74''' | ||
Line 42: | Line 42: | ||
:Name of the planet. EX: naboo | :Name of the planet. EX: naboo | ||
− | * ''' | + | * '''Position X-Y-Z''':: |
:Float of the position where you want the client effect to be played. | :Float of the position where you want the client effect to be played. | ||
|valign=top| | |valign=top| | ||
+ | |||
===Tags=== | ===Tags=== | ||
---- | ---- | ||
Line 57: | Line 58: | ||
|} | |} | ||
− | + | ==Sample Packet== | |
− | + | ||
− | ==Sample | + | |
<pre> | <pre> | ||
− | |||
− | |||
− | + | 08 00 // opCount | |
+ | 74 9E 94 02 //PlayClientEffectLocMessage | ||
− | + | 24 00 | |
− | + | 63 6C 69 65 6E 74 65 66 66 65 63 74 | |
+ | 2F 73 75 72 76 65 79 5F 74 6F 6F 6C //clienteffect/survey_tool_mineral.cef | ||
+ | 5F 6D 69 6E 65 72 61 6C 2E 63 65 66 | ||
+ | |||
+ | 05 00 | ||
+ | 6E 61 62 6F 6F // naboo | ||
+ | |||
+ | A6 59 A5 45 // X | ||
+ | AC 07 45 C3 // Z | ||
+ | AB A9 BE 45 // Y | ||
+ | |||
+ | 00 00 00 00 00 00 00 00 | ||
+ | 00 00 00 00 | ||
</pre> | </pre> |
Latest revision as of 23:34, 2 January 2008
Server Packet - PlayClientEffectLocMessage (02949E74)
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 DescriptionsOperand_Count = 8 Opcode = 02949E74
|
Tags
|
Sample Packet
08 00 // opCount 74 9E 94 02 //PlayClientEffectLocMessage 24 00 63 6C 69 65 6E 74 65 66 66 65 63 74 2F 73 75 72 76 65 79 5F 74 6F 6F 6C //clienteffect/survey_tool_mineral.cef 5F 6D 69 6E 65 72 61 6C 2E 63 65 66 05 00 6E 61 62 6F 6F // naboo A6 59 A5 45 // X AC 07 45 C3 // Z AB A9 BE 45 // Y 00 00 00 00 00 00 00 00 00 00 00 00