Difference between revisions of "MQ2MoveUtilsb" - MMOBugs Wiki

 
 
Line 1: Line 1:
[[Category: Incomplete Plugin Pages]]
+
{{plugin}}
 +
{{Pluginbox
 +
| name = MQ2MoveUtils
 +
| author =[[User: pms|pms]]
 +
| link = [http://www.mmobugs.com/wiki/index.php/MQ2MoveUtilsb Wiki Link]
 +
| commands=/stick, /circle, /moveto
 +
| source = Yes
 +
| usesini = Yes
 +
}}
 +
==Description==
 +
 
 +
Movement helper / automation
 +
 
 +
==Commands==
 +
 
 +
* <span class="highlight2">/stick</span> : /follow-like command, works for any pc/npc, default distance is melee range.
 +
* <span class="highlight2">/stick help</span> : Display full list of /stick options.
 +
* <span class="highlight2">/circle <radius in feet></span> : Autofaces character to run in a circle with a given radius.
 +
* <span class="highlight2">/moveto</span> : Moves character to a specific loc, such as an anchor spot.
 +
 
 +
==INI File Example==
 +
 
 +
MQ2MoveUtils.ini
 +
 
 +
  [Defaults]
 +
  AutoPause=on
 +
  BreakOnWarp=on
 +
  BreakDist=250.0
 +
  BreakOnGate=on
 +
  Verbosity=0
 +
  stuckDist=0.3
 +
  turnDirection=-10.0
 +
  stuckCheck=5
 +
  StuckLogic=on
 +
  LeashLength=100.0
 +
  CampRadius=25.0
 +
  MinDelay=3000
 +
  MaxDelay=8000
 +
  AutoSave=on
 +
  BreakKeyboard=on
 +
  BreakMouse=off
 +
  BreakOnSummon=off
 +
  BreakSummonDist=8.00
 +
  FeignSupport=off
 +
  HideHelp=off
 +
  KeyboardPause=off
 +
  MousePause=off
 +
  PauseMinDelay=500
 +
  PauseMaxDelay=5000
 +
  SaveByChar=on
 +
  TurnRate=14.00
 +
  FullVerbosity=on
 +
  TotalSilence=off
 +
  ManualPause=on
 +
  [Stick]
 +
  AwareAggro=off
 +
  AwareNotAggro=off
 +
  BreakDist=250.00
 +
  BreakOnGate=on
 +
  BreakOnWarp=on
 +
  LooseStick=on
 +
  StickDistMod=0.00
 +
  StickDistModPercent=1.00
 +
  [MakeCamp]
 +
  CampRadius=40.00
 +
  MinDelay=500
 +
  MaxDelay=1500
 +
  ReturnNoAggro=off
 +
  ReturnNoTarget=off
 +
  ReturnNotLooting=off
 +
  UseLeash=off
 +
  LeashLength=50.00
 +
  UseScatter=off
 +
  Bearing=0.00
 +
  ScatDist=10.00
 +
  ScatSize=10.00
 +
  [MoveTo]
 +
  A rrivalDist=5.00
 +
  ArrivalDistX=5.00
 +
  ArrivalDistY=5.00
 +
  LooseMoveTo=on
 +
  MoveToMod=0.00
 +
  UseWalk=on
 +
  [Circle]
 +
  AlwaysBackwards=off
 +
  AlwaysCounterClockwise=off
 +
  AlwaysDrunken=off
 +
  RadiusSize=30.00
 +
  [StuckLogic]
 +
  StuckLogic=on
 +
  DistStuck=0.20
 +
  PulseCheck=6
 +
  PulseUnstuck=10
 +
  TryToJump=on
 +
  TurnHalf=on
 +
  <span class="highlight2">[server.charactername]</span>
 +
  AutoSave=on
 +
  BreakDist=250.00
 +
  BreakOnGate=on
 +
  BreakOnWarp=on
 +
  FeignSupport=off
 +
  LeashLength=50.00
 +
  UseLeash=off
 +
  Verbosity=on
 +
  FullVerbosity=on
 +
  CampRadius=40.00
 +
  UseScatter=off
 +
  Bearing=0.00
 +
  ScatDist=10.00
 +
  ScatSize=10.00
 +
 
 +
 
 +
==Availability==
 +
 
 +
This plugin is included with the MMOBugs Compile.

Latest revision as of 06:44, 17 June 2010

Plugin Info
Name MQ2MoveUtilsb
Author pms
Link Wiki Link
Commands /stick, /circle, /moveto
Source Available Yes
Uses INI File Yes

Description

Movement helper / automation

Commands

  • /stick : /follow-like command, works for any pc/npc, default distance is melee range.
  • /stick help : Display full list of /stick options.
  • /circle <radius in feet> : Autofaces character to run in a circle with a given radius.
  • /moveto : Moves character to a specific loc, such as an anchor spot.

INI File Example

MQ2MoveUtils.ini

 [Defaults]
 AutoPause=on
 BreakOnWarp=on
 BreakDist=250.0
 BreakOnGate=on
 Verbosity=0
 stuckDist=0.3
 turnDirection=-10.0
 stuckCheck=5
 StuckLogic=on
 LeashLength=100.0
 CampRadius=25.0
 MinDelay=3000
 MaxDelay=8000
 AutoSave=on
 BreakKeyboard=on
 BreakMouse=off
 BreakOnSummon=off
 BreakSummonDist=8.00
 FeignSupport=off
 HideHelp=off
 KeyboardPause=off
 MousePause=off
 PauseMinDelay=500
 PauseMaxDelay=5000
 SaveByChar=on
 TurnRate=14.00
 FullVerbosity=on
 TotalSilence=off
 ManualPause=on
 [Stick]
 AwareAggro=off
 AwareNotAggro=off
 BreakDist=250.00
 BreakOnGate=on
 BreakOnWarp=on
 LooseStick=on
 StickDistMod=0.00
 StickDistModPercent=1.00
 [MakeCamp]
 CampRadius=40.00
 MinDelay=500
 MaxDelay=1500
 ReturnNoAggro=off
 ReturnNoTarget=off
 ReturnNotLooting=off
 UseLeash=off
 LeashLength=50.00
 UseScatter=off
 Bearing=0.00
 ScatDist=10.00
 ScatSize=10.00
 [MoveTo]
 A rrivalDist=5.00
 ArrivalDistX=5.00
 ArrivalDistY=5.00
 LooseMoveTo=on
 MoveToMod=0.00
 UseWalk=on
 [Circle]
 AlwaysBackwards=off
 AlwaysCounterClockwise=off
 AlwaysDrunken=off
 RadiusSize=30.00
 [StuckLogic]
 StuckLogic=on
 DistStuck=0.20
 PulseCheck=6
 PulseUnstuck=10
 TryToJump=on
 TurnHalf=on
 [server.charactername]
 AutoSave=on
 BreakDist=250.00
 BreakOnGate=on
 BreakOnWarp=on
 FeignSupport=off
 LeashLength=50.00
 UseLeash=off
 Verbosity=on
 FullVerbosity=on
 CampRadius=40.00
 UseScatter=off
 Bearing=0.00
 ScatDist=10.00
 ScatSize=10.00


Availability

This plugin is included with the MMOBugs Compile.