Difference between revisions of "SurveyMessage"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
m (Protected "SurveyMessage": Page is complete. [edit=sysop:move=sysop])
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{MissingPacket}}
 
 
{{PageHeader|Server Packet|SurveyMessage (877F79AC)}}
 
{{PageHeader|Server Packet|SurveyMessage (877F79AC)}}
  
Line 36: Line 35:
 
----
 
----
  
* Additional Descriptions go here...
+
* '''Points'''
* --
+
:the number of results following due to
* ---
+
:size surveyed ie 32m 64m 96m and so on
* ----
+
* '''Coords'''
 +
:coords of the ratios
 +
:Y coord is not used always 0
 +
* '''% Ratio'''
 +
:The % of the resource located
 +
 
  
 
|valign=top|
 
|valign=top|
Line 49: Line 53:
 
||{{ServerPacket}}
 
||{{ServerPacket}}
 
|-
 
|-
||{{0%}}
+
||{{100%}}
 
|-
 
|-
 
|}
 
|}
Line 57: Line 61:
  
 
<pre>
 
<pre>
Insert Sample Packet Here...
+
02 00 // Op Count
 +
AC 79 7F 87 // SurveyMessage
 +
09 00 00 00 // points
 +
(Point 1)
 +
35 EC 3F C3 // x
 +
00 00 00 00 // y
 +
A6 FD 99 C5 // z
 +
D9 AA 4A 3E // ratio
 +
(Point 2)
 +
35 EC 3F C3 // x
 +
00 00 00 00 // y
 +
A6 FD 98 C5 // z
 +
52 DD 50 3E // ratio
 +
(Point 3)
 +
35 EC 3F C3 // x
 +
00 00 00 00 // y
 +
A6 FD 97 C5 // z
 +
F2 CD 57 3E // ratio
 +
(Point 4)
 +
35 EC 1F C3 // x
 +
00 00 00 00 // y
 +
A6 FD 99 C5 // z
 +
10 DC 46 3E // ratio
 +
(Point 5)
 +
35 EC 1F C3 // x
 +
00 00 00 00 // y
 +
A6 FD 98 C5 // z
 +
FB B4 4D 3E // ratio
 +
(Point 6)
 +
35 EC 1F C3 // x
 +
00 00 00 00 // y
 +
A6 FD 97 C5 // z
 +
6B 61 55 3E // ratio
 +
(Point 7)
 +
6A D8 FF C2 // x
 +
00 00 00 00 // y
 +
A6 FD 99 C5 // z
 +
62 09 3F 3E // ratio
 +
(Point 8)
 +
6A D8 FF C2 // x
 +
00 00 00 00 // y
 +
A6 FD 98 C5 // z
 +
05 47 46 3E // ratio
 +
(Point 9)
 +
6A D8 FF C2 // x
 +
00 00 00 00 // y
 +
A6 FD 97 C5 // z
 +
84 66 4E 3E // ratio
 +
 
 
</pre>
 
</pre>

Latest revision as of 20:42, 9 January 2008

Server Packet - SurveyMessage (877F79AC)

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
INT Points
FLOAT X Coord
FLOAT Y Coord
FLOAT Z Coord
FLOAT % Ratio

Variable Descriptions


Opperand_Count = 2

Opcode = 877F79AC


  • Points
the number of results following due to
size surveyed ie 32m 64m 96m and so on
  • Coords
coords of the ratios
Y coord is not used always 0
  • % Ratio
The % of the resource located


Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.

Sample Packet

02 00 // Op Count
AC 79 7F 87 // SurveyMessage
09 00 00 00 // points
(Point 1)
35 EC 3F C3 // x
00 00 00 00 // y
A6 FD 99 C5 // z
D9 AA 4A 3E // ratio
(Point 2) 
35 EC 3F C3 // x
00 00 00 00 // y
A6 FD 98 C5 // z
52 DD 50 3E // ratio
(Point 3) 
35 EC 3F C3 // x
00 00 00 00 // y
A6 FD 97 C5 // z
F2 CD 57 3E // ratio
(Point 4) 
35 EC 1F C3 // x
00 00 00 00 // y
A6 FD 99 C5 // z
10 DC 46 3E // ratio
(Point 5) 
35 EC 1F C3 // x
00 00 00 00 // y
A6 FD 98 C5 // z
FB B4 4D 3E // ratio
(Point 6) 
35 EC 1F C3 // x
00 00 00 00 // y
A6 FD 97 C5 // z
6B 61 55 3E // ratio
(Point 7) 
6A D8 FF C2 // x
00 00 00 00 // y
A6 FD 99 C5 // z
62 09 3F 3E // ratio
(Point 8) 
6A D8 FF C2 // x
00 00 00 00 // y
A6 FD 98 C5 // z
05 47 46 3E // ratio
(Point 9) 
6A D8 FF C2 // x
00 00 00 00 // y
A6 FD 97 C5 // z
84 66 4E 3E // ratio