Vengeful Hermit Updated 12/29/22

How to add the Green and Purple Swirl back to the CursorTrail.

  1. Go to your Warcraft addons folder. (i.e. C:<Your Warcraft Install Location>\Interface\Addons)

  2. Go into the CursorTrail folder.

  3. Open CursorTrailModels.lua in any text editor.

  4. Search for 1685852.

  5. Uncomment that line and the next six lines by removing the first four characters on each line (the "–~ " part).

Those lines should end up looking like this …

[1685852] = { -- "cfx_warlock_demonboltfel_missle.m2"
Name = kCategory.Spots .. "Swirling, Purple & Green",
BaseScale = 0.025, BaseFacing = 0,
BaseOfsX = 0.0, BaseOfsY = -0.1,
BaseStepX = 3408, BaseStepY = 3150,
IsSkewed = true, HorizontalSlope = 0,
},
  1. Save the changes to that file, and reload Warcraft.

IMPORTANT - You will have to repeat this change after every update to CursorTrail.