Difference between revisions of "EnterStructurePlacementModeMessage"

From SWGANH Wiki
Jump to: navigation, search
(Sample Packet)
Line 45: Line 45:
  
 
<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==
 
==Sample Packet==

Revision as of 11:49, 9 January 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 Operand_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
==Sample Packet==