Difference between revisions of "MQ2AutoSkills" - MMOBugs Wiki

Line 1: Line 1:
 +
{{plugin}}
 
{{Pluginbox
 
{{Pluginbox
|author=Cr4zyb4rd
+
| name = MQ2AutoSkills
 +
| author = Cr4zyb4rd
 +
| link = [http://www.mmobugs.com/wiki Wiki Link]
 +
| commands=/autoskills
 +
| source = Yes
 +
| usesini = Yes
 
}}
 
}}
 +
==Description==
 +
<font class="highlight">MQ2AutoSkills</font> automatically utilizes combat skills as they are available and you are in the melee range specified in the ini file.
  
[[Category: Incomplete Plugin Pages]]
+
==Commands==
{{stub}}
+
 
 +
* <span class="highlight2">/autoskills help</span> Displays plugin commands in MQ2 window.
 +
* <span class="highlight2">/autoskills list</span> Lists available skills and displays their status.
 +
* <span class="highlight2">/autoskills settings</span> Lists settings/thresholds.
 +
* <span class="highlight2">/autoskills backoff #</span> Percent HP at which to not re-engage after FD/Evade.
 +
* <span class="highlight2">/autoskills melee #</span> Range to be considered 'in melee' and activate enabled skills.
 +
* <span class="highlight2">/autoskills settings</span> Percent HP to use Mend.
 +
* <span class="highlight2">/autoskills <skill></span> Toggle a skill on/off and update the INI file.
 +
* <span class="highlight2">/autoskills <skill> on</span> Turn a skill off.
 +
* <span class="highlight2">/autoskills <skill> off</span> Turn a skill on.
 +
 
 +
==Example Usage==
 +
 
 +
* <span class="highlight2">/autoskills backstab on</span>: Would turn on automatic backstabbing.
 +
* <span class="highlight2">/autoskills taunt off</span>: Would turn automatic taunting off.
 +
* <span class="highlight2">/autoskills Evade</span>:  Would toggle Evading on/off.
 +
 
 +
<font class="highlight">Currently Supported Skills</font>
 +
* Backstab
 +
* Bash
 +
* Begging
 +
* Disarm
 +
* Dragon Punch
 +
* Eagle Strike
 +
* Flying Kick
 +
* Frenzy
 +
* Evade
 +
* Forage
 +
* Feign Death
 +
* Intimidation
 +
* Kick
 +
* Mend
 +
* Pick Pockets
 +
* Round Kick
 +
* Sense Traps
 +
* Slam
 +
* Taunt
 +
* Tiger Claw
 +
 
 +
==Configuration==
 +
 
 +
MQ2AutoSkills provides configuration
 +
 
 +
===Sample Configuration===
 +
MQ2AutoSkills_CharacterName_ServerName.ini
 +
<pre>[Skills]
 +
Backstab=off
 +
Bash=off
 +
Begging=off
 +
Disarm=off
 +
DragonPunch=off
 +
EagleStrike=off
 +
ENRAGE=off
 +
Evade=off
 +
FeignDeath=off
 +
Forage=off
 +
FlyingKick=off
 +
Frenzy=off
 +
Intimidation=off
 +
Infuriate=off
 +
Kick=off
 +
Mend=off
 +
RoundKick=off
 +
PickPockets=on
 +
SenseTraps=off
 +
Slam=off
 +
Taunt=off
 +
TigerClaw=off
 +
[Settings]
 +
MeleeRange=15.000
 +
BackOffHP=0
 +
DoMendHP=80
 +
</pre>
 +
 
 +
===Configuration Explanation===
 +
 
 +
* <span class="highlight2"><skill></span>: Turns a specific skill on/off.
 +
* <span class="highlight2">MeleeRange</span>: How close you need to be to the mob before the plugin will autofire skills.
 +
* <span class="highlight2">BackOffHP</span>: Percent HP at which to not re-engage after FD/Evade.
 +
* <span class="highlight2">DoMendHP</span>: Automend once at or below this percent of health.
 +
 
 +
==Availability==
 +
 
 +
This plugin is included with the MMOBugs Compile.

Revision as of 07:00, 20 December 2008

Plugin Info
Name MQ2AutoSkills
Author Cr4zyb4rd
Link Wiki Link
Commands /autoskills
Source Available Yes
Uses INI File Yes

Description

MQ2AutoSkills automatically utilizes combat skills as they are available and you are in the melee range specified in the ini file.

Commands

  • /autoskills help Displays plugin commands in MQ2 window.
  • /autoskills list Lists available skills and displays their status.
  • /autoskills settings Lists settings/thresholds.
  • /autoskills backoff # Percent HP at which to not re-engage after FD/Evade.
  • /autoskills melee # Range to be considered 'in melee' and activate enabled skills.
  • /autoskills settings Percent HP to use Mend.
  • /autoskills <skill> Toggle a skill on/off and update the INI file.
  • /autoskills <skill> on Turn a skill off.
  • /autoskills <skill> off Turn a skill on.

Example Usage

  • /autoskills backstab on: Would turn on automatic backstabbing.
  • /autoskills taunt off: Would turn automatic taunting off.
  • /autoskills Evade: Would toggle Evading on/off.

Currently Supported Skills

  • Backstab
  • Bash
  • Begging
  • Disarm
  • Dragon Punch
  • Eagle Strike
  • Flying Kick
  • Frenzy
  • Evade
  • Forage
  • Feign Death
  • Intimidation
  • Kick
  • Mend
  • Pick Pockets
  • Round Kick
  • Sense Traps
  • Slam
  • Taunt
  • Tiger Claw

Configuration

MQ2AutoSkills provides configuration

Sample Configuration

MQ2AutoSkills_CharacterName_ServerName.ini

[Skills]
Backstab=off
Bash=off
Begging=off
Disarm=off
DragonPunch=off
EagleStrike=off
ENRAGE=off
Evade=off
FeignDeath=off
Forage=off
FlyingKick=off
Frenzy=off
Intimidation=off
Infuriate=off
Kick=off
Mend=off
RoundKick=off
PickPockets=on
SenseTraps=off
Slam=off
Taunt=off
TigerClaw=off
[Settings]
MeleeRange=15.000
BackOffHP=0
DoMendHP=80

Configuration Explanation

  • <skill>: Turns a specific skill on/off.
  • MeleeRange: How close you need to be to the mob before the plugin will autofire skills.
  • BackOffHP: Percent HP at which to not re-engage after FD/Evade.
  • DoMendHP: Automend once at or below this percent of health.

Availability

This plugin is included with the MMOBugs Compile.