Difference between revisions of "EnterStructurePlacementModeMessage"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
Line 8: Line 8:
  
 
{| class="wikitable"
 
{| class="wikitable"
 +
|-
 
|{{short}}||'''Operand_Count'''
 
|{{short}}||'''Operand_Count'''
 
|-
 
|-
 
|{{int}}||'''Opcode'''
 
|{{int}}||'''Opcode'''
 
|-
 
|-
|{{long}}|{{unknown}}
+
|{{long}}||'''DeedID'''
 +
|-
 +
|{{a_string}}||'''Object String'''
 
|-
 
|-
|{{short}}|{{unknown}}
 
 
|}
 
|}
  
Line 24: 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.
 +
 +
*
 +
 +
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----
 
{| align="center"
 
{| align="center"
 
|-  
 
|-  
||{{ServerPacket}}
+
||{{ClientPacket}}
 
|-
 
|-
||{{25%}}
+
||{{100%}}
 
|-
 
|-
 
|}
 
|}
Line 38: Line 47:
  
 
----
 
----
 
==Sample Code==
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
  
 
==Sample Packet==
 
==Sample Packet==
Line 50: Line 53:
 
Insert Sample Packet Here...
 
Insert Sample Packet Here...
 
</pre>
 
</pre>
 +
==Sample Packet==

Revision as of 16:08, 7 June 2007


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


C→S This packet originates on the client.

100% This packet has been completely reversed.


Sample Packet

Insert Sample Packet Here...

Sample Packet