MQ2MoveUtils info

Status
Not open for further replies.

Hivolt

Lifetimer
Joined
Jul 28, 2006
Messages
391
Reaction score
0
Points
16
MQ2MoveUtils has grown too large to fit into single post.

Click here to download a zipped copy of the code

Click here to read the Wiki on MoveUtils

- Updated 2006.04.24

* Missed a return true when I added TLO StickTarget member.

Note Usage: /echo ${Stick.StickTarget}

Stick Commands:
Code:
/stick [on|off]
/stick [hold] current target even if you lose/change target
/stick [<dist>] units of your target
/stick [[-]<dist>[%]] - Substract or percentage modifier
/stick [behind] your target
/stick [behindonce] your target once
/stick [pin] your target
/stick [!front] not in front of your target
/stick [moveback] to <dist> from target
/stick [loose] to target
/stick [uw] look up/down at target
/stick [id <spawn>] to target with ID
/stick [mpause] manual control pause toggle
/stick [pause|unpause] MoveUtils
/stick [save|load] INI file
/stick [mindelay <time in ms>] return to camp or resume after manual move
/stick [maxdelay <time in ms>] return to camp or resume after manual move

MoveTo Commands:
Code:
/moveto [loc Y X|off]
/moveto [<dist>] area your anchor
/moveto [[-]<dist>] - Substract modifier
/moveto [mpause] manual control pause toggle
/moveto [pause|unpause] MoveUtils
/moveto ID [Spawn ID | If not numeric value then move to current target]
/moveto [mindelay <time in ms>] return to camp or resume after manual move
/moveto [maxdelay <time in ms>] return to camp or resume after manual move
/moveto [save|load] INI file


Circle Commands:
Code:
/circle [on|off] set anchor use current radius.
/circle [on <radius>] set radius at current||existing loc
/circle [<y> <x>] anchor location
/circle [mpause] manual control pause toggle
/circle [pause|unpause] MoveUtils
/circle [drunken] toggle
/circle [mindelay <time in ms>] return to camp or resume after manual move
/circle [maxdelay <time in ms>] return to camp or resume after manual move
/circle [save|load] INI file


MakeCamp Commands:
Code:
/makecamp [on|off] on drops anchor at current location
/makecamp [<y> <x>] anchor location
/makecamp [mindelay <time in ms>] return to camp
/makecamp [maxdelay <time in ms>] return to camp
/makecamp [leash] toggle
/makecamp [leash [<dist>]] implicit on
/makecamp [radius <dist>]
/makecamp [mpause] manual control pause or break
/makecamp [pause|unpause] MoveUtils
/makecamp [return] immediatly to camp
/makecamp [save|load] INI file
I found this very helpful. I was having trouble getting stick to work in MQ2Melee so i put '/stick 15 moveback' into my assist/attack hotbutton and let MQ2Melee do the rest. I see also that i can set an anchor point for my dude to return to after the kill, thats kewl too. Thought I would pass it on, hehe.
 
moveutils

Quick question could you throw a copy of your .ini file up.

Somehow on the last run through I lost mine and even though I saved one I am having problems so would like to compare it.

If I load it and execute it the first run it wourks ok.... to use it again I have to unload it and reload it .... get weird sometimes doing that..

It used to work flawlessly until about 2 patches ago and since then I have not run my bard much
 
HTML:
[Defaults]
   AutoPause=on
   BreakOnWarp=on
   BreakDist=250.0
   BreakOnGate=on
   Verbosity=1
   stuckDist=0.1
   turnDirection=10.0
   stuckCheck=5
   StuckLogic=on
   LeashLength=50.0
   CampRadius=10.0
   MinDelay=500
   MaxDelay=5000
   ManualPause=off
 
Status
Not open for further replies.