Pathfinding in Client (0x38)
- Status:
placeholder - Direction:
Client - Length:
7 Bytes - POL reference: https://docs.polserver.com/packets/index.php?Packet=0x38
- Last modified in POL docs:
2009-02-17 23:20:54byMuadDib
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).