Difference between revisions of "MQ2AutoSize" - MMOBugs Wiki

Line 1: Line 1:
 +
{{plugin}}
 
{{Pluginbox
 
{{Pluginbox
|author=[[User:Psycotic|Psycotic]]
+
| name = MQ2AutoSize
 +
| author = [[User:Psycotic|Psycotic]]
 +
| link = [http://www.mmobugs.com/wiki Wiki Link]
 +
| commands=Multiple
 +
| source = Yes
 +
| usesini = Yes
 
}}
 
}}
 +
==Description==
 +
<font class="highlight">MQ2AutoSize</font> will automatically shrink everyone within range down to minimum allowed size.  They will automatically resize back to normal when they move out of range.  Current range is set at 50' - adjust with Range settings in INI.  These effects are CLIENT SIDE ONLY!
  
[[Category: Incomplete Plugin Pages]]
+
==Commands==
{{stub}}
+
 
 +
* <span class="highlight2">/autosize</span> Toggles AutoSizing on/off.
 +
* <span class="highlight2">/autosizeall</span> Toggles AutoSizeing for the whole zone on/off.
 +
* <span class="highlight2">/autosize -range #</span> Sets the range for AutoSize.
 +
 
 +
==Configuration==
 +
 
 +
MQ2AutoSize provides configuration
 +
 
 +
===Sample Configuration===
 +
MQ2AutoSize.ini
 +
<pre>[Config]
 +
Range=50
 +
Size=2
 +
PetSize=1
 +
AutoSize=on
 +
AutoSizeAll=off
 +
ShrinkPets=on</pre>
 +
 
 +
===Configuration Explanation===
 +
 
 +
* <span class="highlight2">Range</span>: is the radius in feet that will be shrunk.
 +
* <span class="highlight2">Size</span>: is the size they will be shrunk down to.
 +
* <span class="highlight2">AutoSize</span>: will shrink everyone within "Range".
 +
* <span class="highlight2">AutoSizeAll</span>: will shrink everyone in zone upon zone-in.
 +
* <span class="highlight2">ShrinkPets</span>: Toggle to shrink pets along with PC's.
 +
 
 +
==Availability==
 +
 
 +
This plugin is included with the MMOBugs Compile.

Revision as of 06:29, 20 December 2008

Plugin Info
Name MQ2AutoSize
Author Psycotic
Link Wiki Link
Commands Multiple
Source Available Yes
Uses INI File Yes

Description

MQ2AutoSize will automatically shrink everyone within range down to minimum allowed size. They will automatically resize back to normal when they move out of range. Current range is set at 50' - adjust with Range settings in INI. These effects are CLIENT SIDE ONLY!

Commands

  • /autosize Toggles AutoSizing on/off.
  • /autosizeall Toggles AutoSizeing for the whole zone on/off.
  • /autosize -range # Sets the range for AutoSize.

Configuration

MQ2AutoSize provides configuration

Sample Configuration

MQ2AutoSize.ini

[Config]
Range=50
Size=2
PetSize=1
AutoSize=on
AutoSizeAll=off
ShrinkPets=on

Configuration Explanation

  • Range: is the radius in feet that will be shrunk.
  • Size: is the size they will be shrunk down to.
  • AutoSize: will shrink everyone within "Range".
  • AutoSizeAll: will shrink everyone in zone upon zone-in.
  • ShrinkPets: Toggle to shrink pets along with PC's.

Availability

This plugin is included with the MMOBugs Compile.