Difference between revisions of "MQ2Cursor" - MMOBugs Wiki

Line 1: Line 1:
 +
{{plugin}}
 +
{{Pluginbox
 +
| name = MQ2Cursor
 +
| author=[[User: s0rCieR|s0rCieR]]
 +
| link = [http://www.mmobugs.com/wiki/index.php?title=MQ2Cursor Wiki Link]
 +
| commands=/cursor, /keep, /lootme
 +
| source = Yes
 +
| usesini = Yes
 +
}}
 +
 
== Description ==
 
== Description ==
'''MQ2Cursor''' by [[User:S0rcier|s0rCieR]] is a plugin that tries to keep your cursor free of items.  It was inspired by the plugins [[MQ2FeedMe]] and [[MQ2AutoDestroy]].
+
[[MQ2Cursor]] is designed to be next evolution of [[MQ2AutoDestroy]] and [[MQ2Feedme]] plugins.  
* It also tries to keep you above a certain hunger/thirst level (so that you don't eat your stat food).
 
* Additionally, it can be used to loot your own corpse.
 
 
 
MQ2Cursor can be found [http://macroquest2.com/phpBB2/viewtopic.php?t=12368 here], in the [[VIP]] forums.
 
 
 
'''Features:'''
 
* Auto Keep item from list up to a certain quantity.
 
* Consume, Drop, or Destroy when quantity is reached.
 
* Auto Sleep with certain windows are open (Spellbook, Casting, Bank, Give, Merchant, Trade, GuildTributemaster, TributeMaster, GuildBank, Inventory but not Loot window, Loot window but not Inventory).
 
* Quiet/Silent Operating Mode and Global On/Off flags.
 
* Autoloot your corpse when loot Window Up.  
 
  
All settings are saved to the INI file <server>_<charname>.ini.
+
== Features ==
 +
: Auto Keeps specified items, up to a desired quantity
 +
: Consumes, Drops, or Destroys items when the desired quantity is reached
 +
: Auto Sleeps when certain windows are opened (Spellbook, Casting, Bank, Give, Merchant, Trade,
 +
:: GuildTributemaster, TributeMaster, GuildBank, Inventory, and Loot (unless otherwise specified))
 +
: A Quiet/Silent Operating Mode
 +
: Global On/Off flags
 +
: Autoloots your corpse when loot Window up
  
 
== Commands ==
 
== Commands ==
Line 26: Line 32:
 
* <font class="highlight2">/cursor # [st(acks)]</font> Keep quantity # (Item On Cursor).
 
* <font class="highlight2">/cursor # [st(acks)]</font> Keep quantity # (Item On Cursor).
 
* <font class="highlight2">/cursor random #</font> Random humanish delay in ms 0=off.
 
* <font class="highlight2">/cursor random #</font> Random humanish delay in ms 0=off.
 
 
* <font class="highlight2">/keep</font> Keep Item on Cursor (and don't add it to the list).
 
* <font class="highlight2">/keep</font> Keep Item on Cursor (and don't add it to the list).
  
* <font class="highlight2">/lootme on|off|auto</font> Turn Plugin On/Off or Toggle.
+
== Example Usage ==
* <font class="highlight2">/lootme silent on|off|auto</font> Turn Quiet Mode On/Off or Toggle.
 
 
 
== Examples ==
 
 
  /cursor 2 st
 
  /cursor 2 st
 
  /cursor rem 1685
 
  /cursor rem 1685
Line 38: Line 40:
 
  /cursor list Water
 
  /cursor list Water
  
== See Also ==
+
== Configuration ==
* [http://www.mmobugs.com/wiki/index.php/Plugin_List Plugins]
+
All settings are saved to the INI file <server>_<charname>.ini as the plugin is used.  Editing this file is not necessary.
 +
 
 +
== Availability ==
 +
This plugin is included with the MMOBugs Compile. The author's source can be found [http://www.s0rcier.net/MQ2Cursor/MQ2Cursor1.702.zip here].
 +
 
  
 
[[Category:Plugins]]
 
[[Category:Plugins]]

Revision as of 20:21, 14 August 2009

Plugin Info
Name MQ2Cursor
Author s0rCieR
Link Wiki Link
Commands /cursor, /keep, /lootme
Source Available Yes
Uses INI File Yes


Description

MQ2Cursor is designed to be next evolution of MQ2AutoDestroy and MQ2Feedme plugins.

Features

Auto Keeps specified items, up to a desired quantity
Consumes, Drops, or Destroys items when the desired quantity is reached
Auto Sleeps when certain windows are opened (Spellbook, Casting, Bank, Give, Merchant, Trade,
GuildTributemaster, TributeMaster, GuildBank, Inventory, and Loot (unless otherwise specified))
A Quiet/Silent Operating Mode
Global On/Off flags
Autoloots your corpse when loot Window up

Commands

  • /cursor on|off|auto Turn plugin On/Off or Toggle
  • /cursor silent on|off|auto Turn Quiet Mode On/Off or Toggle
  • /cursor feeding Turn Feeding Mode On/Off or Toggle
  • /cursor dropping Turn Dropping Mode On/Off or Toggle
  • /cursor load|save Save/Load information from the INI file.
  • /cursor rem(ove)|del(ete) id Remove ID or (Item on Cursor).
  • /cursor list [partial name] List items in the cursor list along with their status (drop, protected, etc). A partial name can be supplied to further narrow down the list, but please remember that the partial name is case sensitive.
  • /cursor al(l(ways) Always keep those (Item On Cursor).
  • /cursor # [st(acks)] Keep quantity # (Item On Cursor).
  • /cursor random # Random humanish delay in ms 0=off.
  • /keep Keep Item on Cursor (and don't add it to the list).

Example Usage

/cursor 2 st
/cursor rem 1685
/cursor silent on
/cursor list Water

Configuration

All settings are saved to the INI file <server>_<charname>.ini as the plugin is used. Editing this file is not necessary.

Availability

This plugin is included with the MMOBugs Compile. The author's source can be found here.