Showing results 1 to 25 of 200
Search took 0.01 seconds.
Search: Posts Made By: Waky
Forum: AddOn Help/Support 01-25-13, 06:30 PM
Replies: 5
Views: 3,794
Posted By Waky
I think you're looking for the GlobalStrings...

I think you're looking for the GlobalStrings (https://github.com/tekkub/wow-ui-source/blob/live/FrameXML/GlobalStrings.lua).
Forum: General Authoring Discussion 01-22-13, 08:25 PM
Replies: 14
Views: 16,328
Posted By Waky
I honestly cannot tell if the OP is trying to...

I honestly cannot tell if the OP is trying to communicate cross-faction or just translate reputation factions. Care to clarify, A_Nolan?
Forum: AddOn Help/Support 01-20-13, 10:06 PM
Replies: 4
Views: 3,771
Posted By Waky
I can't say I entirely understand what these tags...

I can't say I entirely understand what these tags are supposed to do, but I tried.


function(unit, cache, textframe)
if (UnitAffectingCombat("player")) then
if (cache.perchp<99) then
return...
Forum: AddOn Search/Requests 04-15-12, 09:09 AM
Replies: 9
Views: 6,678
Posted By Waky
I shall link once again back to this...

I shall link once again back to this (http://www.wowinterface.com/forums/showthread.php?t=42630).

Nice new avatar btw.
Forum: AddOn Help/Support 04-15-12, 07:34 AM
Replies: 4
Views: 4,100
Posted By Waky
Type /fstack in game, then put your mouse over...

Type /fstack in game, then put your mouse over the bar. You'll see a little window listing a bunch of frame names, you should be able to figure out the name of this bar by doing this.

If you post...
Forum: Lua/XML Help 04-12-12, 02:34 PM
Replies: 1
Views: 3,015
Posted By Waky
If you use nameplates it will change color when...

If you use nameplates it will change color when you select a target. If this isn't apparent enough for you, you could look into getting a nameplate addon (i.e. Tidy Plates...
Forum: Chit-Chat 04-09-12, 10:11 AM
Replies: 7
Views: 8,030
Posted By Waky
Happy birthday!

Happy birthday!
Forum: UI Screenshots, Feedback and Design Discussion 04-08-12, 05:14 PM
Replies: 6
Views: 6,306
Posted By Waky
Seems to me you have a lot of unused action bar...

Seems to me you have a lot of unused action bar slots. Maybe you should make the action bars only 3 rows tall and make the panels the same height as the side panels.

I think it'd look better! You...
Forum: Lua/XML Help 04-08-12, 07:41 AM
Replies: 5
Views: 4,535
Posted By Waky
I'm pretty sure [stealth] will work under Show...

I'm pretty sure [stealth] will work under Show States.
Forum: AddOn Help/Support 04-07-12, 04:34 PM
Replies: 11
Views: 7,096
Posted By Waky
Haha, thanks :) Glad to see you got your problem...

Haha, thanks :) Glad to see you got your problem fixed!
Forum: AddOn Help/Support 04-07-12, 03:40 PM
Replies: 11
Views: 7,096
Posted By Waky
Those two lines have absolutely no value in the...

Those two lines have absolutely no value in the code other than to present the

b) wrong size...
c) wrong size...

They won't change how the addon functions in any manner.
Forum: AddOn Help/Support 04-07-12, 03:26 PM
Replies: 11
Views: 7,096
Posted By Waky
As long as the nameplates are working fine, you...

As long as the nameplates are working fine, you can just go comment out or delete those 2 lines unlimit was referring to.
Forum: AddOn Help/Support 04-07-12, 11:49 AM
Replies: 11
Views: 7,096
Posted By Waky
Could you give a list of your addons that you're...

Could you give a list of your addons that you're using? I've never heard anyone talk about this problem before, lol.
Forum: UI Screenshots, Feedback and Design Discussion 04-07-12, 06:55 AM
Replies: 53
Views: 39,787
Posted By Waky
I think the panels could work, I would just lower...

I think the panels could work, I would just lower their opacity by a good bit. But if it's this opacity or not, I'd say no panels.
Forum: News 04-02-12, 01:13 PM
Replies: 48
Views: 65,142
Posted By Waky
If we had a rep system, you'd be getting one from...

If we had a rep system, you'd be getting one from me for this, lol.

+1
Forum: News 04-01-12, 07:41 AM
Replies: 48
Views: 65,142
Posted By Waky
Lua got boring anyway...

Lua got boring anyway...
Forum: AddOn Search/Requests 03-31-12, 05:40 PM
Replies: 11
Views: 6,681
Posted By Waky
This can be accomplished by using an info bar,...

This can be accomplished by using an info bar, like DataBroker. This creates a bar, then you can put plugins on it to track various information that you'd like to see.

You'll need a bar addon, here...
Forum: Lua/XML Help 03-31-12, 10:50 AM
Replies: 9
Views: 6,432
Posted By Waky
It's above the...

It's above the...
Forum: UI Screenshots, Feedback and Design Discussion 03-30-12, 04:56 PM
Replies: 26
Views: 18,007
Posted By Waky
I really wish Blizz would drop the subscription...

I really wish Blizz would drop the subscription cost to $10/mo, I'm sure they'd stop losing as many subscribers each quarter. It'd definitely revive the game, but they'd have to hold the load of more...
Forum: AddOn Help/Support 03-30-12, 01:44 PM
Replies: 2
Views: 6,616
Posted By Waky
It looks like you've left the alpha mask from the...

It looks like you've left the alpha mask from the round minimap. If you're using Photoshop, go to the "Channels" tab and edit the "Alpha" channel to be white only where you want the image to show up.
Forum: MoP Beta archived threads 03-27-12, 01:01 PM
Replies: 31
Views: 20,104
Posted By Waky
That's epic.

That's epic.
Forum: AddOn Search/Requests 03-26-12, 12:34 PM
Replies: 4
Views: 6,214
Posted By Waky
Thanks! I knew it still had something to do with...

Thanks! I knew it still had something to do with facade lol.
Forum: AddOn Help/Support 03-26-12, 11:44 AM
Replies: 9
Views: 6,271
Posted By Waky
Remade the code here: OnLoad: local open =...

Remade the code here:

OnLoad:


local open = false;
local active = false;
local xOffset = 100;
local yOffset = 0;
local animDuration = 2;
Forum: AddOn Search/Requests 03-26-12, 11:10 AM
Replies: 4
Views: 6,214
Posted By Waky
Going through what I can see: Unit Frames:...

Going through what I can see:

Unit Frames: X-Perl Unit Frames (http://www.curse.com/addons/wow/xperl) (Responsible for the ~AGGRO~ in the middle of the screen as well)
Cast bar: Quartz...
Forum: AddOn Help/Support 03-25-12, 08:38 PM
Replies: 9
Views: 6,271
Posted By Waky
I threw this together real quick Create a frame...

I threw this together real quick

Create a frame like you normally would, then put this in it's OnLoad script. Make sure you enable mouse clicks.

OnLoad:

local open = false; -- Don't change...
Showing results 1 to 25 of 200