Thread Tools Display Modes
Prev Previous Post   Next Post Next
02-14-18, 03:12 PM   #1
Nimhfree
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 267
113x [ADDON_ACTION_BLOCKED] AddOn 'NimhfreeUI' tried to call the protected function '

When encountering bosses I get:

113x [ADDON_ACTION_BLOCKED] AddOn 'NimhfreeUI' tried to call the protected function 'Boss1TargetFrame:SetPoint()'

which I think is because of:

-- Move the target frame to the bottom left.
f=TargetFrame
f:SetMovable(1)
f:SetUserPlaced(true)
f:SetScale(.8)
f:ClearAllPoints()
f:SetPoint("LEFT",MultiBarRightButton7,"BOTTOMLEFT",0,100)

which is set up at the very start, so not in combat.

Anyone know how to do this properly?
  Reply With Quote
 

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » 113x [ADDON_ACTION_BLOCKED] AddOn 'NimhfreeUI' tried to call the protected function '


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