World Chat Script for Eluna
This script implements a customizable world chat system for WoW servers using the Eluna engine. Key features include:
Message Format:
The script distinguishes between regular players, GMs, and Admins:
Configuration options include:
To use, players simply type the chat command followed by their message, e.g., ".wc Hello, World!"
Installation:
This script implements a customizable world chat system for WoW servers using the Eluna engine. Key features include:
- Custom chat command (default: .wc) for sending messages to all online players.
- Colored messages based on player class and GM rank.
- Faction and class icons for regular players.
- Special tags for GMs and Admins.
- Cooldown system to prevent spam (customizable).
Message Format:
- Regular players: [World] [FactionIcon][ClassIcon] PlayerName: Message
- GMs (Rank 2): [World] [GM] PlayerName: Message
- Admins (Rank 3): [World] [Admin] PlayerName: Message
The script distinguishes between regular players, GMs, and Admins:
- Regular players (Rank 0-1) have their messages displayed with faction and class icons.
- GMs (Rank 2) have their messages displayed with a [GM] tag and no icons.
- Admins (Rank 3) have their messages displayed with an [Admin] tag and no icons.
Configuration options include:
- Customizable chat command
- Adjustable cooldown timer
- Customizable colors for classes and GM ranks
To use, players simply type the chat command followed by their message, e.g., ".wc Hello, World!"
Installation:
- Place the script in your server's Eluna scripts folder.
- Restart the server or reload Eluna scripts.