Name change script/macro help.

Name change script/macro help.

by Ivlys » Tue May 31, 2022 7:13 am

Hello!
I've been trying to make a script that changes my name to anything i want so other ppl can't see it while streaming/recording.

This one works but it only affects your unit frame (target and targetoftarget still shows real name).

local muf=UnitName UnitName = function(unit) if unit=='player' then return 'YourName' else return muf(unit) end end

Is there any way to make it work with every frame?

There is addon for this on Curseforge in later version of the game https://www.curseforge.com/wow/addons/n ... ge-scripts
but didn't find anything similar for vanilla.
Ivlys
Tester
 

Return to Addons & macros