Add files via upload

This commit is contained in:
totalllyswede
2026-02-26 01:33:41 -08:00
committed by GitHub
parent d2ca54d0ff
commit 12d34ecf85
3 changed files with 63 additions and 44 deletions
+17 -33
View File
@@ -1,6 +1,6 @@
# InnerFireWatch (Turtle WoW)
Version: 1.1\
Version: 1.2\
Author: Olzon
A lightweight Turtle WoW (1.12.1) addon that alerts you when important
@@ -38,52 +38,36 @@ self-buffs expire.
- Prints a chat warning
- Displays red UI error text
- Optional large center-screen alert (toggleable)
- Preset color options for large alert
- Large center-screen alert lasts ~2.5s
- Optional sound alert (custom or default)
- Extremely lightweight and vanilla-friendly
------------------------------------------------------------------------
## Installation
1. Extract the zip file.
2. Place the `InnerFireWatch` folder inside:
`World of Warcraft\Interface\AddOns\`
3. Restart the client.
4. Enable the addon at the character selection screen if needed.
------------------------------------------------------------------------
## Slash Commands
- `/ifw on` --- Enable addon\
- `/ifw off` --- Disable addon\
- `/ifw sound on` --- Enable sound\
- `/ifw sound off` --- Disable sound\
- `/ifw gained on` --- Message when buff is gained\
- `/ifw gained off` --- Disable gained message\
- `/ifw large on` --- Enable large center-screen alert\
- `/ifw large off` --- Disable large center-screen alert
- `/ifw on`
- `/ifw off`
- `/ifw sound on|off`
- `/ifw gained on|off`
- `/ifw large on|off`
- `/ifw white`
- `/ifw green`
- `/ifw blue`
- `/ifw red`
- `/ifw yellow`
- `/ifw purple`
------------------------------------------------------------------------
## Optional: Custom Sound
To use your own alert sound:
Place `expire.wav` inside:
1. Create this folder inside the addon:
`Interface\AddOns\InnerFireWatch\sounds\`
`Interface\AddOns\InnerFireWatch\sounds\`
2. Place a file named:
`expire.wav`
If the file exists, it will be used automatically.\
If not, the default WoW alert sound will play.
If present, it will be used automatically.
------------------------------------------------------------------------