Difference between revisions of "Radial Menu Selection (Sequence)"

From SWGANH Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
If a radial menu option gets selected the client (not in all cases though, eg food-eat) sends a 0009 packet containing the opcode '''26 87 a1 7c''', the item ID and the id of the radial item selected. (In the following example 14, for "use")
 
If a radial menu option gets selected the client (not in all cases though, eg food-eat) sends a 0009 packet containing the opcode '''26 87 a1 7c''', the item ID and the id of the radial item selected. (In the following example 14, for "use")
  
 
+
{{Box Packet|Client --> Server|
 
<pre>
 
<pre>
 
   [UINT16] 00 09              SOE Opcode 1
 
   [UINT16] 00 09              SOE Opcode 1
Line 16: Line 16:
  
 
</pre>
 
</pre>
 +
||

Revision as of 17:12, 29 December 2006

If a radial menu option gets selected the client (not in all cases though, eg food-eat) sends a 0009 packet containing the opcode 26 87 a1 7c, the item ID and the id of the radial item selected. (In the following example 14, for "use")

{{Box Packet|Client --> Server|

  [UINT16] 00 09               SOE Opcode 1

  [UINT16]                     ServerSequence

  [UINT16] 03 00               SWG Opcode

  [UINT32] 26 87 a1 7c         Opcode 2

  [UINT64]                     ItemID
  
  [UINT16] 14 00               Radial choice - 14 = use  

||