Profile per Spec #243


  • New
  • Enhancment
Open
Assigned to nevcairiel
  • PJaai created this issue Jul 26, 2016

    Hi,

    my Heal interface is a bit different to my tank/dd. So I always have to switch between Profiles.
    Would be great to have a profile per spec like the one from Shadow Unit Frames, which supports multiple Specs.

    Thanks
    PJai

  • PJaai added the tags New Enhancment Jul 26, 2016
  • _ForgeUser2041358 posted a comment Sep 2, 2016

    Note, this would be an extraordinarily easy change to make, as well as being a must-have. I almost switched away from Quartz because it lacked this feature, but then I discovered it was really easy to add multi-spec support in my own copy - see https://www.wowace.com/addons/libdualspec-1-0/pages/quick-tutorial/ - please consider adding it :-)

  • Forge_User_80909299 posted a comment Aug 22, 2017

    I did it too on my local copy and it is indeed a very easy change to make.

  • Fethbita posted a comment Jun 4, 2018

    For those of you who have difficulty doing this after installing LibDualSpec-1.0 addon, insert these 4 lines to line 37 in Quartz.toc file.

    # OptionalDeps: LibDualSpec-1.0
    #@no-lib-strip@
    libs\LibDualSpec-1.0\LibDualSpec-1.0.lua
    #@end-no-lib-strip@

    And insert these three lines to Config.lua between line 207 and 208

    local LibDualSpec = LibStub('LibDualSpec-1.0')
    LibDualSpec:EnhanceDatabase(self.db, "Quartz3")
    LibDualSpec:EnhanceOptions(LibStub("AceDBOptions-3.0"):GetOptionsTable(self.db), self.db)

    Edited Jun 4, 2018
  • Fethbita posted a comment Aug 11, 2020

    This issue can still be solved by the comment above. I hope that it gets merged in one day.


To post a comment, please login or register a new account.