Add files via upload

This commit is contained in:
totalllyswede
2026-02-24 15:48:26 -08:00
committed by GitHub
parent a361a69c35
commit 5141d5e141
+40 -14
View File
@@ -1,34 +1,60 @@
# InnerFireWatch (Turtle WoW) # InnerFireWatch (Turtle WoW)
Simple addon for Turtle WoW (1.12.1) that alerts you when **Inner Fire** Version: 1.0
expires. Author: Olzon
## Features A lightweight Turtle WoW (1.12.1) addon that alerts you when **Inner
Fire** expires.
## What It Does
- Detects when Inner Fire falls off - Detects when Inner Fire falls off
- Prints chat warning - Prints a chat warning
- Shows red error text in the middle of the screen - Displays red error text in the center of the screen
- Plays a sound (custom or default) - Plays an alert sound
- Lightweight and vanilla-friendly - Minimal and vanillafriendly
------------------------------------------------------------------------
## Installation ## Installation
1. Extract the addon folder. 1. Extract the zip file.
2. Place `InnerFireWatch` inside: 2. Place the `InnerFireWatch` folder inside:
World of Warcraft`\Interface`{=tex}`\AddOns`{=tex}\ World of Warcraft`\Interface`{=tex}`\AddOns`{=tex}\
3. Restart the client or type `/reload` if supported. 3. Restart the client.
4. Enable the addon at character select if needed. 4. Enable the addon at the character selection screen if needed.
## Slash Commands ------------------------------------------------------------------------
## Commands
- `/ifw on` --- Enable addon - `/ifw on` --- Enable addon
- `/ifw off` --- Disable addon - `/ifw off` --- Disable addon
- `/ifw sound on|off` --- Enable/disable sound - `/ifw sound on` --- Enable sound
- `/ifw gained on|off` --- Message when Inner Fire is gained - `/ifw sound off` --- Disable sound
- `/ifw gained on` --- Message when Inner Fire is gained
- `/ifw gained off` --- Disable gained message
------------------------------------------------------------------------
## Optional: Custom Sound
If you want to use your own sound:
1. Create this folder inside the addon:
`Interface\AddOns\InnerFireWatch\sounds\`
2. Place a file named:
`expire.wav`
The addon will automatically use it if the file exists. If not, it will
use the default WoW alert sound.
------------------------------------------------------------------------ ------------------------------------------------------------------------