Thread Tools Display Modes
07-27-18, 01:46 PM   #1
Rufio
A Murloc Raider
 
Rufio's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 9
moving partymember debuffs

Hey,
I hope you guys can help me...

I'd like to adjust the partymemberframe debuffs, but i'm really bad at lua etc
I tryed something like:

Lua Code:
  1. PartyMemberFrame1Debuff1:ClearAllPoints()
  2. PartyMemberFrame1Debuff1:SetPoint("BOTTOMLEFT",PartyMemberFrame1,"BOTTOMLEFT", 45, -4)
  3. PartyMemberFrame1Debuff1.SetPoint=function()end

and

Lua Code:
  1. for i = 1, MAX_PARTY_MEMBERS do
  2.     local f = _G["PartyMemberFrame"..i.."Debuff1"]
  3.     f:SetPoint("BOTTOMLEFT", _G["PartyMemberFrame"..i], "BOTTOMLEFT", 45, -4)
  4. end

without any success.

TY!
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » moving partymember debuffs

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off