View Single Post
01-05-18, 05:02 PM   #10
warcry16
A Murloc Raider
Join Date: Jan 2018
Posts: 6
Originally Posted by Ammako View Post
Try

lua Code:
  1. hooksecurefunc(NameplateBuffContainerMixin, "UpdateAnchor", function(self)
  2.     self:SetPoint("BOTTOM", self:GetParent(), "TOP", 0, targetYOffset);
  3. end)
edit:

ok found how to make a lua file and a toc file, this worked . Thank you very much for your help

Last edited by warcry16 : 01-05-18 at 05:14 PM.
  Reply With Quote