UO Protocol 0x65

Set Weather (4 bytes)

Offset Type     Name             Description
------ -------- ---------------- ------------------------------
 0000  BYTE     cmd
 0001  BYTE     type
 0002  BYTE     num              (number of weather effects on screen)
 0003  BYTE     temperature

Type:

  0x00 - "It starts to rain"
  0x01 - "A fierce storm approaches."
  0x02 - "It begins to snow"
  0x03 - "A storm is brewing.",
  0xFE - (no effect?? Set temperature?)
  0xFF - None (turns off sound effects), 

Notes: