promotional bannermobile promotional banner

Personal Resource Options

Adds customizable overlays, visibility controls and conditional out-of-combat display to the Personal Resource Display

File Details

v1.3

  • R
  • Feb 26, 2026
  • 143.67 KB
  • 27
  • 12.0.1
  • Retail

File Name

PersonalResourceOptions-v1.3.zip

Supported Versions

  • 12.0.1

tag 51483b63d282c948540a9001f474f6f805b726bd v1.3
Author:    Lsidx <thelousid0@gmail.com>
Date:    Thu Feb 26 01:12:16 2026 -0500

-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgDg8LXujeE66sj8o3jwHFvm8cJl
nGeozFjCc32uuQis0AAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
AAAAQCPzlPJveVLFCLVbgAagFMVRzvJ6AJ8nOpxa3tPceZ3jtoWdldQnc8zZ0xCU+54FeX
UYXKBOeJ8nx+b5t9cJCAg=
-----END SSH SIGNATURE-----

commit 2c2c1758d6d955d2c456553534c8da529d387020
Author: Lsidx <thelousid0@gmail.com>
Date:   Thu Feb 26 01:11:27 2026 -0500

    - Fixed multiple issues related to changing settings in combat. There's still some behavior I can't totally correct since blizzard has control that addons don't. If the Personal Resource Display is toggled through blizzard's settings in combat (changing the CVar nameplateShowSelf), the entire display will turn off and back on. This will cause any bars that were hidden with the addon to be visible again until exiting combat.
    - Changed how Show Display works so it's based off of nameplateShowSelf by default.
    - Added an option to override this behavior so a single value stored in the profile can be used on all characters.
    - Fixed a bug related to the alternate power bar on a monk where it would get shown incorrectly if you toggled show settings in a spec that didn't support it like windwalker.

commit 6ac4d734845b096ef601f059c8419f9ccb3d05a3
Author: Lsidx <thelousid0@gmail.com>
Date:   Wed Feb 25 11:35:53 2026 -0500

    Added a missing nil check to prevent an error on all classes except death knight

commit b427425ac5712acc8c95259a5689dec030993c11
Author: Lsidx <thelousid0@gmail.com>
Date:   Wed Feb 25 02:56:37 2026 -0500

    Split Core.lua into multiple files.