Difference between revisions of "ObjectMenuSelectMessage::MESSAGE TYPE"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
(Sample Packet)
Line 54: Line 54:
  
 
<pre>
 
<pre>
Insert Sample Packet Here...
+
03 00  //'ACCOUNTUPDATE
 +
26 87 A1 7C  //CRC = 'ObjectMenuSelectMessage::MESSAGE_TYPE
 +
CE A9 03 E3 1E 00 00 00 //Item ID
 +
BB //Option ID
 +
00 //Message Type
 +
 
 
</pre>
 
</pre>

Revision as of 02:24, 5 April 2007


Struct


SHORT Operand_Count
INT Opcode
LONG ObjectID
BYTE MessageType

Variable Descriptions


Opperand_Count = 3

Opcode = 7CA18726


  • ObjectID:
The ID of the Object whos menu is being selected.
  • MessageType:
The ID number of the menu selection from the Object's Menu.

Tags


C→S This packet originates on the client.

100% This packet has been completely reversed.

Additional Info


Used with menus... Possibly Radial or SUI ones. Do Test.


Sample Packet

 03 00   //'ACCOUNTUPDATE
 26 87 A1 7C   //CRC = 'ObjectMenuSelectMessage::MESSAGE_TYPE
 CE A9 03 E3 1E 00 00 00 //Item ID
 BB //Option ID
 00 //Message Type