View Single Post
04/22/14, 04:46 PM   #21
inspyr1314
 
inspyr1314's Avatar
Join Date: Apr 2014
Posts: 6
If you could be so kind, a few posts above you mentioned ~~
ZO_ReticleContainerInteract:SetAnchor(CENTER, ZO_ReticleContainer, CENTER, 35, 250)

^ that is line 1086 of ReticleSettings.lua
That could cause issues if any other addon touches Reticle, because it doesn't first :ClearAnchors()
and

Also this from Thurisaz Guild Info could cause the same error:

function TI.ReAnchorControl(control, newAnchor, newOffsetX, ...

It doesn't clear the anchor before re-setting it.
~~ could you please, in dummy terms, explain to me how to "fix" those two potential problems that you pointed out?

Thanks
  Reply With Quote