RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

"double right click" Pathfinding is client side?

Scissor

Wanderer
"double right click" Pathfinding is client side?

I was doing some poking around to see how "double right click" Pathfinding was implemented. I had assumed it would invoke a server-side A* pathfinding algorithm but was surprised to find that the server kept receiving a series of move-requests (packet 0x02).

From what I can tell, the client implements the pathfinding algorithm when a player does a "double right click" and sends the series of moves to the server.

Can anyone confirm or deny my theory here?
 
Top