A World of Warcraft (WoW) Classic Hardcore addon designed to enhance tooltip positioning and visual customization. Built using the Ace3 library for streamlined development and modular functionality.
- Custom Tooltip Positioning: Adjust the tooltip position relative to your cursor.
- Class-Based Coloring: Dynamically color tooltips based on the player's class.
- Debugging Support: Toggle debugging for detailed logs.
- Reset to Defaults: Restore settings quickly and easily.
- Download the latest release from the Releases page.
- Extract the
.zip
file into yourWorld of Warcraft/_classic_era_/Interface/AddOns/
directory. - Ensure the folder is named
OMTT
to load the addon correctly.
OMTT offers several slash commands to interact with its features. Type /omtt
in-game to access settings or execute commands.
Command | Description |
---|---|
/omtt |
Opens the settings interface. |
/omtt help |
Displays all available commands. |
/omtt debug |
Toggles debugging mode on or off. |
/omtt offset <x or y> <value> |
Adjusts the tooltip's X or Y offset. Example: /omtt offset x 50 . |
/omtt anchor <anchor> |
Sets the tooltip's anchor point. Valid options: TOPLEFT , TOP , CENTER , ANCHOR_CURSOR , etc. |
/omtt colorize |
Toggles class-based tooltip coloring. |
OMTT integrates with the Ace3 configuration system and can be customized via the in-game settings menu:
- Open Game Menu > Options > AddOns.
- Select Ori's Mouse ToolTip.
- Modify settings such as tooltip anchor, offsets, and class colorization.
OMTT supports multiple languages, including:
- English
- Simplified Chinese
- Korean
- Japanese
- Spanish
- French
- German
Note: All translations are AI-generated and may require fine-tuning. If you notice any errors or inaccuracies, feel free to open an issue or submit a pull request.
OMTT requires the Ace3 library, which is included in the Libs
folder. Ace3 LICENSE
We welcome contributions to improve OMTT! To get started:
- Fork the repository.
- Make your changes.
- Submit a pull request with a detailed description of your changes.
OMTT is licensed under GPL-3.0.
Special thanks to the Ace3 development team and the World of Warcraft addon community for providing the tools and inspiration to make this addon possible.
Additional thanks to TTOM by rakkarage and Simple Mouse Tooltip by Bakatrinh for the inspiration and starting point.