Difference between revisions of "EnterTicketPurchaseModeMessage"

From SWGANH Wiki
Jump to: navigation, search
m (Protected "EnterTicketPurchaseModeMessage": Page is complete. [edit=sysop:move=sysop])
(Sample Packet)
 
Line 53: Line 53:
  
 
<pre>
 
<pre>
Insert Sample Packet Here...
+
04 00
 +
1A AE 4D 90 // EnterTicketPurchaseModeMessage
 +
08 00 74 61 74 6F 6F 69 6E 65 // Tatooine
 +
10 00 42 65 73 74 69 6E 65    // Bestine
 +
20 53 74 61 72 70 6F 72 74    // (space)Starport
 +
00 1C
 
</pre>
 
</pre>

Latest revision as of 14:06, 7 January 2025





Server Packet - EnterTicketPurchaseModeMessage

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 Op Count
INT Opcode
A_STRING Planet
A_STRING Destination

Variable Descriptions


Opperand_Count = 3

Opcode = 904DAE1A


  • Planet:
Current planet where the ticket purchase is happening.
  • Destination:
Destination starport (Theed_starport)

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.


Sample Packet

04 00 
1A AE 4D 90 // EnterTicketPurchaseModeMessage
08 00 74 61 74 6F 6F 69 6E 65 // Tatooine
10 00 42 65 73 74 69 6E 65    // Bestine
20 53 74 61 72 70 6F 72 74    // (space)Starport
00 1C