-
September 17th, 2024, 10:56 #1
Small glitch in the Client Combat Tracker
(Repost to maintain visibility)
Hi there,
I found a small glitch in the 3.5E and 5E Client Combat tracker. The "initresult" control is bound to the "healtbase" control and pushed out to the left by the "healthbase" control. If the option to show combat details for allies and NPC is set to "Off", the header labels are adjusted and the "Init" label moves to the right but the control is staying at the left side because the "healthbase" control is not set to be invisible.
As a quick fix in my rulesets, I added this code to "clientct_entry.lua":
Code:if OptionsManager.getOption("SHPC")=="off" and OptionsManager.getOption("SHNPC")=="off" then healthbase.setVisible(false) else healthbase.setVisible(true) end
-
September 17th, 2024, 17:35 #2
Supreme Deity
- Join Date
- Mar 2007
- Posts
- 21,177
I'll push an update with the other updates today.
Regards,
JPG
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks