UO.Pathfind

From OpenEUO
Jump to: navigation, search
UO.Pathfind(x,y,z)

Moves you to the game world position given by the coordinates. In Easyuo, the Z coordinate could be omitted, and was assumed to be -1. Currently OpenEUO requires all three coordinates.


Note:

  • The script will continue executing while the character is simultaneously moving.
  • UO.PathFind command only works within one screen. If you need to move over longer distances you'll need to break up the path into several segments.

UO.Move