Difference between revisions of "GetMapLocationsMessage"

From SWGANH Wiki
Jump to: navigation, search
(Sample Packet)
Line 50: Line 50:
  
 
<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 00 00  
 
01 00 00 00  
 
+
------------------------------------------
05 00  
+
05 00 // Op Count
39 B8 7A 1A  
+
39 B8 7A 1A // GetMapLocationsMessage
08 00 64 75 6E 67 65 6F 6E 31 dungeon1
+
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 00  
 
00 00 00 00  
 
</pre>
 
</pre>

Revision as of 21:51, 31 December 2007


Struct


SHORT Opperand_Count
INT Opcode
A_STRING Planet_String
INT ??
INT ??
INT ??

Variable Descriptions


Opperand_Count = 05

Opcode = 1A7AB839


  • Planet_String:

Name of the Planet to request data for.

Tags


C→S This packet originates on the client.

50% This packet has been partially reversed.


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 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 00