Difference between revisions of "SurveyMessage"
From SWGANH Wiki
m (Protected "SurveyMessage": Page is complete. [edit=sysop:move=sysop]) |
|||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{PageHeader|Server Packet|SurveyMessage (877F79AC)}} | {{PageHeader|Server Packet|SurveyMessage (877F79AC)}} | ||
Line 12: | Line 11: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | | | + | |{{short}}||'''Op Count''' |
|- | |- | ||
− | | | + | |{{int}}||'''Opcode''' |
|- | |- | ||
− | | | + | |{{int}}||'''Points''' |
|- | |- | ||
− | | | + | |{{float}}||'''X Coord''' |
|- | |- | ||
− | | | + | |{{float}}||'''Y Coord''' |
|- | |- | ||
− | | | + | |{{float}}||'''Z Coord''' |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
+ | |{{float}}||'''% Ratio''' | ||
|} | |} | ||
|} | |} | ||
+ | |||
===Variable Descriptions=== | ===Variable Descriptions=== | ||
---- | ---- | ||
− | Opperand_Count = ''' | + | Opperand_Count = '''2''' |
Opcode = '''877F79AC''' | 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 | ||
+ | |||
|valign=top| | |valign=top| | ||
+ | |||
===Tags=== | ===Tags=== | ||
---- | ---- | ||
Line 58: | Line 53: | ||
||{{ServerPacket}} | ||{{ServerPacket}} | ||
|- | |- | ||
− | ||{{ | + | ||{{100%}} |
|- | |- | ||
|} | |} | ||
Line 66: | Line 61: | ||
<pre> | <pre> | ||
− | + | 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 19: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
Variable DescriptionsOpperand_Count = 2 Opcode = 877F79AC
|
Tags
|
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