Difference between revisions of "MQ2TributeManager" - MMOBugs Wiki

 
Line 1: Line 1:
[[CategoryIncomplete Plugin Pages]]
+
{{plugin}}
 +
{{Pluginbox
 +
| name = MQ2TributeManager
 +
| author = [[User:Alt228|Alt228]]
 +
| link = [http://www.mmobugs.com/forums/everquest-macroquest2-compiles-plugins-and-offsets/4539-plugin-mq2tributemanager.html Forum Link]
 +
| commands=/tribute
 +
| source = Yes
 +
| usesini = Yes
 +
}}
 +
==Description==
 +
<font class="highlight">MQ2TributeManager</font> Adds a /tribute command in game with automatic tribute status management capabilities.
 +
 
 +
==Commands==
 +
 
 +
* <span class="highlight2">/tribute on</span> Toggle tribute on.
 +
* <span class="highlight2">/tribute off</span> Toggle tribute off.
 +
* <span class="highlight2">/tribute auto</span> Toggle tribute on or off based on combat state automatically.
 +
* <span class="highlight2">/tribute enabledetrimental</span> Enables turning tribute on when casting a detrimental spell.
 +
* <span class="highlight2">/tribute disabledetrimental</span> Disables turning tribute on when casting a detrimental spell.
 +
* <span class="highlight2">/tribute forceoff</span> Toggle tribute off immediately ignoring any remaining time left.
 +
* <span class="highlight2">/tribute show</span> Shows the current mode the plugin is running in (i.e. on/off/auto).
 +
* <span class="highlight2">/tribute savesettings</span> Saves current plugin configuration to the .ini.
 +
 
 +
==Configuration==
 +
 
 +
MQ2TributeManager is configured via slash commands. Your saved configuration is stored in the MQ2TributeManager.ini. The plugin stores each toons configuration seperately within the .ini with sections based on server_toonname.
 +
 
 +
Command options can be grouped together, like so:
 +
 
 +
/tribute on auto savesettings | This will turn on tribute, and then set the plugin to manage tribute automatically based on combat state.  So if you are resting and the current favor period has expired the plugin will turn tribute off and then the next time you enter combat it will turn tribute on.
 +
 
 +
===Example Configuration===
 +
MQ2TributeManager.ini
 +
<pre>[bertox_TOON1]
 +
Mode=Auto
 +
UseDetrimentalSpell=0
 +
[bertox_TOON2]
 +
Mode=Auto
 +
UseDetrimentalSpell=0</pre>
 +
 
 +
==Availability==
 +
 
 +
This plugin is included with the MMOBugs Compile.

Revision as of 11:36, 22 June 2010

Plugin Info
Name MQ2TributeManager
Author Alt228
Link Forum Link
Commands /tribute
Source Available Yes
Uses INI File Yes

Description

MQ2TributeManager Adds a /tribute command in game with automatic tribute status management capabilities.

Commands

  • /tribute on Toggle tribute on.
  • /tribute off Toggle tribute off.
  • /tribute auto Toggle tribute on or off based on combat state automatically.
  • /tribute enabledetrimental Enables turning tribute on when casting a detrimental spell.
  • /tribute disabledetrimental Disables turning tribute on when casting a detrimental spell.
  • /tribute forceoff Toggle tribute off immediately ignoring any remaining time left.
  • /tribute show Shows the current mode the plugin is running in (i.e. on/off/auto).
  • /tribute savesettings Saves current plugin configuration to the .ini.

Configuration

MQ2TributeManager is configured via slash commands. Your saved configuration is stored in the MQ2TributeManager.ini. The plugin stores each toons configuration seperately within the .ini with sections based on server_toonname.

Command options can be grouped together, like so:

/tribute on auto savesettings | This will turn on tribute, and then set the plugin to manage tribute automatically based on combat state. So if you are resting and the current favor period has expired the plugin will turn tribute off and then the next time you enter combat it will turn tribute on.

Example Configuration

MQ2TributeManager.ini

[bertox_TOON1]
Mode=Auto
UseDetrimentalSpell=0
[bertox_TOON2]
Mode=Auto
UseDetrimentalSpell=0

Availability

This plugin is included with the MMOBugs Compile.