View Single Post
08-05-17, 09:57 AM   #5
Mortimerlol
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Jul 2017
Posts: 71
Lua Code:
  1. nameplate.myIndicator = nameplate:CreateTexture(nil, "OVERLAY")
  2. nameplate.myIndicator:SetTexture("Interface\\Icons\\Ability_hunter_beastcall02")
  3. nameplate.myIndicator:SetSize(25,25)
  4. nameplate.myIndicator:SetPoint("TOP", 40, 15) -- horizontal, vertical
12312312312 of thanks!!!!!
  Reply With Quote