Using WA and CursorTrail I was able to get the look of a custom cursor I was after.
https://cdn.discordapp.com/attachments/580562867078823946/999537595409240154/unknown.png
While it shows up fine in a screenshot I can’t seem to hide the WoW cursor in game. It shows up over what is in the image. After looking through this it seems that for some reason the devs disabled replacing the cursor.
- I’ve tried a custom file in interface/Cursor/Pointer.blp
- I’ve tried running /console enableWoWMouse 1 and /console enableWoWMouse 0 both in game and in the savedvariable file, neither work.
- I’ve tried /console cursorsizepreferred 0 but this is still really big.
- I was hoping that I could change the strata and get the cursor low enough to just hide it, this doesn’t seem to be possible.
I found a custom trigger and apply it to everything
function()
return not UnitExists(“mouseover”)
end
But that would make my new cursor disappear as well.
Has anyone found a workaround?