Showing results 1 to 25 of 154
Search took 0.01 seconds.
Search: Posts Made By: eiszeit
Forum: General Authoring Discussion 06-27-19, 11:57 PM
Replies: 27
Views: 9,490
Posted By eiszeit
Hm, I am trying to fix rBuffFrame...

Hm, I am trying to fix rBuffFrame (https://github.com/zorker/rothui/blob/master/wow8.0/rBuffFrame/core.lua#L129)/rActionBar ...
Forum: General Authoring Discussion 06-27-19, 12:06 AM
Replies: 27
Views: 9,490
Posted By eiszeit
Sorry to hijack, but I have that errror, too, but...

Sorry to hijack, but I have that errror, too, but without WorldFrame ... just with DebuffFrame and something else (have to look when I am home). I thought it only occurs when anchoring to the...
Forum: Legion Beta archived threads 10-29-16, 07:49 AM
Replies: 17
Views: 16,532
Posted By eiszeit
Hm, on my resolution and display I had to set it...

Hm, on my resolution and display I had to set it to -3 instead of -2.
Forum: Chit-Chat 09-19-16, 12:27 AM
Replies: 8
Views: 7,980
Posted By eiszeit
Happy birthday! :)

Happy birthday! :)
Forum: Lua/XML Help 08-30-16, 06:18 AM
Replies: 2
Views: 1,898
Posted By eiszeit
Oh! That worked. Kinda unprecise way to get it...

Oh! That worked. Kinda unprecise way to get it done but here it is:

local r, g, b = line.Text:GetTextColor()
-- hacky way to get bonus objective titles in another font
--...
Forum: Lua/XML Help 08-30-16, 03:59 AM
Replies: 2
Views: 1,898
Posted By eiszeit
BonusObjectiveTracker, changing font.

Hello there,

I have this problem here (https://dl.dropboxusercontent.com/u/2051073/lynui/screens/WoWScrnShot_083016_034554.jpg) with the bonus objective tracker. You can see that all quest titles,...
Forum: oUF (Otravi Unit Frames) 12-10-14, 05:27 AM
Replies: 10
Views: 6,675
Posted By eiszeit
That simple. Sometimes I can't see shit around me...

That simple. Sometimes I can't see shit around me ... thanks again. I'll test it when I am home from work.
Forum: oUF (Otravi Unit Frames) 12-08-14, 03:53 PM
Replies: 10
Views: 6,675
Posted By eiszeit
I guess I'll leave it like that then ... maybe...

I guess I'll leave it like that then ... maybe adding the IsInInstance()-Variant when I have an idea how I do that exactly.

Thanks again, Phanx! :)
Forum: oUF (Otravi Unit Frames) 12-08-14, 09:42 AM
Replies: 10
Views: 6,675
Posted By eiszeit
So, I would also see debuffs/buffs of people...

So, I would also see debuffs/buffs of people inside town, even if they are players?


You mean in the party part? Or also in target?


