This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?1.Disable class icon widget2.Disable auras widget3.reloadui
What is the expected output? What do you see instead?widgets stay disabledInstead they return to on state
Do you have an error log of what happened?NO error
Looks like problem is here
TOC defines saved variables as: "TidyPlatesThreatDB" SavedVariables: TidyPlatesThreatDB
SavedVariables: TidyPlatesThreatDB
but core expects: "ThreatPlatesDB" local db = LibStub('AceDB-3.0'):New('ThreatPlatesDB', defaults, 'Default')
I got same problem when I sit configuring threat plates then after I am done and do ./rl every setting is set to default settings again. how can I fix this?
Open core.lua find line i posted below and change ThreatPlatesDB to TidyPlatesThreatDB This may or may not be a perm solution depending on whether author here meant for it to be TidyPlatesThreatDB or ThreatPlatesDB
Basically if you fix it in core but author fixes it in TOC you'll lose settings again. if you fix it in toc but author fixes it in core you'll lose settings, so 50/50 shot you fix it now and it's re-broken later :) I fixed it in core because that only requires a reload. any change to toc requires an app restart.
Thanks man. much appreciated :)
fixing it now, Core.lua solution
Two more questions. Probably stupid question, but how can I turn of blizzard above nameplate debuffs off? I prefer to use PlateBuffs addon for that.
and on friendly targets with threat plates is it possible to get only class colors without nameplate healthbar. Just like this:
http://i.imgur.com/VtzWi6D.jpg
In options, auras widget probably. just disable it if you use another mod to track auras.
Turing off auras in widgets worked :)
Is there a way to turn off the nameplate bounce on current target also? I made 8 sec video to demonstrate. I think this is something new that came with this legion pre patch.
https://youtu.be/d0s1nGWxviY
I really suggest you just explore settings a bit. if no setting for bounce exists, it might be worth making a new suggestion ticket. Doesn't really pertain to this (now closed) ticket.
To post a comment, please login or register a new account.