From 0196ea70afd96d0aed941fd3e45e26e676aa1f04 Mon Sep 17 00:00:00 2001 From: KlazHTT Date: Wed, 28 Feb 2024 22:42:20 -0500 Subject: [PATCH] Add README --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..451ff0e --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +# KlazTooltip + +A World of Warcraft add-on that styles the default tooltips. + +There are no in-game options. All settings are hard-coded. + +## Features + +- Style default tooltip + - Class colour names + - Class colour health status bar + - Re-position health status bar inside tooltip + - Show guild rank + - Remove useless text (e.g. crafter's name on items) +- Add mouseover target name +- Add spell and item ID codes + +## Screenshots + +Example of spell ID text line: + +![](https://forge.haothitran.com/KlazHTT/KlazTooltip/raw/branch/main/Media/Screenshot_SpellID.jpg) + +Example of item ID text line: + +![](https://forge.haothitran.com/KlazHTT/KlazTooltip/raw/branch/main/Media/Screenshot_ItemID.jpg) + +## Installation + +1. Backup `World of Warcraft\_retail_\Interface` and `World of Warcraft\_retail_\WTF` folders. Just in case. +2. Download and extract folder. +3. Place extracted folder in `World of Warcraft\_retail_\Interface\AddOns\` directory. +4. Restart World of Warcraft client.