Difference between revisions of "ServerWeatherMessage"
From SWGANH Wiki
(→Sample Packet) |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{MissingPacket}} | |
+ | {{PageHeader|Server Packet|ServerWeatherMessage (486356EA)}} | ||
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
Line 6: | Line 7: | ||
===Struct=== | ===Struct=== | ||
---- | ---- | ||
− | + | {| align="center" | |
+ | |- | ||
+ | || | ||
{| class="wikitable" | {| class="wikitable" | ||
|{{short}}||'''Operand_Count''' | |{{short}}||'''Operand_Count''' | ||
Line 20: | Line 23: | ||
|{{float}}||'''CloudVector_Y-Coordinate''' | |{{float}}||'''CloudVector_Y-Coordinate''' | ||
|} | |} | ||
− | + | |} | |
===Variable Descriptions=== | ===Variable Descriptions=== | ||
---- | ---- | ||
Line 55: | Line 58: | ||
|- | |- | ||
|} | |} | ||
− | |||
|} | |} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Sample Packet== | ==Sample Packet== | ||
<pre> | <pre> | ||
− | + | 03 00 | |
+ | EA 56 63 48 | ||
+ | 01 00 00 00 | ||
+ | 17 5E FC 3F | ||
+ | 00 00 00 00 | ||
+ | 3B 12 9D 3F | ||
+ | 32 | ||
+ | =================================================== | ||
+ | 03 00 | ||
+ | EA 56 63 48 | ||
+ | 01 00 00 00 | ||
+ | B0 CB EA 3F | ||
+ | 00 00 00 00 | ||
+ | D6 8D 92 3F | ||
+ | 1C | ||
</pre> | </pre> |
Latest revision as of 17:23, 11 September 2011
This article or section needs additional data. Please add a sample packet! |
Server Packet - ServerWeatherMessage (486356EA)
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 = 3 Opcode = 486356EA
Normal range is: 0 - no rain 1 - cloudy 2 - light rain 3 - medium rain 4 - heavy rain
This is a vector of the direction of cloud movement. Only X and Y need to be applied (clouds dont move up and down). Vector seems to be normalized first, Cloud speed seems to be constant. It may possibly be adjusted by the "wind" speed in the client. |
Tags
|
Sample Packet
03 00 EA 56 63 48 01 00 00 00 17 5E FC 3F 00 00 00 00 3B 12 9D 3F 32 =================================================== 03 00 EA 56 63 48 01 00 00 00 B0 CB EA 3F 00 00 00 00 D6 8D 92 3F 1C