Difference between revisions of "EnterStructurePlacementModeMessage"

From SWGANH Wiki
Jump to: navigation, search
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Server Packet|EnterStructurePlacementModeMessage (E8A54DC1)}}
 
+
 
{| 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'''
+
|{{short}}||'''Op Count'''
 
|-
 
|-
 
|{{int}}||'''Opcode'''
 
|{{int}}||'''Opcode'''
Line 18: Line 19:
 
|-
 
|-
 
|}
 
|}
 
+
|}
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
Line 25: Line 26:
  
 
Opcode     = '''E8A54DC1'''
 
Opcode     = '''E8A54DC1'''
----
 
 
* This is the server answer to using a deed. It will open the structureplacement screen where the structure which is described in the screen will be shown.
 
 
*
 
  
 +
* This is the server answer to using a deed.
 +
:It will open the structureplacement screen where
 +
:the structure which is described in the screen
 +
:will be shown.
  
 
|valign=top|
 
|valign=top|
  
===Tags===
+
==Tags==
----
+
 
{| align="center"
 
{| align="center"
 
|-  
 
|-  
||{{ClientPacket}}
+
||{{ServerPacket}}
 
|-
 
|-
 
||{{100%}}
 
||{{100%}}
 
|-
 
|-
 
|}
 
|}
 
 
|}
 
|}
 
----
 
  
 
==Sample Packet==
 
==Sample Packet==
  
 
<pre>
 
<pre>
Insert Sample Packet Here...
+
03 00 // Op Count
 +
C1 4D A5 E8 // EnterStructurePlacementMode
 +
9C 41 49 D4 1A 00 00 00 // Deed ID
 +
46 00                                          // String Count
 +
6F 62 6A 65 63 74 2F 62 75 69                  // object/bu
 +
6C 64 69 6E 67 2F 70 6C 61 79 65 72 2F 73 68 61 // ilding/player/sh
 +
72 65 64 5F 70 6C 61 79 65 72 5F 68 6F 75 73 65 // ared_player_hous
 +
5F 74 61 74 6F 6F 69 6E 65 5F 73 6D 61 6C 6C 5F // e_tatooine_small
 +
73 74 79 6C 65 5F 30 31 2E 69 66 66            // style_01.iff
 
</pre>
 
</pre>
==Sample Packet==
 

Latest revision as of 11:56, 22 August 2008

Server Packet - EnterStructurePlacementModeMessage (E8A54DC1)

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

Struct


SHORT Op Count
INT Opcode
LONG DeedID
A_STRING Object String

Variable Descriptions


Opperand_Count = 3

Opcode = E8A54DC1

  • This is the server answer to using a deed.
It will open the structureplacement screen where
the structure which is described in the screen
will be shown.

Tags

S→C This packet originates on the server.

100% This packet has been completely reversed.

Sample Packet

03 00 // Op Count
C1 4D A5 E8 // EnterStructurePlacementMode
9C 41 49 D4 1A 00 00 00 // Deed ID
46 00                                           // String Count
6F 62 6A 65 63 74 2F 62 75 69                   // object/bu
6C 64 69 6E 67 2F 70 6C 61 79 65 72 2F 73 68 61 // ilding/player/sh
72 65 64 5F 70 6C 61 79 65 72 5F 68 6F 75 73 65 // ared_player_hous
5F 74 61 74 6F 6F 69 6E 65 5F 73 6D 61 6C 6C 5F // e_tatooine_small
73 74 79 6C 65 5F 30 31 2E 69 66 66             // style_01.iff