Ah, thanks! Will test this when I am home from work (sadly, in 3...
Forum: oUF (Otravi Unit Frames) 12-08-14, 06:09 AM
Replies: 10
Views: 6,675
Posted By eiszeit
Theoretically I don't need the IsInInstance...

Theoretically I don't need the IsInInstance anymore after that change, right? I mean I had it in my code just because I am sure I am in an instance or group - but if it works also out of a dungeon...
Forum: oUF (Otravi Unit Frames) 12-08-14, 04:05 AM
Replies: 10
Views: 6,675
Posted By eiszeit
I coded while raiding, so couldn't spam my chat...

I coded while raiding, so couldn't spam my chat with print messages last night. That's where I found out, what was wrong.

The problem I have is that somehow in raid, it shows me *all* debuffs and...
Forum: oUF (Otravi Unit Frames) 12-08-14, 03:10 AM
Replies: 10
Views: 6,675
Posted By eiszeit
Aura filtering problems

Good Morning,

I am trying to create an aura filter for my oUF layout and I am a bit struggling because it doesn't really work like I want it - and I have no idea why.

Especially the target is the...
Forum: AddOn Help/Support 10-31-14, 03:19 AM
Replies: 3
Views: 2,308
Posted By eiszeit
I used some of Butger's textures and created some...

I used some of Butger's textures and created some for myself in my UI (Lyn UI). The border I used in oUF_Phanx was the one from Butger, yes. Not exactly sure which one of them. The thicker one, I...
Forum: Lua/XML Help 10-17-14, 03:40 AM
Replies: 2
Views: 1,979
Posted By eiszeit
Coloring items/spells in BNet whispers

Is it possible to color items and spells in battle.net whispers? Currently everything in there is cyan/whatever the color you chose.

I tried looking into the source if I can find something in there...
Forum: Lua/XML Help 08-18-14, 01:53 AM
Replies: 3
Views: 2,875
Posted By eiszeit
Thanks. Tried both, didn't work somehow. Obble...

Thanks. Tried both, didn't work somehow. Obble gave me his code now and this seem to work.
Forum: Lua/XML Help 08-16-14, 12:27 AM
Replies: 3
Views: 2,875
Posted By eiszeit
ChatFrame Tab Text font border not working?

I may have missed this in a patch or so ... but since when isn't it possible to change the font flags of the ChatFrame Tab Text?

I know I had it like this in my old UI and it worked, but now it...
Forum: News 08-14-14, 12:13 AM
Replies: 141
Views: 106,267
Posted By eiszeit
... try it from the character selection screen. I...

... try it from the character selection screen. I tried it on the website first, too.
Forum: Lua/XML Help 08-12-14, 10:53 AM
Replies: 11
Views: 4,550
Posted By eiszeit
So, after I got from work .. I tried it again how...

So, after I got from work .. I tried it again how Phanx it suggested. It works. I am quite happy with the result, thanks for the...
Forum: Lua/XML Help 08-11-14, 01:19 PM
Replies: 11
Views: 4,550
Posted By eiszeit
Shame on me, thank you! :) I'll try out using...

Shame on me, thank you! :)

I'll try out using the CPoints function as base.
Forum: Lua/XML Help 08-11-14, 01:04 PM
Replies: 11
Views: 4,550
Posted By eiszeit
Phanx, I deleted the chat messages, because after...

Phanx, I deleted the chat messages, because after I saw that the events are working I removed the unneccessary code. So, it's the actual code w/o print messages. Also, I only wanted to post the...
Forum: Lua/XML Help 08-11-14, 12:56 PM
Replies: 11
Views: 4,550
Posted By eiszeit
Oh! That must be it, I'll try it out when server...

Oh! That must be it, I'll try it out when server is on again.
Forum: Lua/XML Help 08-11-14, 12:47 PM
Replies: 11
Views: 4,550
Posted By eiszeit
I am spawning it on the player frame, because I...

I am spawning it on the player frame, because I don't need the target ("anymore") for CPs in WoD.

As I said, the events fire, the only issue is, the frame I created doesn't show .. the text itself...
Forum: Lua/XML Help 08-11-14, 12:26 PM
Replies: 11
Views: 4,550
Posted By eiszeit
But these are both in the same file. The layout...

But these are both in the same file. The layout itself doesn't use the variables. Hmmm.
Forum: Lua/XML Help 08-11-14, 12:02 PM
Replies: 11
Views: 4,550
Posted By eiszeit
Anticipation tracking on oUF frame

Hello there!

I am trying to track my Anticipation (http://www.wowhead.com/spell=114015)stacks (Rogue Lvl 90 Talent where you can store up additional 5 combo points) on my oUF layout.

This is the...
Forum: WoD Beta archived threads 08-06-14, 05:31 AM
Replies: 20
Views: 12,265
Posted By eiszeit
Wish I had WoW at work, so I could finally finish...

Wish I had WoW at work, so I could finally finish my oUF layout.
Showing results 1 to 25 of 154