Script Instead of MoveAnything

So, i’ve been using MoveAnything to move my PlayerDebuffs to the bottom/middle of my screen as shown in the picture.

https://imgur.com/a/QXK18aS

However I kind of would like to just put all of my moving/resizing into my own script addon. Does anyone know how to make this happen?
I know about the “BuffFrame” Frame? i guess, which allows me to move/resize both buffs AND debuffs, but i would like to ONLY move the debuffs.
MoveAnything gives me names like: “PlayerDebuffsDefault” And “PlayerDebuffsMover”
But i can’t seem to make a script out of those. Any help would be appreciated

posting cuz I’m LF this aswell. also if any1 knows how to make arena frames stick with a macro pls till me, I have dis; doesn’t rly stick and doesn’t rly work when stealthers in arena.

#MACRO#3 (ARENA FRAME LOAD & SHOW)
/run LoadAddOn(“Blizzard_ArenaUI”) ArenaEnemyFrames:Show() ArenaEnemyFrame1:Show() ArenaEnemyFrame2:Show() ArenaEnemyFrame3:Show() ArenaEnemyFrame1CastingBar:Show() ArenaEnemyFrame2CastingBar:Show() ArenaEnemyFrame3CastingBar:Show()

#MACRO#4 (MOVE ARENA FRAMES)
/run for i=1,3 do local m=_G[“ArenaEnemyFrame”…i]m:ClearAllPoints()end;ArenaEnemyFrame1:SetPoint(“center”,-600,-300) ArenaEnemyFrame2:SetPoint(“center”,-600,-350) ArenaEnemyFrame3:SetPoint(“center”,-600,-400);m:SetPoint(true);m.SetPoint = function() end

is there a way to make dis archangel/dark macro always show right icon even before u press it?
#showtooltip
/cast Archangel(PvP Talent)
/cast Dark Archangel(PvP Talent)
/run local G=GetSpellInfo SetMacroSpell(“URMACRONAME”, G"Archangel(PvP Talent)" or G"Dark Archangel(PvP Talent)")

edit kinda fix on last macro only: if u press the macro during global u get correct icon.

btw leatrixplus moves buffs n debuffs, but I’m to stopid to understand the code on buff part. maybe utry

Practically speaking, i would suggest just going with an addon such as Raven that already allows you to display the buffs and/or debuffs where ever you want, and in whatever way you want (positioning, scaling, filtering, etc all already implemented).

https://www.curseforge.com/wow/addons/raven/

If you want to move it around manually then you’ll likely have to untangle the frames yourself first, which may well be more trouble than it’s worth.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.