Client View Range (0xC8)
- Status:
implemented - Direction:
Both - Length:
2 Bytes - POL reference: https://docs.polserver.com/packets/index.php?Packet=0xC8
- Last modified in POL docs:
2008-10-11 12:57:22byMuadDib
Moongate Packet Classes
ClientViewRangePacket(Incoming, Fixed, length2) fromsrc/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