Looking for an alternative

To Moveanything addon. I have bad vision and the only thing I need to move and resize is the quest box, not the objectives (tho I admit I do like moving it) the actual quest text box.

Moveanything does this, but when I finally figured out how to move that box somehow it messed with a lot of things, like the box for the achievements, bank, AH and a bunch of others, I fixed em but now the addon isn’t updating for 8.2 and it’s really a pain in the …you know what.

Any help would be appreciated. Thanks.

I use an addon called kaliel’s tracker. It let’s change size, font, location, and the darkness of the back ground.

Thanks but that’s for the objectives tracker, I need something that will move and resize the quest box itself. Like when you’re accepting a quest.

You can change the 1.4 in SetScale to make the frame larger/smaller.

/run local QF=QuestFrame QF:SetScale(1.4) QF:RegisterForDrag("LeftButton") QF:SetScript("OnDragStart", function(self) self:StartMoving() end) QF:SetScript("OnDragStop", function(self) self:StopMovingOrSizing() end)

Thanks, that made it bigger, and I can drag it but it doesn’t save the position. Nice for getting through I guess I’ll wait till the addon gets updated.

This might not be exactly what you are after, but since it splits the quest text up into “chat bubbles” for a more immersive experience, the quest text also automatically gets bigger.
https://www.curseforge.com/wow/addons/immersion

2 Likes