A lightweight World of Warcraft addon that automatically splits long roleplay emotes into multiple messages so they remain readable and within the game's chat limits.
This project is a continuation of the original Emote Splitter addon, preserving its functionality while allowing further maintenance and improvements.
- Automatically splits long
/emoteor/emessages - Ensures messages stay within WoW chat length limits
- Maintains readability by sending text as sequential messages
- Lightweight with minimal performance overhead
- Designed primarily for roleplay environments
- Detection of Instanced Combat / Encounters to Avoid Errors with ChatLockDown
- Download this Repository or use the Release Zip if Available
- Extract the folder if downloaded as a ZIP.
- Place the addon folder into your World of Warcraft AddOns directory: Typically \World of Warcraft_retail_\Interface\AddOns\
- Launch World of Warcraft.
- Ensure EmoteSplitter-Redux is enabled in the AddOns list on the character select screen.
Once installed and enabled, the addon runs automatically.
When you send an emote that exceeds the chat character limit, the addon will automatically split it into multiple messages and send them sequentially so the full emote appears in chat.
No configuration is required.
This project is based on the original Emote Splitter addon.
Original repository:
https://github.com/tmg-pub/emote-splitter
Credit goes to the original developer(s) for creating and releasing the addon.
MIT License
Copyright (c) Original Developer(s)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.