Default UI, no errors, and I can’t get the loot window to stick to my cursor. I’ve enabled and disabled the setting, reloaded, and tried the /console lootUnderMouse settings. No dice.
its part of edit mode now so its probably not setup for show at mouse any more and they need to add it back in
Looking at the Blizzard code it should still ignore EditMode if lootUnderMouse is set. Are you sure you aren’t running any other addons that could be messing with the positioning?
Does /dump GetCVarBool("lootUnderMouse")
return true?
Yup it does indeed.
If you loot after using the following command, does it print one line of values or multiple?
/run hooksecurefunc(LootFrame, "SetPoint", print)
If it’s a single line, run this command and then loot something and paste the error here.
/run hooksecurefunc(LootFrame, "SetPoint", function() error() end)
Thank you for your help! I actually found out what it was.
I thought I did a clean wipe but apparently I left Leatrix Plus on, and it was doing weird things. So that’s that!