Thread Tools Display Modes
11-20-20, 11:09 PM   #1
unholy0enigma
A Kobold Labourer
Join Date: Nov 2020
Posts: 1
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?
  Reply With Quote
01-04-21, 07:01 AM   #2
rulezyx
A Flamescale Wyrmkin
 
rulezyx's Avatar
Join Date: Jan 2020
Posts: 106
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.
  Reply With Quote
01-04-21, 07:35 AM   #3
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
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.
  Reply With Quote
01-04-21, 03:14 PM   #4
rulezyx
A Flamescale Wyrmkin
 
rulezyx's Avatar
Join Date: Jan 2020
Posts: 106
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.
  Reply With Quote
01-04-21, 05:27 PM   #5
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
I'll try to fix these issues with the next release.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » MoveAnything Buff / Debuff Issues

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off