Table of Contents

Pathfinding in Client (0x38)

Moongate Packet Classes

  • None yet

Current Moongate Behavior

Moongate does not currently implement this opcode. This page is a placeholder generated from the POL catalog.

Packet Build

Type Field
BYTE[1] Command
BYTE[2] X
BYTE[2] Y
BYTE[2] Z

Subcommand Build

N/A

Notes

Only works for player played by client.

x,y,z have to be in range (check packet 0xc8 for range details) from players current location. Packet has to be sent 19 times or more in a row, otherwise it does not do anything, relatively speaking, on OSI servers.

If all this satisfied it does a path finding like action for the character.

location of destination is displayed above players head (cannot be disabled).