Monk Stagger Damage UI
Provides Brewmaster Monk's with a UI to see "Stagger" damage when they're in combat.
- Only loads if you're a Brewmaster
Damage is displayed in three adjustable ranks if Stagger is present
- Rank 1 (Light Stagger) - Green, 1 bar, default starts at 0% of life
- Rank 2 (Medium Stagger) - Yellow, 2 bars, default starts at 6% of life
- Rank 3 (Heavy Stagger) - Red, 3 bars, default starts at 12% of life
Config: Settings -> Interface -> Addons 'MonkStaggerDamageMeter'
Hey there! I was wondering if you planned on updating the addon for Shadowlands? It doesn't seem to work in its current build. I can activate it in the addon list, but the bar is absent in-game and it's not in the interface menu. I'm assuming this is due to the last build having been made for BFA.
HI!
1st of all great add-on, I was so glad to see it back and functioning again. But Im having the exact same problem as Gamonback below. I followed your directions and changed the values in the LUA and that didn't make any difference.
It would be great if I didn't have to go set these every time I log in to my character. Its like there needs to be a save value function or something, maybe the first time you open it or an option to go in and set them then save them. I don't know I dont program, I'm just a lolely user of addons.
Thanks for the great work though.
In reply to lambo1964:
The saving of these settings happens automatically and they become available to the addon automatically, so there isn't anything different I can do to control how or when things are saved :(
I can make it easier and at least give you guys a macro for adjusting the settings, but I'd really like to figure out what is causing this to happen. There are a few known issues, this one for example.
Hi,
Every time I restart the WoW, the addon resets all its settings back to the default (and the default stagger % is awful).
Once I'm in the game, I can change the settings and everything works as expected, but as soon as I re-log the changes I've made are gone and it's back to defaults.
How do I get these settings to persist across sessions?
In reply to gamonback:
Generally, the addon's settings will persist. Certain anti-virus software can cause this to happen see here. If you don't feel like hunting down the cause (which most likely is not a bug with the addon), then you could change the defaults for the addon directly in the file.
1. Open the "AddOns" directory where the addons are kept
2. Open the directory "MonkStaggerMeter"
3. Open the file Frame.lua in a text editor like notepad
4. Go to line #23 where there is the "defaultConfig".
5. Change the values inside of the "levels" field (Light, Medium, Heavy) to the values you'd like to use as defaults (see below)
In reply to ManDruidPig:
In reply to gamonback:
Hi Gamonback,
This is unfortunate, but helpful information to have.
Since reinstalling didn't do anything, my guess is that there is an issue with where these settings get saved.
On my computer, I can find them here "D:\games\World of Warcraft\_retail_\WTF\Account\000000#\Darkspear\Rohnda\SavedVariables\MonkStaggerMeter.lua"
If you open this file in notepad, you'll see the saved values for the settings. Try closing the game first, deleting this file and the one with ".bak" and restarting. Let me know if anything looks weird and post the settings that were saved if you feel it'd be useful.
In reply to ManDruidPig:
spkStaggerConfig = {
["hideBorder"] = false,
["levels"] = {
["Light"] = 0,
["Medium"] = 0,
["Heavy"] = 0,
},
["movable"] = true,
["autoHide"] = true,
["opacity"] = 100,
["hideBackground"] = false,
["heavyWarn"] = false,
}
I deleted these files, then went back and tried modifying the settings and saving them. Restarted the game and it seems to be working now; new file below:
spkStaggerConfig = {
["hideBorder"] = false,
["levels"] = {
["Light"] = 0,
["Medium"] = 20.7477169036865,
["Heavy"] = 50.0957221984863,
},
["movable"] = true,
["autoHide"] = true,
["opacity"] = 100,
["hideBackground"] = false,
["heavyWarn"] = true,
}
Perhaps this previous saved variables file was preventing any changes from being updated somehow, and since the addon uses the saved values over default values, our previous attempt to directly change the default values didn't work.
*EDIT*: After playing for a while, the file reverted back to 0,0,0:
spkStaggerConfig = {
["hideBorder"] = false,
["levels"] = {
["Heavy"] = 0,
["Medium"] = 0,
["Light"] = 0,
},
["movable"] = true,
["autoHide"] = true,
["opacity"] = 100,
["hideBackground"] = false,
["heavyWarn"] = true,
}
Not sure why but something is causing this file to change after some time of playing.
In reply to gamonback:
It's also really weird that it would set things to "0", no idea what would cause this. I might just make a macro for you for the time being, so at least you can just press a button in one of your hotbars
In reply to ManDruidPig:
I've tried disabling the addons and still see the same behavior.
Here is the addon list. It's pretty long (I'm realizing now I can delete some of these lol):
Pawn
Raider IO
WeakAuras2
Angry Assignments
Angry keystones
ArkInventory
Bartender4
Blood Shield Tracker
ChampionCommander
Court of Stars helper
DBM-SpellTimers
DBM
Details
Exorsus Raid Tools
Fishing Buddy
Gladius
GottaGoFast
Healer Stat Weights
Hivemind HoO Puzzle Helper
Leatrix Plus
Method Dungeon Tools
Monk Stagger Meter (teehee)
O Item Level
OrderHallCommander
Personal Loot Helper
Postal
Prat
QE Dungeon Tips
Quartz
RCLootCouncil
SellJunk
TomTom
World Quest Tracker
well now i got the update or stagger, thank you for that by the way, it's working again and i'm loving it :)
only issue i'm seeing right now is that the bar colors don't change i'm automatically in heavy stagger red bar, that's the only thing i have to say that needs to be worked on otherwise great addon.
Thank you again
In reply to wolf1274:
Let me know if any of that helps. Cheers!
I've tried to use this addon since BFA has been released and so far I don't have the stagger meter showing up on my screen while i'm on my monk in tank spec
In reply to wolf1274:
In reply to wolf1274:
Yea, the patch to 8.0 broke several critical components in the addon, needed time to fix it. I have just released a new version.
Happy Holidays!
Hello ManDruidPig, I'm currently using your Addon for Stagger for BFA. And I cant see the stagger in the box at all. I'm in combat taking damage and the box is blank. I moved around the settings and still I do not see and stagger in the bar. I hope you can tell me what's wrong with it! It could probably be the fact that it's not updated by you for BFA? If so I'd appreciate a BFA version if possible. Thanks!
In reply to flamesboy911:
Absolutely LOVE this add-on. Infact, this addon is probably a major reason I am switching mains to a BrM for BfA. With that, when can we expect an update? The meter currently isn't working to my knowledge. I have tried to build a make-shift Weak Aura, but not getting very far. Anyway.. Thank you for all your efforts. Looking forward to hearing back soon.
In reply to GimvargTheMighty:
In reply to kxtor: Can you check your messages and see what I sent you? I opened up a repo, you should fork and submit a PR :)