Difference between revisions of "Move"

From Wiki
Jump to: navigation, search
 
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{command header|Client}}
== Move ==
+
'''Client'''
+
=== Synopsis ===
+
move {X-Coordinate} {Y-Coordinate} [tolerance] [timeout]
+
  
 +
{{body|move {X-Coordinate} {Y-Coordinate} [tolerance] [timeout]|The move command moves the character to a specified position. No pathfinding is done, so you should probably use [[event PathFind]] instead. 
  
=== Description ===
+
If unspecified, tolerance defaults to 2.
The move command moves the character to a specified position. No pathfinding is done, so you should probably use event PathFind instead.
+
 
'''NOTE:'''
+
if unspecified, timeout defaults to 3s.}}
*Please note that if you are using UOAssist, you need to make sure these keys are not assigned to anything: Cursor Up, Cursor Down, Cursor Left, Cursor Right, Home, End, Page Up and Page Down. EasyUO uses these keys to move your character.
+
 
 +
 
 +
{{note|Please note that if you are using UOAssist, you need to make sure these keys are not assigned to anything: Cursor Up, Cursor Down, Cursor Left, Cursor Right, Home, End, Page Up and Page Down. EasyUO uses these keys to move your character.}}
  
  
Line 20: Line 19:
 
</pre>
 
</pre>
  
 
+
== Related Commands ==
==== See Also ====
+
{| style="background:gainsboro; color:black; border: 2px #aaa solid;"
{|
+
| Width=250px align=center | [[event PathFind]]
| Width=200px | [[Event_PathFind|Event_PathFind]] || Width=200px | [[Var_charPosX|&#0035;charPosX]] || Width=200px | [[Var_charPosY|&#0035;charPosY]] || Width=200px | [[Var_charPosZ|&#0035;charPosZ]]
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px |
+
[[Documentation#Client |Client ]]
+
 
|}
 
|}
 +
=See Also=
 +
{{Client}}

Latest revision as of 13:57, 13 October 2007


Synopsis

move {X-Coordinate} {Y-Coordinate} [tolerance] [timeout]

Description

The move command moves the character to a specified position. No pathfinding is done, so you should probably use event PathFind instead.

If unspecified, tolerance defaults to 2.

if unspecified, timeout defaults to 3s.


Note: Please note that if you are using UOAssist, you need to make sure these keys are not assigned to anything: Cursor Up, Cursor Down, Cursor Left, Cursor Right, Home, End, Page Up and Page Down. EasyUO uses these keys to move your character.


Example

; This will attempt to get within 2 tiles of location 1234 1234.
; If it does not get there within 3 seconds it will give up.
; The closest it will get is 2 tiles away, lower that arguement to get closer.
move 1234 1234 2 3s

Related Commands

event PathFind

See Also

Client

  • Client commands are used to send information to the Ultima Online client in order to perform an action or effect some change.
chooseSkill Reads the current skill value/lock status for a specific skill
click Clicks at a specific position in the UO client
cmpPix Compares a current pixel to a previously saved pixel
contPos Moves the active topmost gump to a new position
deleteJournal Forgets the contents of the journal buffer
findItem Finds items, monsters, players, NPCs based on object ID or object type
getShopInfo Retrieves information from the client about the currently shown top entry on a shopping gump
getUOTitle Gets the text on the title bar of the client
hideItem Removes an items graphic from the client
ignoreItem Removes items from the list searched by findItem
key Sends a key-stroke to the client
move Moves the character to a specified location
msg Sends a string to the client as keystrokes
nextCPos Denotes where the next opened container/gump will open
onHotKey Performs a line of code if a specific key is pressed
savePix Saves the color of a pixel in a specified location
setShopItem Sets the number of items to purchase given by ID
setUOTitle Sets the text on the title bar of the client
scanJournal Scans the users journal and stores the string for examination
sleep Waits a specified amount of time
target Waits for a target cursor to appear
terminate Terminates the current client
uoXL Start/manage clients
wait Waits a specified amount of time