UO.Pathfind

From OpenEUO
Revision as of 23:36, 15 October 2010 by 76.184.213.234 (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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