Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: Dawn
Forum: Legion Beta archived threads 09-09-16, 02:32 PM
Replies: 2
Views: 4,987
Posted By Dawn
Thanks, I look into it. :)

Thanks, I look into it. :)
Forum: Legion Beta archived threads 09-08-16, 02:56 PM
Replies: 2
Views: 4,987
Posted By Dawn
nameplate elements issue

I'm currently trying to clean up my nameplates. I fail to find a resource that tells me what are the names of the new elements on nameplates. Like EliteIcon, "EyeofSauron", CombatIcon, ... where do I...
Forum: AddOn Search/Requests 09-29-15, 09:54 AM
Replies: 9
Views: 6,553
Posted By Dawn
Hehe, okay:) What I do for keybinds on...

Hehe, okay:)


What I do for keybinds on different characters in WoW: put similar abilities on the same keybinding.

example
Pally Bubble is on the same button as Deterrance, Ice Block, ... "oh shit...
Forum: AddOn Search/Requests 09-29-15, 08:54 AM
Replies: 9
Views: 6,553
Posted By Dawn
I still don't really know why you want to see all...

I still don't really know why you want to see all those keys in whatever way other than for cooldown tracking reasons, maybe. because the point of keybindings is to know them without looking at the...
Forum: AddOn Search/Requests 09-28-15, 09:34 AM
Replies: 9
Views: 6,553
Posted By Dawn
I'm quite confident in saying that your...

I'm quite confident in saying that your understanding of effective keybinding is flawed. A lot.

Naturally you want to keybind stuff close and around your WASD keys and even tho I personally have a...
Forum: General WoW Chat 09-17-15, 11:29 PM
Replies: 3
Views: 10,563
Posted By Dawn
Yeah. Didn't even know that option...

Yeah.

Didn't even know that option existed.

Thanks a lot! This was very very annoying! :D
Forum: General WoW Chat 09-17-15, 03:12 PM
Replies: 3
Views: 10,563
Posted By Dawn
really strange bag sorting issue

I have no idea where to put this, so general wow chat it is.

And here it goes; On my warrior main - for whatever reason - new loot does not go into the standard backpack (that 16 slot "first bag"...
Forum: Lua/XML Help 09-16-15, 11:29 PM
Replies: 3
Views: 4,163
Posted By Dawn
I just copy and pasted that, didnt give it...

I just copy and pasted that, didnt give it another thought when it worked out of the box. Thanks for the heads up tho. ;)
Forum: Lua/XML Help 09-10-15, 03:11 AM
Replies: 3
Views: 4,163
Posted By Dawn
Spell ID mouseover macro ... or something like that

Is there a mouseover macro that puts out spellIDs to chat when you mouseover a buff?

Or an addon that adds spellIDs to your tooltip?

Issue is, I'm using a Tag in my oUF layout to track some buff...
Forum: AddOn Help/Support 09-04-15, 07:03 PM
Replies: 5
Views: 5,481
Posted By Dawn
You could put this below your UnitSpecific...

You could put this below your UnitSpecific code



-- raid, party
do
UnitSpecific.party = function(self, ...)
Shared(self, ...)

-- your party stuff here
Forum: AddOn Help/Support 09-04-15, 03:26 PM
Replies: 5
Views: 5,481
Posted By Dawn
For nameplates, try changing frame.healthBar,...

For nameplates, try changing

frame.healthBar, frame.castBar = frame.barFrame:GetChildren()

to

frame.healthBar, frame.absorbBar, frame.castBar = frame.barFrame:GetChildren()


For oUF, I can...
Forum: oUF (Otravi Unit Frames) 12-11-14, 10:07 AM
Replies: 9
Views: 6,071
Posted By Dawn
Just took a glance at your code. I noticed that...

Just took a glance at your code. I noticed that you can easily optimize by reusing similar code.

For instance, create health and power bar code just once and insert it for each unit.

