Showing results 1 to 25 of 66
Search took 0.00 seconds.
Search: Posts Made By: Aezay
Forum: Site help, bugs, suggestions/questions 11-09-10, 03:02 PM
Replies: 4
Views: 1,425
Posted By Aezay
Thanks for the quick fix :)

Thanks for the quick fix :)
Forum: Site help, bugs, suggestions/questions 11-09-10, 02:47 PM
Replies: 4
Views: 1,425
Posted By Aezay
[Error] Replace file failed

I'm getting this error when trying to upload a new release of TipTac.

Replace file failed.

http://www.wowinterface.com/downloads/info7593-TipTac.html
Forum: nUI: Technical Support 08-26-09, 11:02 AM
Replies: 18
Views: 5,707
Posted By Aezay
In the nUI code, are you calling...

In the nUI code, are you calling GetActiveTalentGroup() to check the inspected player's active spec, because it just looks like you're reading their inactive spec in those screenshots.
Forum: Class Discussions 06-11-09, 09:00 AM
Replies: 15
Views: 38,718
Posted By Aezay
There is an option named Only Show Stealable...

There is an option named Only Show Stealable Buffs in the aura plugin for my AzCastBar (http://www.wowinterface.com/downloads/info7458-AzCastBar.html) addon. I don't play a mage myself, but I just...
Forum: Lua/XML Help 05-18-09, 06:46 PM
Replies: 4
Views: 4,796
Posted By Aezay
You must select the active spec to gather the...

You must select the active spec to gather the data from, unlike the player, this doesn't return the active spec when activeSpec is omitted.
local activeSpec = GetActiveTalentGroup(isInspect);
local...
Forum: nUI: Bug Reports 05-17-09, 12:41 PM
Replies: 6
Views: 3,469
Posted By Aezay
You do write you are rewriting the core part to...

You do write you are rewriting the core part to reduce this garbage creation, which is good. But just out of curiosity, why does it create that much garbage? Does it create a lot of tables in an...
Forum: AddOn Search/Requests 05-12-09, 07:03 PM
Replies: 5
Views: 5,211
Posted By Aezay
I actually coded a personal addon to show this....

I actually coded a personal addon to show this. Maybe I should consider making it release worthy.

It breaks down the addon spam into 3 types, by addon, by player and by channel. They basically all...
Forum: nUI: Technical Support 05-09-09, 08:10 AM
Replies: 56
Views: 18,817
Posted By Aezay
A huge memory increase, usually means tables are...

A huge memory increase, usually means tables are created in an OnUpdate or OnEvent handler.

There was an addon once which hooked all frames in the UI, and measured the time and memory increase...
Forum: Alpha/Beta AddOns and Compilations 05-06-09, 01:09 AM
Replies: 15
Views: 5,801
Posted By Aezay
Thought I would just update here, to say I've...

Thought I would just update here, to say I've released the first version of this, under the name AfterMath. You can find it here:

http://www.wowinterface.com/downloads/info13357-AfterMath.html
Forum: AddOn Help/Support 05-04-09, 03:16 PM
Replies: 4
Views: 3,883
Posted By Aezay
Not 100% sure, but "Accidental Presidency"...

Not 100% sure, but "Accidental Presidency" maybe.
Forum: Lua/XML Help 05-03-09, 09:36 AM
Replies: 6
Views: 5,487
Posted By Aezay
Exawatt That is a good alternative, didn't even...

Exawatt
That is a good alternative, didn't even think of that, thanks for the suggestion.
Forum: Lua/XML Help 05-02-09, 01:55 PM
Replies: 6
Views: 5,487
Posted By Aezay
Yes, there would be times where this is not the...

Yes, there would be times where this is not the ideal solution, but lets make a scenario where you just have to keep a lot of user defined colors which are stored between sessions, and all you do is...
Forum: Lua/XML Help 05-02-09, 11:16 AM
Replies: 6
Views: 5,487
Posted By Aezay
Storing Colors in Lua

The most commen way to store colors in Lua is using tables, like this
local color = { r = 1, b = 0.5, g = 0.75 }
Although I prefer this way, because it works with unpack()
local color = { 1, 0.5,...
Forum: AddOn Search/Requests 05-01-09, 07:31 AM
Replies: 9
Views: 4,026
Posted By Aezay
Take a look at data broker...

Take a look at data broker plugins
http://www.wowinterface.com/downloads/index.php?cid=108

Here is one called RangedStats
http://www.wowinterface.com/downloads/info9255-StatBlock_RangedStats.html
Forum: Alpha/Beta AddOns and Compilations 05-01-09, 04:32 AM
Replies: 15
Views: 5,801
Posted By Aezay
Thanks for the name suggestions, Aftermath sounds...

Thanks for the name suggestions, Aftermath sounds good yeah, but SpellMath says more about what the addon does I think. So I might go with SpellMath, if you don't mind :)


You're right, but also, it...
Forum: Alpha/Beta AddOns and Compilations 04-28-09, 06:31 PM
Replies: 15
Views: 5,801
Posted By Aezay
Oh, I didn't knew that, although I read his post...

Oh, I didn't knew that, although I read his post on the WowAce forums, that he had something in the works for it. But I started making this addon when everyone thought DrDamage to be dead.
Forum: Alpha/Beta AddOns and Compilations 04-28-09, 05:13 PM
Replies: 15
Views: 5,801
Posted By Aezay
DrDamage Like Addon

Description
Lately I've been working a bit on an addon like DrDamage, it is not finished at all yet, but I do feel it is working well enough to show it, and perhaps get a some feedback.
So far it...
Forum: Site help, bugs, suggestions/questions 04-26-09, 08:24 PM
Replies: 5
Views: 1,275
Posted By Aezay
Sounds like a good idea, although I'd think a...

Sounds like a good idea, although I'd think a daily counter is more interesting for tracking downloads compared to a per release counter.
Forum: Chit-Chat 04-24-09, 11:10 PM
Replies: 25
Views: 9,659
Posted By Aezay
SWG was an awesome game and my first MMO. I loved...

SWG was an awesome game and my first MMO. I loved how you could build and decorate houses, had often led me onto adventures of exploration just looking at how others had decorated their house, and...
Forum: Carbonite Archive 04-21-09, 05:00 PM
Replies: 20
Views: 13,352
Posted By Aezay
You might want to read this...

You might want to read this thread
http://www.wowinterface.com/forums/showthread.php?t=22069
Forum: AddOn Search/Requests 04-20-09, 08:21 PM
Replies: 9
Views: 13,110
Posted By Aezay
Here is what I've made so far, do not download...

Here is what I've made so far, do not download this thinking it will replace DrDamage, because it will not do that (yet), far from. The only spells added so far are some shaman spells, because I play...
Forum: Lua/XML Help 04-19-09, 10:14 AM
Replies: 11
Views: 4,953
Posted By Aezay
rawget accesses a table without invoking any of...

rawget accesses a table without invoking any of its metatable methods.

I'm a little unsure how your function is suppose to work. I'm guessing you have some icons in "defaults" and you want to be...
Forum: Lua/XML Help 04-19-09, 06:23 AM
Replies: 11
Views: 4,953
Posted By Aezay
Ahh, when using an iterator over a table, it wont...

Ahh, when using an iterator over a table, it wont invoke the metatable, only direct access will.

Maybe this would be a solution

for k,v in next, defaults do
HandleIcon(rawget(AssignDB.icons,k) or...
Forum: AddOn Search/Requests 04-19-09, 05:13 AM
Replies: 9
Views: 13,110
Posted By Aezay
I actually started to write something like this,...

I actually started to write something like this, but from the ground. As you can imagine, an addon like this is pretty huge, and would take quite a while to make into something useful, and then...
Forum: Lua/XML Help 04-19-09, 05:06 AM
Replies: 11
Views: 4,953
Posted By Aezay
I am not quite sure what you mean by this, could...

I am not quite sure what you mean by this, could you try and explain it in another way?
Showing results 1 to 25 of 66