CyberOnEso wrote: »For the first, you click the 'Bosses Frame' check box on this menu.
For the second the best thing to do in my opinion would be remove the compass boss bar by using an addon called 'Lilith's Lazy Hacks'
zelaminator wrote: »https://drive.google.com/file/d/18sEmoGvFkvXxTexj40wpP9OD8Ajz0BQK/view?usp=sharing
Another addon out to get me
As the image shows, I have installed PerfectPixel.. But the gear progress bar from the base game appears to be overlapping when I look in the stickerbookCan anyone direct me to where I can change this?
csbtTexture:SetAnchor(CENTER,csbtTlw,TOPLEFT,0, -265)on line 17.
csbtTexture:SetAnchor(CENTER,csbtTlw,TOPLEFT,0,-350)
CyberOnEso wrote: »zelaminator wrote: »https://drive.google.com/file/d/18sEmoGvFkvXxTexj40wpP9OD8Ajz0BQK/view?usp=sharing
Another addon out to get me
As the image shows, I have installed PerfectPixel.. But the gear progress bar from the base game appears to be overlapping when I look in the stickerbookCan anyone direct me to where I can change this?
For this issue, you will need to do the following
- Go to Documents\Elder Scrolls Online\live\AddOns\CollectionSetBookTotal
- Open the file called CollectionSetBookTotal.lua
- Find
csbtTexture:SetAnchor(CENTER,csbtTlw,TOPLEFT,0, -265)on line 17.- Change the final value in that function call to something like -350, changing this value will change the position of the progression bar in the item set collection pane. Experiment with different values to find the one that works best for you.
- Line 17 of the CollectionSetBookTotal.lua file should now look like this
csbtTexture:SetAnchor(CENTER,csbtTlw,TOPLEFT,0,-350)- Go back into the game and type /reloadui
- You should now see the progression bar has changed position.
Screenshot from my end using a value of -350 on a 1920*1080 monitor with Custom Interface Scale disabled.