Not Tracking / Displaying New Dragonflight "Reputations" Properly #21


  • Defect
Open
  • matt0717 created this issue Nov 30, 2022

    Hello,

     

    The new "reputations" (Renown) for DF aren't being tracked and / or displayed properly.  Since all of the new factions are like covenants now (in terms of not having Neutral / Friendly / Honored / Revered / Exalted / Paragon) the rep display is reporting erroneous levels and progress.

     

    For example, at Renown level 2, the reputation bar displays something like this (made-up numbers just for example):

     

    "Dragonscale Expedition (Friendly) -3500/6000 -%60 to Honored"

     

    Note the negative values.

     

    I know XPBN wasn't built to track renown, but now 'renown' is the new 'reputation'.

     

    Thanks!

     

  • matt0717 added a tag Defect Nov 30, 2022
  • matt0717 edited description Nov 30, 2022
  • jamagowy posted a comment Dec 28, 2022

    In core.lua, in line 1566 add this:

    if factionID then if factionID == 2507 or factionID == 2503 or factionID == 2511 or factionID == 2510 then repMax = 2500 repMin = 0 repValue = repValue + 3000 end end

    temp fix to display properly bar
    .


    Edited Dec 28, 2022
  • matt0717 posted a comment Jan 1, 2023

    Thank you very much!  Have a happy new year.


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