Difference between revisions of "EnterTicketPurchaseModeMessage"
From SWGANH Wiki
(→Sample Packet) |
|||
(13 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{MissingPacket}} | |
− | { | + | {{PageHeader|Server Packet|EnterTicketPurchaseModeMessage}} |
− | + | ||
− | + | ||
− | | | + | |
− | |} | + | |
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
Line 11: | Line 7: | ||
===Struct=== | ===Struct=== | ||
---- | ---- | ||
− | + | {| align="center" | |
+ | |- | ||
+ | || | ||
{| class="wikitable" | {| class="wikitable" | ||
+ | |{{short}}||'''Op Count''' | ||
|- | |- | ||
− | | | + | |{{int}}||'''Opcode''' |
|- | |- | ||
− | | | + | |{{a_string}}||'''Planet''' |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
+ | |{{a_string}}||'''Destination''' | ||
+ | |} | ||
|} | |} | ||
Line 43: | Line 24: | ||
---- | ---- | ||
− | Opperand_Count = ''' | + | Opperand_Count = '''3''' |
− | Opcode = ''' | + | Opcode = '''904DAE1A''' |
---- | ---- | ||
− | * | + | * '''Planet''': |
− | * | + | :Current planet where the ticket purchase is happening. |
− | + | * '''Destination''': | |
− | + | :Destination starport (Theed_starport) | |
|valign=top| | |valign=top| | ||
+ | |||
===Tags=== | ===Tags=== | ||
---- | ---- | ||
Line 60: | Line 42: | ||
||{{ServerPacket}} | ||{{ServerPacket}} | ||
|- | |- | ||
− | ||{{ | + | ||{{100%}} |
|- | |- | ||
|} | |} | ||
Line 67: | Line 49: | ||
---- | ---- | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Sample Packet== | ==Sample Packet== | ||
<pre> | <pre> | ||
− | + | 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
This article or section needs additional data. Please add a sample packet! |
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
Variable DescriptionsOpperand_Count = 3 Opcode = 904DAE1A
|
Tags
|
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