Difference between revisions of "ObjectMenuSelectMessage::MESSAGE TYPE"

From SWGANH Wiki
Jump to: navigation, search
(Sample Packet)
 
(2 intermediate revisions by 2 users not shown)
Line 48: Line 48:
 
===Additional Info===
 
===Additional Info===
 
----
 
----
Used with menus... Possibly Radial or SUI ones. Do Test.  
+
Used by the client to select a radial option.
 
|}
 
|}
  
Line 59: Line 59:
 
  26 87 A1 7C  //'ObjectMenuSelectMessage::MESSAGE_TYPE
 
  26 87 A1 7C  //'ObjectMenuSelectMessage::MESSAGE_TYPE
 
  CE A9 03 E3 1E 00 00 00 //Item ID
 
  CE A9 03 E3 1E 00 00 00 //Item ID
BB //Option ID
 
 
  00 //Message Type
 
  00 //Message Type
  
 
</pre>
 
</pre>

Latest revision as of 03:03, 3 October 2012

Client Packet - ObjectMenuSelectMessage::MESSAGE TYPE (7CA18726)

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 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 by the client to select a radial option.


Sample Packet

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