Update README with commands and fork change

This commit is contained in:
2026-08-30 07:17:11 +00:00
parent 1ca9de3d9d
commit 2505bb1c6e
+17 -2
View File
@@ -1,8 +1,23 @@
# LifeSafer🦇🦇🦇 # LifeSafer🦇🦇🦇
Enables a flashing red effect when you are low on life (with sounds), and a flasing blue effect when you're low on mana. This warning system was implemented by Blizzard but is not in use. Enables a flashing purple effect when you gain Shadow Trance. Enables a flashing red effect when you are low on life (with sounds), and a flashing blue effect when you're low on mana. This warning system was implemented by Blizzard but is not in use. Enables a flashing purple effect when you gain Shadow Trance.
---
## Commands
- `/lowhealth`
- `/lowhealthwarning`
- `/lhw`
These commands open the LifeSafer settings.
--- ---
## OctoWoW fork ## OctoWoW fork
This is an OctoWoW-hosted fork of [RavenOfSeven/LifeSafer_LowHealthWarning](https://github.com/RavenOfSeven/LifeSafer_LowHealthWarning) (rebuild by tamara09). The **only** change from upstream is in `LifeSafer_LowHealthWarning.toc`: the `## Title` color escapes were lowercased (`|C…`/`|R``|c…`/`|r`) so the OctoLauncher addon browser renders the gradient name instead of printing the raw escape codes. The addon code is unchanged. All credit for the addon goes to the original author. This is an OctoWoW-hosted fork of [RavenOfSeven/LifeSafer_LowHealthWarning](https://github.com/RavenOfSeven/LifeSafer_LowHealthWarning) (rebuild by tamara09).
Changes:
- Fix an error on startup when low-health threshold SavedVariables are missing.
All credit for the original addon goes to the original author.