DICE PACKS BUNDLE
  1. #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

  2. #2
    I'll push an update with the other updates today.

    Regards,
    JPG

Thread Information

Users Browsing this Thread

There are currently 4 users browsing this thread. (0 members and 4 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
5E Product Walkthrough Playlist

Log in

Log in