Showing results 1 to 25 of 26
Search took 0.00 seconds.
Search: Posts Made By: Macniel
Forum: AddOn Search/Requests 05-25-09, 04:28 PM
Replies: 6
Views: 3,999
Posted By Macniel
wouldn't "Fullscreen effects" (see graphic...

wouldn't "Fullscreen effects" (see graphic options) do what you want? As far as I know the Screenborder become a red border when you are under 10% health
Forum: General Authoring Discussion 05-25-09, 11:47 AM
Replies: 4
Views: 4,290
Posted By Macniel
can't you just dump UIParent:GetChildren() ? As I...

can't you just dump UIParent:GetChildren() ? As I see you are only concern about the toplevel Frames like CharakterFrame, HelpFrame and such.
Forum: General Authoring Discussion 05-24-09, 01:36 PM
Replies: 12
Views: 9,602
Posted By Macniel
I had search config.wtf and found a Config Value...

I had search config.wtf and found a Config Value called equipmentManager

so you can check with GetCVarBool("equipmentManager") if the Equipment Manager is active or not (but the equipset slash...
Forum: Carbonite Archive 04-22-09, 10:41 AM
Replies: 25
Views: 21,436
Posted By Macniel
I am wondering what those guys are trying to......

I am wondering what those guys are trying to... isn't it so that removing of copyrights or copylefts is against law ? Do those guys really want a court ?
Forum: UI Screenshots, Feedback and Design Discussion 03-28-09, 05:34 AM
Replies: 4,945
Views: 2,257,863
Posted By Macniel
My UI nothing really special but its a heavy...

My UI nothing really special but its a heavy customized default interface
Forum: AddOn Help/Support 10-26-08, 10:42 AM
Replies: 17
Views: 10,672
Posted By Macniel
Yes WoWMatrix can show a Name which may be...

Yes WoWMatrix can show a Name which may be probably the Author, in the case of ImprovedMerchant the Author is Drooliog but thats not correct, I am actual the Author (I have send WoWmatrix a message).
Forum: Chit-Chat 08-27-08, 06:11 AM
Replies: 66
Views: 24,839
Posted By Macniel
In my opinion, a simple rating from 1 to 5 is not...

In my opinion, a simple rating from 1 to 5 is not very representive about the quality about an AddOn. I would prefer a more complex rating system with some criterias like "how intuitive is the AddOn"...
Forum: Lua/XML Help 08-18-08, 02:00 PM
Replies: 9
Views: 5,367
Posted By Macniel
As far as i know whenever an Aura (buff/debuff)...

As far as i know whenever an Aura (buff/debuff) has been casted *_aura_applied should be called.

so you can tell when spell_aura_applied with Molten Armor as spellName will be called your Molten...
Forum: Released Compilations 08-15-08, 06:36 AM
Replies: 170
Views: 80,089
Posted By Macniel
Hai Veniche thank you for putting in...

Hai Veniche thank you for putting in ImprovedMerchant into your collection but could you please include the most recent version ( http://www.wowinterface.com/downloads/download.php?id=9267&aid=20476...
Forum: AddOn Search/Requests 07-31-08, 12:20 PM
Replies: 7
Views: 4,530
Posted By Macniel
I think this little AddOn will satisfy you...

I think this little AddOn will satisfy you

http://www.wowinterface.com/downloads/info9952-WatchSkills.html

let me know :banana:
Forum: General Authoring Discussion 07-28-08, 06:11 AM
Replies: 8
Views: 6,304
Posted By Macniel
This is very odd, As I joined an EotS Battleifled...

This is very odd, As I joined an EotS Battleifled and dumped GetBattelFieldStatus(1) (it was the only queue I joined in fact) i got the values : "active", "Auge des Sturms", 70, 70, 15, nil back
Forum: General Authoring Discussion 07-28-08, 02:46 AM
Replies: 8
Views: 6,304
Posted By Macniel
To determinate that your are in an active...

To determinate that your are in an active Battlefield you can query your battlefield queues for an active status:

http://www.wowwiki.com/API_GetBattlefieldStatus

this should allways work
Forum: AddOn Search/Requests 07-27-08, 02:20 AM
Replies: 7
Views: 3,285
Posted By Macniel
Mmmh maybe you could hook the itemButton specfic...

Mmmh maybe you could hook the itemButton specfic function "SetItemButtonTexture(button, texture)" which will be called by buttons who are inherit from ItemButtonTemplate (this should be infact be...
Forum: Lua/XML Help 07-27-08, 02:16 AM
Replies: 3
Views: 7,896
Posted By Macniel
When you are using the UIPanelScrollFrameTemplate...

When you are using the UIPanelScrollFrameTemplate you do not need a update function because it redraws itself (like every ScrollFrame should after 2.3) you only need to anchor the top side from your...
Forum: Lua/XML Help 07-26-08, 05:35 PM
Replies: 3
Views: 7,896
Posted By Macniel
You could probably just use a ScrollFrame Object...

You could probably just use a ScrollFrame Object with your multiline editbox as the scrollchild like it is mentioned on the corresponding Wiki page :

http://www.wowwiki.com/UIOBJECT_ScrollFrame
Forum: Lua/XML Help 03-24-08, 07:13 PM
Replies: 1
Views: 3,279
Posted By Macniel
You like to Send a Chat Message with the text of...

You like to Send a Chat Message with the text of your Editbox when you press your Button? this is easy stuff,

1. you have to get the Text of the Editbox
2. you have to pass it to SendChatMessage...
Forum: General Authoring Discussion 01-19-08, 06:13 AM
Replies: 3
Views: 3,445
Posted By Macniel
XML is great if you are planing of reusing...

XML is great if you are planing of reusing objects you can inherit the display and the values of XML-based frames to Lua- or other XML-based frames, you can't inherit frames created in Lua to other...
Forum: Chit-Chat 01-08-08, 12:30 AM
Replies: 20
Views: 7,608
Posted By Macniel
Horray a little girl has arrived! Congratulations...

Horray a little girl has arrived! Congratulations Slouken
Forum: AddOn Search/Requests 12-31-07, 06:05 AM
Replies: 9
Views: 5,732
Posted By Macniel
These Unitframes looks great!

These Unitframes looks great!
Forum: Lua/XML Help 11-11-07, 04:25 PM
Replies: 0
Views: 3,390
Posted By Macniel
Actionbutton-swapping

Okay, i am on a simple Addon which creates Actionbars on the Screen - this part is easy, no question.

But know I will add this Addon the option to swap the Buttons with the change of stances e.g....
Forum: General Authoring Discussion 11-06-07, 11:56 AM
Replies: 1
Views: 2,815
Posted By Macniel
How important is a low CPU Cycle Rate

Okay I am authoring an AddOn which - values based upon AddonUsage - uses much of the granted CPU-Time.

So here is the question, how important is keeping the usage of CPU-Time low and which type of...
Forum: Lua/XML Help 10-28-07, 07:38 AM
Replies: 1
Views: 3,823
Posted By Macniel
PlayerModel:GetModel() bug

Hello, I am developing a new Addon which uses the Widget PlayerModel to display the Current Target Player in 3D Mode. But there is one big problem which I try to fix but it doesn't work

my first...
Forum: Alpha/Beta AddOns and Compilations 08-24-07, 06:35 AM
Replies: 29
Views: 8,357
Posted By Macniel
hui looks great i'll take one :) but where is...

hui looks great i'll take one :)

but where is the factionbar ? and those Minimap buttons, i dont think i like them on the minimap 'cause its overlapping the art - also i dont like this thin white...
Forum: Chit-Chat 02-06-07, 10:27 AM
Replies: 48
Views: 17,373
Posted By Macniel
Druid: Druidbar (estimate Mana while in...

Druid: Druidbar (estimate Mana while in Bear-/Cat-form)
Candybar (HoT Timer: every Spell on any Friendly Unit gets an ticking graphical Bar)
Forum: General Authoring Discussion 01-18-07, 05:52 AM
Replies: 2
Views: 3,039
Posted By Macniel
hrm ... I would set the Parent of this Button to...

hrm ...
I would set the Parent of this Button to the MerchantFrame, then you can position it with relative to x,y. When the MerchantFrame is invisible, the Button too.
Showing results 1 to 25 of 26