Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. FIX FOR ISSUES
  2. As said below, bumping it to the top:
  3.  
  4. Open up
  5. AUI\Modules\actionbar\Actionbar.lua
  6.  
  7. use notepad++ or visual studios code
  8.  
  9. At line 425 you'll see this:
  10. Code:
  11. buttonControl:ApplyStyle(buttonTemplate)
  12. buttonControl.countText:SetFont("$(MEDIUM_FONT)|" .. 12 .. "|" .. "soft-shadow-thin")
  13. buttonControl:ApplyAnchor(anchorTarget, anchorOffsetX)
  14. buttonControl:SetupBounceAnimation()
  15. You need to change this to:
  16. Code:
  17. buttonControl:SetupBounceAnimation()
  18. buttonControl:ApplyStyle(buttonTemplate)
  19. buttonControl.countText:SetFont("$(MEDIUM_FONT)|" .. 12 .. "|" .. "soft-shadow-thin")
  20. buttonControl:ApplyAnchor(anchorTarget, anchorOffsetX)
  21. The errors were no longer present while in Cyrodiil / combat.
  22.  
  23. I do not however use the minimap, I use Votan's Minimap.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement