Dominos

Dominos

19M Downloads

Reputation bar

cogar328 opened this issue · 5 comments

commented

I recently replaced my addons and now Dominos rep bar is no longer automatically changing to active reputation even though i have the option checked. Any help? Thanks

commented

no response?

commented

I did, on the curse page :P

commented
commented

I've added this code to Dominos_Progress' xpBar.lua file, might not help exactly with your problem but it disables the xp bar

  • for characters that have xp gain turned off
  • for characters at "max" level, which should include trial account and purchased expansion limits
function ExperienceBar:IsModeActive()
	return not IsPlayerAtEffectiveMaxLevel() and not IsXPUserDisabled()
end
commented

I could have sworn I actually had that in my code.