View Single Post
04-25-19, 04:18 AM   #2
bender1453
A Fallenroot Satyr
Join Date: Mar 2019
Posts: 21
No one? I can live without the others but at least maybe someone can help me with the 2nd question? I really need to find a way to put a texture for enemy Horde/Alliance players.

Maybe an onLoad script?

local _, faction= UnitFaction("player");
if faction == "horde" then
self:Show()
else
self:Hide()
end

Then another onEvent script for PVP targets. FFA players might provide an issue. I wrote this with what's left in my mind so there must be some errors.
  Reply With Quote