Add files via upload

This commit is contained in:
totalllyswede
2026-07-05 15:54:06 -07:00
committed by GitHub
parent b9a0625ef1
commit fdd4e688a6
3 changed files with 36 additions and 6 deletions
+9 -2
View File
@@ -1,6 +1,6 @@
# MainCharacterTag_OC
![Version](https://img.shields.io/badge/version-1.5-blue) ![Interface](https://img.shields.io/badge/OctoWoW_1.18-1.12.1-yellow)
![Version](https://img.shields.io/badge/version-1.7-blue) ![Interface](https://img.shields.io/badge/OctoWoW_1.18-1.12.1-yellow)
A lightweight World of Warcraft addon for OctoWoW (1.18) or other 1.12.1 WoW clients that automatically tags your guild chat messages with your main character's name when playing on alts.
@@ -9,7 +9,7 @@ A lightweight World of Warcraft addon for OctoWoW (1.18) or other 1.12.1 WoW cli
When you chat in **Guild** or **Guild Officer** chat on an alt, your messages are automatically prefixed with your main's name so guildmates always know who they're talking to.
**Example:** Playing on your alt `Shadowpoke` with main set to `Thunderbash`:
> **(Thunderbash): Hey all, it's me just on my alt!**
> **Shadowpoke (Thunderbash): Hey all, it's me just on my alt!**
Messages sent from your main character are unaffected.
@@ -42,12 +42,19 @@ Enter your main character's name and click **Save**. That's it.
- Only affects **Guild** (`/g`) and **Guild Officer** (`/o`) chat
- Messages starting with `.`, `/`, or `#` are never prefixed
- Achievement spam filter is off by default and can be toggled in the options window
- Shellcoin price system message filter is off by default and can be toggled in the options window
- Your main's name is saved between sessions per character
- Works on any number of alts
- No performance impact — only runs when you send a guild message
## Changelog
### 1.7
- Changed Shellcoin filter to match messages starting with `Shellcoin price` instead of `Shellcoin`
### 1.6
- Added checkbox to hide `Shellcoin price` system messages (default: off)
### 1.5
- Added checkbox in options to toggle filtering of `has earned the achievement` messages in guild and officer chat (default: off)