Quote:
Originally Posted by Spirited
Pathfinding is a client feature. MapDestination.dat, I believe?
|
I decrypted the file, it contains information maps, npcs and coordinates. In fact I wanted to block the use of this function on the server side, since I can start this feature by sending a package to the client.
To start:
Code:
PacketId : 10010(Data Packet)
ObjId: Player UID
Type: 162(Path finding)
Timestamp: NpcId
X: 165
Y: 146
Map: 1002
Now to block-it is where I am having trouble solving...