Need an addon for the pointer

I swear there was an addon forum before, but cant find it.

Anyhow, I play WoW on my TV. My 75" TV. Finding the pointer can be a problem on a screen that size and need something to make it more visible. When I had a 55" it was difficult, but waving the mouse around often worked. Now, forget it. Im in a raid or similar and I have no clue where the pointer is at

/run SetCVar("cursorSizePreferred", "2")

You can replace β€œ2” with one of the following:

  • β€œ-1” [default] determine based on system/monitor dpi,
  • β€œ0” 32x32,
  • β€œ1” 48x48,
  • β€œ2” 64x64,
  • β€œ3” 96x96,
  • β€œ4” 128x128

If you want a macro to toggle between two sizes:

2 Likes

If you need something beyond making it bigger, there’s the CursorTrail addon. There are also a bunch of WeakAuras out there that add stuff to the pointer that you can search for on Wago.io.

3 Likes

Thank you both! Found one called Star something. It has flashing stars when you move the mouse. Also found the cursor size. Combo of the 2 should work

1 Like