https://github.com/kx0101/caststatus_indicator
Displays an indicator image based on the player's casting status for WoW Classic - Cataclysm.
https://github.com/kx0101/caststatus_indicator
addon lua world-of-warcraft wow wow-classic
Last synced: 4 months ago
JSON representation
Displays an indicator image based on the player's casting status for WoW Classic - Cataclysm.
- Host: GitHub
- URL: https://github.com/kx0101/caststatus_indicator
- Owner: kx0101
- Created: 2024-11-12T20:55:57.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T12:19:34.000Z (8 months ago)
- Last Synced: 2025-01-14T01:25:06.861Z (6 months ago)
- Topics: addon, lua, world-of-warcraft, wow, wow-classic
- Language: Lua
- Homepage: https://www.curseforge.com/wow/addons/caststatus-indicator
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Circle while casting
# Circle while not casting
**Cast Status Indicator** is a helpful addon for World of Warcraft: Cataclysm Classic, designed to enhance your casting awareness by providing a visual indicator that follows your cursor and displays your casting readiness.
When the global cooldown (GCD) is active, the indicator switches to a "not-able-to-cast" image. Once your character is ready to cast, it changes to an "able-to-cast" image. This feedback allows you to see at a glance whether you can cast without having to look away from your character or cursor, making it especially useful in PvP or high-intensity PvE scenarios.
#### Features
* **Cursor-Following Indicator**: The indicator image tracks your cursor, keeping your casting readiness information where you need it most.
* **Cooldown Awareness**: Quickly see if your character is under GCD or ready to cast.
* **Customizable Images**: By default, the addon uses two images (`able-to-cast.tga` and `not-able-to-cast.tga`) included in the addon folder. Feel free to replace them with custom images of your choice.#### Installation Instructions
1. Download the **CastStatus\_Indicator** folder and place it in your WoW **Interface/AddOns** directory.
2. Confirm that `able-to-cast.tga` and `not-able-to-cast.tga` are inside the **CastStatus\_Indicator** folder.
3. Start or restart WoW, then enable **Cast Status Indicator** from the AddOns menu.#### Troubleshooting
* **Addon Not Visible in AddOns List**: Make sure the `CastStatus_Indicator` folder is in the `Interface/AddOns` directory and the `.toc` file is named correctly as `CastStatus_Indicator.toc`.
* **Custom Images Not Displaying**: Ensure your replacement images are in `.tga` format and follow the naming convention (`able-to-cast.tga` and `not-able-to-cast.tga`).