Results: 6Comments by: semibank
File: SLDataText02-27-10
Fixing the zone text thingie
Posted By: semibank
I just deleted line 197 saying "if ( MinimapToggleButton:IsShown() ) then MinimapToggleButton:Hide() end" and line 238 saying "if ( MinimapToggleButton:IsShown() ) then MinimapToggleButton:Hide() end" in the LUA-file called ZoneText in World of Warcraft\Interface\AddOns\SLDataText\Elements, and it worked fine for me, no more errors a...
File: CoolLine04-22-09
Hey, I was just wondering about the...
Posted By: semibank
Hey, I was just wondering about the possibilities of having different setups on different characters; I've changed the .toc-file to SavedVariablesPerCharacter, and I'm guessing I need to change CoolLineDB = CoolLineDB or { } db = CoolLineDB if db.dbinit ~= 1 then db.dbinit = 1 for k,v in pairs({ And I prolly need to c...
File: oUF P3lim11-08-08
Date: 2008-11-08 13:32:41 ID: 51...
Posted By: semibank
Date: 2008-11-08 13:32:41 ID: 51 Error occured in: Global Count: 1 Message: ..\AddOns\oUF_P3lim\oUF_P3lim.lua line 398: attempt to call method 'SetAttributes' (a nil value) Debug: : SetAttributes() oUF_P3lim\oUF_P3lim.lua:398: in main chunk AddOns: Align Aloft, v2.2.0.154 AtlasLoot, vAtlasLoot Enhanced v5.0...
File: oUF P3lim11-07-08
Originally posted by p3lim Then c...
Posted By: semibank
Originally posted by p3lim Then create the following line somewhere in the bottom of the lua file oUF:Spawn('header', 'oUF_PartyDummy'):SetAttribute('showParty', false) This is drycoded however Well, still throws me the same error, but it's only once when I log on and seeing as I use swatter I really dont have to see the er...
File: oUF P3lim11-06-08
Originally posted by p3lim This l...
Posted By: semibank
Originally posted by p3lim This layout doesnt even spawn a party header No, but it doesnt hide the default blizzard ones either, does it? They appeard for me atleast.
File: oUF P3lim11-06-08
Is there any way to hide the defaul...
Posted By: semibank
Is there any way to hide the default party frames? oUF:Spawn('header', 'oUF_Party') party:SetManyAttributes('showParty', false) I stole that from oUF_deith and added it at the end of the lua, it did remove the party frames, but throws me an error when I log in. Message: ..\AddOns\oUF_P3lim\oUF_P3lim.lua line 399: attemp...