Command:/moveto
This command is added by MQ2MoveUtils
Notation | Description |
---|---|
Text without brackets or braces | Required items |
<Text inside angle brackets> | Placeholder for which you must supply a value |
[Text inside square brackets] | Optional items |
Vertical bar (|) | Separator for mutually exclusive items; choose one |
{Text | inside | braces} | Set of required items; choose one |
Ellipsis (…) | Items that can be repeated |
Syntax | /moveto [option]... | toggle <setting> | set <setting> {on|off} |
---|---|
Description | The moveto command will move you from your current location to a specific location or target. You can combine any number of these parameters together inline to enable multiple options for the moveto. |
Options
Option | Description |
---|---|
loc <Y X [Z] | Moves to the specified location.
Z is optional. Must be the first parameter. |
yloc Y | xloc X | Beeline to the Y or X supplied.
Different from precisey/x in that this only considers a single axis. Must be the first parameter. |
id [#] | Moves to the supplied spawn id, or your current target if no id is given. |
off | Stop moving to the current target/location. |
loose | Moveto using more human-like heading adjustments. |
truehead | Moveto using actual keypress heading adjustments. |
(id | loc Y X [Z]) precisey | precisex | Moves to loc stopping when within x or y arrival dist values instead of both. Works with either id or loc. |
uw | underwater | Look angle up and down at destination. |
dist # | Sets value for how close to actual location is considered arrival.
Does not turn moveto on. Permanently changes the value in the .ini. |
[id spawnid | loc y x [z]] mdist # [id] | Sets value for how close to actual location is considered arrival.
Allowed inline BEFORE id or AFTER loc y x [z] or id [spawn id] parameter. Permanently changes the value in the .ini. |
breakonaggro | breakonhit |
usewalk | useback | backupdist # | ydist # | xdist # |
These are common parameters in MQ2MoveUtils that are shared with other commands. Read the "Plugin Settings" section for an explanation of these parameters. |
help [settings] | Displays generic help information, and help for the command used.
The settings optional parameter displays help information for all plugin 'set' and 'toggle' commands. NOTE: this command won't show anything if verbosity is off, which is default. /stick set verbosity on to see help settings. |
debug | Dumps the current values of all plugin variables to a debug INI file. |
status [all] | ChatWnd output for the status of the issuing command (stick in this example). The all optional parameter displays status output for all aspects of the plugin. |
pause [lock] | unpause | pause: Pauses all aspects of the plugin.
The lock optional parameter prevents plugin from automatically unpausing under any circumstance other than user issuing unpause. Note: This does not toggle. unpause: Resumes all aspects of the plugin. Note: This does not toggle. |
save | load | Saves or load your current configuration settings using MQ2MoveUtils.ini. |
imsafe | BreakOnSummon and BreakOnGM have built-in protection disabling the ability to re-issue commands when triggered.
This prevents macros from continuing to issue commands in a possibly unsafe situation. The imsafe parameter allows command usage to resume. |
min | Minimizes custom user window similar to /mqmin. |
clear | Clears custom user window buffer similar to /mqclear. |
verbflags | Outputs current verbosity flags setting (this one displays even if totalsilence is enabled. too bad.). |
Examples
Command | Description |
---|---|
/moveto loc 2816 -6 | Moves your character to loc 2816 -6. |
/moveto id ${Target.ID} | Moves your character to Target. |