Showing results 1 to 25 of 125
Search took 0.01 seconds.
Search: Posts Made By: Bruners
Forum: oUF (Otravi Unit Frames) 03-23-10, 08:55 PM
Replies: 2
Views: 4,218
Posted By Bruners
What layout are you using? Anyway open the...

What layout are you using?
Anyway open the layouts .lua file in a text editor and locate the part where it says (most likely at the bottom)


local party = oUF:Spawn("header", "oUF_Party")

and...
Forum: General WoW Chat 02-21-10, 04:40 PM
Replies: 29
Views: 15,467
Posted By Bruners
hide action bars with dominos, let oPanel handle...

hide action bars with dominos, let oPanel handle oChat, loot, Omen and Recount, oCD for cooldowns, NeedToKnow for procs and debuffs, oUF with my layout and done.
Forum: Tech Chat 02-21-10, 09:32 AM
Replies: 34
Views: 17,873
Posted By Bruners
seems like this thread needs more Arch fanbois

seems like this thread needs more Arch fanbois
Forum: oUF (Otravi Unit Frames) 02-16-10, 08:47 AM
Replies: 5
Views: 7,341
Posted By Bruners
Please provide either some code or what layout...

Please provide either some code or what layout you are using
Forum: oUF (Otravi Unit Frames) 02-16-10, 01:54 AM
Replies: 2
Views: 3,518
Posted By Bruners
Or you could use...

Or you could use oUF_Movableframes

http://www.wowinterface.com/downloads/info15425-oUF_MovableFrames.html
Forum: AddOn Search/Requests 02-15-10, 11:58 AM
Replies: 4
Views: 4,532
Posted By Bruners
oUF is kinda just the framework, what layout you...

oUF is kinda just the framework, what layout you are using with oUF is what gives you the visible frames, try changing the layout you are using to a different one as there are a lot of layouts to...
Forum: oUF (Otravi Unit Frames) 02-14-10, 10:19 AM
Replies: 6
Views: 12,002
Posted By Bruners
google russian...

google russian fonts


http://www.cyrillic.com/ref/cyrillic/fontlist.html
Forum: oUF (Otravi Unit Frames) 02-14-10, 09:14 AM
Replies: 6
Views: 12,002
Posted By Bruners
change the font file with one that supports...

change the font file with one that supports russian characters.
most likely it's name is font*.ttf
Forum: Dev Tools 02-13-10, 06:26 AM
Replies: 25
Views: 37,663
Posted By Bruners
it is only first generation of Silverlight that...

it is only first generation of Silverlight that is working with Moonlight, and barely that due to crappy implementations.
Forum: Dev Tools 02-12-10, 09:30 PM
Replies: 25
Views: 37,663
Posted By Bruners
To bad silverlight 3 doesn't work on Linux yet.

To bad silverlight 3 doesn't work on Linux yet.
Forum: AddOn Search/Requests 02-11-10, 09:04 PM
Replies: 3
Views: 3,972
Posted By Bruners
tekability + oGlow Fizzle

tekability + oGlow
Fizzle
Forum: AddOn Help/Support 02-02-10, 09:05 PM
Replies: 1
Views: 2,731
Posted By Bruners
Try disabling tiptac

Try disabling tiptac
Forum: UI Screenshots, Feedback and Design Discussion 02-02-10, 04:19 PM
Replies: 4,945
Views: 2,240,586
Posted By Bruners
Also putting in a comment to why you have decided...

Also putting in a comment to why you have decided to comment out said code is a good habbit.



--[[ XXXX Removing for now as it doesn't work properly
random
code
here*]]--
Forum: AddOn Help/Support 02-02-10, 04:10 PM
Replies: 3
Views: 3,936
Posted By Bruners
If you want to delete a characters data to start...

If you want to delete a characters data to start over just open your WTF-folder and locate server and character name and remove the folder and its contents.

Or you could remove your WTF-folder...
Forum: AddOn Search/Requests 02-02-10, 04:03 PM
Replies: 5
Views: 4,342
Posted By Bruners
I guess you could use broker: refills...

I guess you could use broker: refills (http://www.wowinterface.com/downloads/info13413-Broker_Refills.html) for this and set it to your ammo type, just remember to adjust it to not buy at all or...
Forum: Lua/XML Help 01-20-10, 08:19 AM
Replies: 14
Views: 8,919
Posted By Bruners
well its not that much now is it? local _,...

well its not that much now is it?


local _, player = UnitClass("player")
local colors = RAID_CLASS_COLORS
local r, g, b = colors[player].r*255, colors[player].g*255, colors[player].b*255
local...
Forum: Lua/XML Help 01-20-10, 05:38 AM
Replies: 14
Views: 8,919
Posted By Bruners
Spoon feeding SetText(string.format("%d...

Spoon feeding

SetText(string.format("%d |cff%02x%02x%02xfps|r ||| %d |cff%02x%02x%02xms|r", floor(GetFramerate()), RAID_CLASS_COLORS[select(2, UnitClass("player"))].r*255,...
Forum: Lua/XML Help 01-20-10, 04:59 AM
Replies: 14
Views: 8,919
Posted By Bruners
what you are looking for is...

what you are looking for is string.format

SetText(string.format("|cffffffffFPS|r %d || |cffffffffMS|r %d", fpsfunc, msfunc))


http://lua-users.org/wiki/StringLibraryTutorial
Forum: oUF (Otravi Unit Frames) 01-20-10, 12:27 AM
Replies: 14
Views: 8,798
Posted By Bruners
you comment it out -- This is a single line...

you comment it out


-- This is a single line comment

--[[ this is a multi-line comment
local raid = {}
raid:SetManyAttributes(
"showRaid", true,
"groupFilter", i,
Forum: oUF (Otravi Unit Frames) 01-19-10, 12:09 AM
Replies: 14
Views: 8,798
Posted By Bruners
find the party spawning code and comment it out,...

find the party spawning code and comment it out, typical start for that code would look like


local party = oUF:Spawn("header", "oUF_Party")
...
...
Forum: oUF (Otravi Unit Frames) 01-16-10, 08:56 PM
Replies: 2
Views: 3,438
Posted By Bruners
local PostUpdateAuraIcon do local playerUnits...

local PostUpdateAuraIcon
do
local playerUnits = {
player = true,
pet = true,
vehicle = true,
}

PostUpdateAuraIcon = function(self, icons, unit, icon, index,...
Forum: oUF (Otravi Unit Frames) 01-16-10, 02:28 PM
Replies: 17
Views: 8,183
Posted By Bruners
But, can't you achieve your border effect with a...

But, can't you achieve your border effect with a simple backdrop?
Forum: oUF (Otravi Unit Frames) 01-14-10, 11:15 PM
Replies: 4
Views: 5,581
Posted By Bruners
You can look at oUF Caellian, he got some mouse...

You can look at oUF Caellian, he got some mouse over stuff
Forum: AddOn Search/Requests 01-14-10, 01:26 PM
Replies: 6
Views: 4,285
Posted By Bruners
So much slacking! what features are missing on...

So much slacking! what features are missing on github?
Forum: oUF (Otravi Unit Frames) 01-14-10, 12:27 PM
Replies: 8
Views: 4,216
Posted By Bruners
i would guess that updating bartender or other...

i would guess that updating bartender or other addons used in spartan would make spartan reinstall itself and by that writing over oUF again.
Try ignoring SpartanUI in your client
Showing results 1 to 25 of 125