This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
The issue is present when your UIParent is not in the initial position.When UIParent does not cover the entire screen, and you try to move the bar it move weirdly.To correct this issue you should replace line 524 and 525 in CastBarTemplate.lua with those ones:
self.config.x = self:GetLeft()-UIParent:GetLeft()self.config.y = self:GetBottom()-UIParent:GetBottom()
Thanks.
To post a comment, please login or register a new account.