Difference between revisions of "Survey UI (Sequence)"
From SWGANH Wiki
(→Packet Breakdown) |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | After the client has sent the radial use Packet to the server detailing the item and the selected radial option, the server responds to the client by sending a packet containing the names and types of the resources of a given resource type that are in the current spawn and | + | =Description= |
+ | |||
+ | After the client has sent the radial use Packet to the server detailing the item and the selected radial option, the server responds to the client by sending a packet containing the names and types of the resources of a given resource type that are in the current spawn and the client opens up the survey UI. | ||
=Packetflow= | =Packetflow= | ||
Line 19: | Line 21: | ||
}} | }} | ||
+ | =Packet Breakdown= | ||
− | {{Box Packet| | + | {{Box Packet|'''[[ResourceListForSurveyMessage|ResourceListForSurveyMessage]]''' ('''Client''' <-- '''Server''')| |
<pre> | <pre> | ||
04 00 | 04 00 | ||
Line 38: | Line 41: | ||
[ASCII] Name of the UI to open (flora resources) | [ASCII] Name of the UI to open (flora resources) | ||
− | [UINT64] | + | [UINT64] Survey Tool Id |
</pre> | </pre> | ||
}} | }} |
Latest revision as of 22:24, 12 April 2007
Description
After the client has sent the radial use Packet to the server detailing the item and the selected radial option, the server responds to the client by sending a packet containing the names and types of the resources of a given resource type that are in the current spawn and the client opens up the survey UI.
Packetflow
Client <-> Server Sequence: Survey UI |
{{{2}}} |
Packet Breakdown
Packet: ResourceListForSurveyMessage (Client <-- Server) |
04 00 D5 B1 64 8A OPCODE [UINT32] counter Resource Count Start of the resource section [ASCII] Resource Name [UINT64] Resource ID [ASCII] Resource type *corn_domesticated_tatooine* [ASCII] Name of the UI to open (flora resources) [UINT64] Survey Tool Id |