MQ2MMOBugs - MMOBugs Wiki

Plugin Info
Name MQ2MMOBugs
Author MMOBugs Developers
Link MQ2MMOBugs
Commands /memindi /mmoversion /mmostatus /mmologin
Source Available No
Uses INI File Yes

Description

MQ2MMOBugs is the MMOBugs framework plugin that provides functionality that other plugins rely on. It also provides session management in conjunction with the MMOLoader.

When loading plugins, it is always a good idea to make sure that MQ2MMOBugs is loaded first.

Usage

To use MQ2MMOBugs or any plugin that requires it, you must use MMOLoader and be logged with your active subscription.

Commands

  • /mmostatus Displays your login status.
  • /mmologin Reconnects if logged out.
  • /mmoversion Shows the compile version info.
  • /memindi Controls display of the memory information HUD.

Example Usage

This command will turn off the memory indicator.

  • /memindi off


This command will turn on the memory indicator.

  • /memindi on


This command will move the memory indicator to X=100 and Y=200 on your screen.

  • /memindi 100,200


This command will reload your INI file.

  • /memindi load


Macro Data

This plugin adds a new TLO called Mem.

ExampleType

  • ${Mem} : string - Return TRUE if the plugin is loaded.
  • ${Mem.SysAvail} : int - Return the free system memory in MB.
  • ${Mem.SysTotal} : int - Return the total system memory in MB.
  • ${Mem.SysPct} : int - Return the % of free system memory.
  • ${Mem.EQAvail} : int - Return the free process virtual memory in MB.
  • ${Mem.EQTotal} : int - Return the total process virtual memory in MB.
  • ${Mem.EQPct} : int - Return the % of free process virtual memory.

Configuration

The MQ2MMOBugs.ini file can have the following options:

[MemIndi] section:

  • Indicator - Whether to show the HUD info or not.
  • IndicatorX - X screen location where the HUD info displays.
  • IndicatorY - Y screen location where the HUD info displays.
  • GreenColor - The color for 'green' memory status.
  • BlueColor - The color for 'blue' memory status.
  • YellowColor - The color for 'yellow' memory status.
  • RedColor - The color for 'red' memory status.

Sample Configuration

MQ2MMOBugs.ini

[MemIndi]
IndicatorX=5
IndicatorY=35
Indicator=1
GreenColor=259
BlueColor=263
YellowColor=15
RedColor=13


Plugins that require MQ2MMOBugs

Availability

This plugin is included with the MMOBugs Compile.