You could do...
Forum: oUF (Otravi Unit Frames) 12-10-14, 09:57 PM
Replies: 7
Views: 4,805
Posted By Dawn
I'd go with local hp = CreateFrame("StatusBar",...

I'd go with

local hp = CreateFrame("StatusBar", nil, self)
self.Health = hp


Which means you can save yourself some typing whenever you address hp, at least that's the main advantage for me....
Forum: UI Screenshots, Feedback and Design Discussion 12-08-14, 10:01 AM
Replies: 2
Views: 4,356
Posted By Dawn
Glad you like it. It's a graphical UI, yes. Not...

Glad you like it. It's a graphical UI, yes. Not everyones taste. I didnt feel like i want another minimalistic, pixel UI. Even tho I still managed to pull of a clean look, despite the rugged...
Forum: UI Screenshots, Feedback and Design Discussion 12-06-14, 09:33 PM
Replies: 89
Views: 197,400
Posted By Dawn
This is what I am using for solo play and PvP...

This is what I am using for solo play and PvP right now.

If you want to have a go at it ... click HERE...
Forum: Graphics Help 07-01-13, 08:16 AM
Replies: 1
Views: 10,293
Posted By Dawn
I'm pretty certain that he used kgpanels for the...

I'm pretty certain that he used kgpanels for the backgrounds, not Pitbull. Textures should be included in the package you linked. Those rounded corners are textures, too.

As for oUF, take a look at...
Forum: General Authoring Discussion 06-27-13, 11:37 AM
Replies: 44
Views: 26,962
Posted By Dawn
Yey, animated! love this stuff. still using...

Yey, animated! love this stuff. still using blodyscreen, btw. can't wait for this. :D
Forum: oUF (Otravi Unit Frames) 06-16-13, 05:01 PM
Replies: 14
Views: 18,830
Posted By Dawn
Thanks, figured it out when you updated your...

Thanks, figured it out when you updated your layout a couple of days ago. Not quite sure why it didn't work before, but works fine now. :)

local arenaprep = {}
for i = 1, 5 do
arenaprep[i] =...
Forum: General Authoring Discussion 06-10-13, 04:04 PM
Replies: 44
Views: 26,962
Posted By Dawn
Will try. Now I have to decide which one to use;...

Will try. Now I have to decide which one to use; Bloody Screen or this one. Both at once seem to be a little bit of visual overkill. :)
Forum: oUF (Otravi Unit Frames) 06-06-13, 08:32 AM
Replies: 14
Views: 18,830
Posted By Dawn
Even showing the default arena frames until the...

Even showing the default arena frames until the gate opens would be okay for me. This needs a solution, please, please, did i say... please? :)
Forum: General Authoring Discussion 06-02-13, 08:15 PM
Replies: 44
Views: 26,962
Posted By Dawn
Glad to see this comin' back to life, will take a...

Glad to see this comin' back to life, will take a look at, both once I'm back from work. :)
Forum: oUF (Otravi Unit Frames) 06-02-13, 01:25 PM
Replies: 14
Views: 18,830
Posted By Dawn
Would still like to have this working...

Would still like to have this working properly.

I tried the "mono way" but it just didn't do anything. Not sure what's going on there. Couldn't get it to work. And not getting an error isn't really...
Forum: General Authoring Discussion 06-01-13, 07:23 PM
Replies: 44
Views: 26,962
Posted By Dawn
Nice, really looks like in does in Metro. :)

Nice, really looks like in does in Metro. :)
Forum: General Authoring Discussion 05-31-13, 11:48 AM
Replies: 44
Views: 26,962
Posted By Dawn
gogo youtube! ;)

gogo youtube! ;)
Forum: General Authoring Discussion 05-31-13, 07:47 AM
Replies: 44
Views: 26,962
Posted By Dawn
Are you missing a texture file link, or am I just...

Are you missing a texture file link, or am I just keep not seeing it? :)

E: Nevermind it's part of your power auras ... will check the textures in PS.

E2: ... attached the edited textures. note: I...
Showing results 1 to 25 of 500