This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
function rSelfCast:OnEnable() self:SetDebugging(self.db.profile.debug) MainMenuBarArtFrame:SetAttribute("unit2", "player"); MultiBarBottomLeft:SetAttribute("unit2", "player"); MultiBarBottomRight:SetAttribute("unit2", "player"); MultiBarRight:SetAttribute("unit2", "player"); MultiBarLeft:SetAttribute("unit2", "player"); BonusActionBarFrame:SetAttribute("unit2", "player"); end function rSelfCast:OnDisable() self:SetDebugging(self.db.profile.debug) MainMenuBarArtFrame:SetAttribute("unit2", ""); MultiBarBottomLeft:SetAttribute("unit2", ""); MultiBarBottomRight:SetAttribute("unit2", ""); MultiBarRight:SetAttribute("unit2", ""); MultiBarLeft:SetAttribute("unit2", ""); BonusActionBarFrame:SetAttribute("unit2", ""); end
## Interface: 20200
OnEnable and OnDisable must be replace with :
in the file : rSelfCast.toc
Thanks,
Faerian