Skip to content

Commit 6895b43

Browse files
author
gonzoinc
committed
oom-1 Initial curse settings
1 parent 8565e0c commit 6895b43

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed

.pkgmeta

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package-as: OutOfMana2
2+
3+
ignore:
4+
- README.md
5+
6+
license-output: LICENSE.txt
7+
8+
enable-nolib-creation: no

OutOfMana2.toc

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Title: |cFF7FFFD4OutOfMana2|r by: |cFFE6CC80Gonzo Inc
44
## Notes: |cFFE6CC80Send an alert when reaching a certain mana percentage (/mana on chat to config).
55
## Author: GonzoInc
6+
## X-Curse-Project_id: 674415
67
## SavedVariables: OutOfManaDB2
78

89
main.lua

README.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,31 @@
11
# OutOfMana2
22
Continuation of the abandoned Out Of Mana (OOM) add-on for World of Warcraft originally created by MrKingSanti
3+
4+
Original abandoned add-on: https://www.curseforge.com/wow/addons/out-of-mana-oom
5+
6+
## Description
7+
8+
Automatically send a chat message and say /oom (emote and voice, works everywhere) to warn your party members when reaching a certain mana percentage.
9+
10+
This now uses the instance/party/raid chat channel automatically instead of just saying it out-loud and party members missing it.
11+
12+
## Use
13+
14+
Useful for healers to warn tanks and even to yourself when you don't notice that you are running out of mana! :)
15+
16+
This addon is always active so if you are using a non-healer class in an instance you will need to disable it. I will be working on adding in a healer only spec loading option.
17+
18+
## Slash Commands
19+
20+
Type "/mana" in chat to see the current mana limit when the alert activates.
21+
22+
Type "/mana x" to change the current limit percentage, "x" is a number. (/mana 30 to send the alert when 30% mana and so on...).
23+
24+
## Contribute
25+
26+
Please report bugs and issues on the [issues page](https://github.com/gonzoinc/OutOfMana2/issues).
27+
The use of
28+
[BugGrabber](https://www.curseforge.com/wow/addons/bug-grabber) and
29+
[BugSack](https://www.curseforge.com/wow/addons/bugsack) required when submitting bugs.
30+
31+
Donations accepted via [PayPal](https://www.paypal.com/donate/?hosted_button_id=3BHC8995F32KY).

0 commit comments

Comments
 (0)