Settings do not save #1


  • New
  • Defect
Closed
Assigned to fulgertunet
  • MysticalOS created this issue Aug 7, 2016

    What steps will reproduce the problem?
    1.Disable class icon widget
    2.Disable auras widget
    3.reloadui

    What is the expected output? What do you see instead?
    widgets stay disabled
    Instead they return to on state

    Do you have an error log of what happened?
    NO error

  • MysticalOS added the tags New Defect Aug 7, 2016
  • MysticalOS posted a comment Aug 7, 2016

    Looks like problem is here

    TOC defines saved variables as: "TidyPlatesThreatDB" SavedVariables: TidyPlatesThreatDB

    but core expects: "ThreatPlatesDB" local db = LibStub('AceDB-3.0'):New('ThreatPlatesDB', defaults, 'Default')


    Edited Aug 7, 2016
  • Schanzation posted a comment Aug 7, 2016

    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?

  • MysticalOS posted a comment Aug 7, 2016

    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.


    Edited Aug 7, 2016
  • Schanzation posted a comment Aug 7, 2016

    Thanks man. much appreciated :)

  • Fulger posted a comment Aug 7, 2016

    fixing it now, Core.lua solution

  • Schanzation posted a comment Aug 8, 2016

    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

  • MysticalOS posted a comment Aug 8, 2016

    In options, auras widget probably. just disable it if you use another mod to track auras.

  • Schanzation posted a comment Aug 8, 2016

    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


    Edited Aug 8, 2016
  • MysticalOS posted a comment Aug 8, 2016

    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.