WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   MoveAnything Buff / Debuff Issues (https://www.wowinterface.com/forums/showthread.php?t=58397)

unholy0enigma 11-20-20 11:09 PM

MoveAnything Buff / Debuff Issues
 
After relocating buffs and debuffs with move anything, they seem to position improperly and / or not display text (or hover over information) when I log in or zone into a new area.

/reload resolves the issue, however I must manually do this anytime I load into a new area or instance.

Anyone else have this issue and know of a less annoying workaround?

rulezyx 01-04-21 07:01 AM

Thats a known issue.

You could try to change the atttachment from the Minimap to UIParent or something like your PlayerFrame.

If that doesn't work try to make a script or addon/paste it in: https://addon.bool.no/

Something like:

/run function Movebuff() BuffFrame:ClearAllPoints() BuffFrame:SetScale(1.1) BuffFrame:SetPoint("CENTER",PlayerFrame,"CENTER",950,80) end hooksecurefunc("UIParent_UpdateTopFramePositions",Movebuff) Movebuff()

If you create an addon use the same code just without /run.

There can be issues with the default UI when you move Buffs and Debuffs separately since they are in the same cluster.

Some UI Addons like SUI have their buffs and debuffs edited/texture and you have different frames/names which helps with this problem.

Also there are other addons with the function to move your buffs/debuffs like: Leatrix_Plus.

Kanegasi 01-04-21 07:35 AM

I have had this happen as well. The buffs move just fine with MoveAnything, but after gaining a weapon buff (the separate purple icon), the frames eventually screw up in the way you described.

rulezyx 01-04-21 03:14 PM

Because they have different anchors.

You need to find the main one for buffs and debuffs and it should look like that:

[s:1,p: ("TOPRIGHT","Minimap","TOPLEFT",-184,-76),n:"rBFS_BuffDragFrame"]

[s:1,p: ("TOPRIGHT","Minimap","TOPLEFT",-184,-214),n:"rBFS_DebuffDragFrame"]

I never had any issues with repositioning or clutter.

For me the weapon buffs are in the same line as buffs without any issues.

Resike 01-04-21 05:27 PM

I'll try to fix these issues with the next release.


All times are GMT -6. The time now is 02:48 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI