Difference between revisions of "GetMapLocationsMessage"
From SWGANH Wiki
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Client Packet|GetMapLocationsMessage (1A7AB839)}} | |
− | + | ||
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
|- | |- | ||
Line 6: | Line 5: | ||
===Struct=== | ===Struct=== | ||
---- | ---- | ||
− | + | {| align="center" | |
+ | |- | ||
+ | || | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 15: | Line 16: | ||
|{{a_string}}||'''Planet_String''' | |{{a_string}}||'''Planet_String''' | ||
|- | |- | ||
− | |{{ | + | |{{float}}|'''X cord''' |
|- | |- | ||
− | |{{ | + | |{{float}}|'''Z cord''' |
|- | |- | ||
− | |{{ | + | |{{byte}}|'''Category''' |
|- | |- | ||
+ | |{{byte}}|'''SubCategory''' | ||
+ | |- | ||
+ | |{{byte}}|'''Icon''' | ||
+ | |- | ||
+ | |} | ||
|} | |} | ||
Line 40: | Line 46: | ||
||{{ClientPacket}} | ||{{ClientPacket}} | ||
|- | |- | ||
− | ||{{ | + | ||{{100%}} |
|- | |- | ||
|} | |} | ||
Line 47: | Line 53: | ||
---- | ---- | ||
+ | |||
==Sample Packet== | ==Sample Packet== | ||
<pre> | <pre> | ||
− | 05 00 | + | 05 00 // Op Count |
− | 39 B8 7A 1A | + | 39 B8 7A 1A // GetMapLocationsMessage |
− | 05 00 65 6E 64 6F 72 //endor | + | 05 00 // sting count |
+ | 65 6E 64 6F 72 // endor | ||
17 00 00 00 | 17 00 00 00 | ||
01 00 00 00 | 01 00 00 00 | ||
− | 01 00 | + | 01 |
− | + | 00 | |
− | 05 00 | + | 00 |
− | 39 B8 7A 1A | + | ------------------------------------------ |
− | 08 00 64 75 6E 67 65 6F 6E 31 dungeon1 | + | 05 00 // Op Count |
− | + | 39 B8 7A 1A // GetMapLocationsMessage | |
+ | 08 00 // string count | ||
+ | 64 75 6E 67 65 6F 6E 31 // dungeon1 | ||
00 00 00 00 | 00 00 00 00 | ||
00 00 00 00 | 00 00 00 00 | ||
+ | 00 | ||
+ | 00 | ||
+ | 00 | ||
</pre> | </pre> |
Latest revision as of 04:31, 1 January 2008
Client Packet - GetMapLocationsMessage (1A7AB839)
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 = 05 Opcode = 1A7AB839
Name of the Planet to request data for. |
Tags
|
Sample Packet
05 00 // Op Count 39 B8 7A 1A // GetMapLocationsMessage 05 00 // sting count 65 6E 64 6F 72 // endor 17 00 00 00 01 00 00 00 01 00 00 ------------------------------------------ 05 00 // Op Count 39 B8 7A 1A // GetMapLocationsMessage 08 00 // string count 64 75 6E 67 65 6F 6E 31 // dungeon1 00 00 00 00 00 00 00 00 00 00 00