Difference between revisions of "MQ2AutoForage" - MMOBugs Wiki

Line 1: Line 1:
 +
{{plugin}}
 
{{Pluginbox
 
{{Pluginbox
|name=MQ2AutoForage
+
| name = MQ2AutoForage
|author=Bling
+
| author = Bling
 +
| link = [http://www.mmobugs.com/wiki Wiki Link]
 +
| commands=Multiple
 +
| source = Yes
 +
| usesini = Yes
 
}}
 
}}
 +
==Description==
 +
<font class="highlight">MQ2AutoForage</font> automatically uses the forage skill as well as automatically destroy foraged items that aren't wanted.
  
[[Category: Incomplete Plugin Pages]]
+
==Commands==
{{stub}}
+
 
 +
* <span class="highlight2">/startforage</span> Turns autoforaging on.
 +
* <span class="highlight2">/stopforage </span> Turns autoforaging off.
 +
* <span class="highlight2">/keepitem ''item''</span> Keeps foraged ''item'' automatically.
 +
* <span class="highlight2">/destroyitem ''item''</span> Destroys foraged ''item'' automatically.
 +
 
 +
==Example Usage==
 +
 
 +
* <span class="highlight2">/keepitem ''Tuft of Dire Wolf Fur''</span>:  Would autoinventory any ''Tuft of Dire Wolf Furs'' foraged.
 +
* <span class="highlight2">/destroyitem ''Water Flash''</span>:  Would destroy any ''Water Flask'' that are foraged.
 +
 
 +
==Configuration==
 +
 
 +
MQ2Template provides configuration
 +
 
 +
===Sample Configuration===
 +
MQ2AutoForage_CharacterName_ServerName.ini
 +
<pre>[General]
 +
AutoKeepAll=on
 +
AutoAddAll=on
 +
AutoStart=off
 +
[Zone]
 +
Tuft of Dire Wolf Fur=keep
 +
Water Flask=destroy
 +
[Zone2]
 +
Vegetables=destroy
 +
</pre>
 +
 
 +
===Configuration Explanation===
 +
 
 +
* <span class="highlight2">AutoKeepAll</span>: AutoKeep all items foraged on/off, off will make the plugin check the ini to see if an item should be kept or destroyed.
 +
* <span class="highlight2">AutoAddAll</span>: AutoAdd items foraged to ini file on/off.
 +
* <span class="highlight2">AutoStart</span>: Automatically start foraging when able on/off.
 +
* <span class="highlight2">[Zone]</span>: The clean name of the specific zone that you want items kept or destroyed (example [Guild Hall]).
 +
* <span class="highlight2">Tuft of Dire Wolf Fur</span>: Keep any Tuft of Dire Wolf Fur.
 +
* <span class="highlight2">Water Flask</span>: Destroy any Water Flask.
 +
 
 +
==Version History==
 +
 
 +
*<span class="highlight2">1.01</span> <span class="highlight">''author'' @ 2006-12-31</span>
 +
** Do not interrupt camping
 +
 
 +
*<span class="highlight2">1.00</span> <span class="highlight">''author''</span>
 +
** Initial code by <author>
 +
 
 +
 
 +
==Availability==
 +
 
 +
This plugin is included with the MMOBugs Compile.

Revision as of 05:55, 20 December 2008

Plugin Info
Name MQ2AutoForage
Author Bling
Link Wiki Link
Commands Multiple
Source Available Yes
Uses INI File Yes

Description

MQ2AutoForage automatically uses the forage skill as well as automatically destroy foraged items that aren't wanted.

Commands

  • /startforage Turns autoforaging on.
  • /stopforage Turns autoforaging off.
  • /keepitem item Keeps foraged item automatically.
  • /destroyitem item Destroys foraged item automatically.

Example Usage

  • /keepitem Tuft of Dire Wolf Fur: Would autoinventory any Tuft of Dire Wolf Furs foraged.
  • /destroyitem Water Flash: Would destroy any Water Flask that are foraged.

Configuration

MQ2Template provides configuration

Sample Configuration

MQ2AutoForage_CharacterName_ServerName.ini

[General]
AutoKeepAll=on
AutoAddAll=on
AutoStart=off
[Zone]
Tuft of Dire Wolf Fur=keep
Water Flask=destroy
[Zone2]
Vegetables=destroy

Configuration Explanation

  • AutoKeepAll: AutoKeep all items foraged on/off, off will make the plugin check the ini to see if an item should be kept or destroyed.
  • AutoAddAll: AutoAdd items foraged to ini file on/off.
  • AutoStart: Automatically start foraging when able on/off.
  • [Zone]: The clean name of the specific zone that you want items kept or destroyed (example [Guild Hall]).
  • Tuft of Dire Wolf Fur: Keep any Tuft of Dire Wolf Fur.
  • Water Flask: Destroy any Water Flask.

Version History

  • 1.01 author @ 2006-12-31
    • Do not interrupt camping
  • 1.00 author
    • Initial code by <author>


Availability

This plugin is included with the MMOBugs Compile.