Table of Contents

Client View Range (0xC8)

Moongate Packet Classes

  • ClientViewRangePacket (Incoming, Fixed, length 2) from src/Moongate.Network.Packets/Incoming/Player/ClientViewRangePacket.cs

Current Moongate Behavior

Moongate currently has packet classes for this opcode.

Packet Build

Type Field
BYTE[1] cmd
BYTE[1] range

Subcommand Build

N/A

Notes

Range: how far away client wants to see (=get send) items/npcs

Since client 3.0.8o it actually got activated.(in a useful way) When increase/decrease macro send, client sends a 0xc8. If and only if erver "relays" the packet (sending back the same data) range stuff gets activated client side.

"Greying" has no packet, purely client internal.

Minimal value: 5, maximal: 18