How to add the Green and Purple Swirl back to the CursorTrail.
-
Go to your Warcraft addons folder. (i.e. C:<Your Warcraft Install Location>\Interface\Addons)
-
Go into the CursorTrail folder.
-
Open CursorTrailModels.lua in any text editor.
-
Search for 1685852.
-
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,
},
- Save the changes to that file, and reload Warcraft.
IMPORTANT - You will have to repeat this change after every update to CursorTrail.