Results: 736Comments by: Aezay
File: AzCastBar03-10-10
edarotag To achieve that you would...
Posted By: Aezay
edarotag To achieve that you would have to modify the code. The reason there is no way to do this from the options, is that being able to cancel the buffs by right clicking on them is essential. thefrogi I think I understand what you mean, but to do that, one would have to write your own frame to resize the texture, but I just...
File: Interface Usage03-10-10
Gregory The frames being shown lik...
Posted By: Aezay
Gregory The frames being shown like that are the ones without a name. There is not really anyway to see what they belong to, although I guess one could see if the frame's parent had a name, or the parent's parent and so on, until you got a name that might be traceable to what addon it belongs to. If I were still playing WoW, this w...
File: TipTac03-10-10
sietelle Since no code was changed...
Posted By: Aezay
sietelle Since no code was changed in the last release besides the TOC number, I cannot see how TipTac could be the cause of your disconnects. Eba Good to hear you got things working :) khariv This is already a known issue by the author of GearScore. It happens when the scale of TipTac is set to anything but 1. And because G...
File: Interface Usage02-28-10
Lombra Glad you like it :) It's a...
Posted By: Aezay
Lombra Glad you like it :) It's actually a pretty old addon by now, but I just never developed much on it. Still wish I had added the column headers, because it's a little confusing without.
File: Lua Browser02-28-10
Ferous Nope, I am not. But I wante...
Posted By: Aezay
Ferous Nope, I am not. But I wanted to see the effect of updating the TOC of all my addons, no code was changed at all. So it's pretty much just a shameless bump of my addons, with the plus side that I hopefully wont get more messages asking for a TOC update :D
File: QBar02-28-10
Toran I'm not exactly sure how tha...
Posted By: Aezay
Toran I'm not exactly sure how that is done using securebuttons, and it's not something I can start tinkering with now, as I no longer has access to WoW. Politig Nope, this addon is purely for questitems, I'm sure there are some other addons that allows you to put any item on a quick bar. Previous statement is not entirely corr...
File: InfoPanel02-28-10
redworm Only way to organize the o...
Posted By: Aezay
redworm Only way to organize the order of the plugins is to edit the "InfoPanel\plugins.xml" file. Falter Actually, I am not really back, just wanted to update my addons with the newest TOC to see how that would turn out, sorry :) XenonKnight There are some experimental plugins for that, you'll have to edit the "InfoPanel\pl...
File: TipTac02-28-10
Eba Your issue is most likely caus...
Posted By: Aezay
Eba Your issue is most likely caused by one of your addons trying to control where the tooltip is placed, just like TipTac, and thus there is a conflict between them. It's a little hard for me to say which of your addons could be the culprit, but do you have one of those "MoveAnything" addons, or nUI?
File: TipTac02-17-10
jimmyzxcd Make sure TipTac is inst...
Posted By: Aezay
jimmyzxcd Make sure TipTac is installed, and enable out of date addons.
File: AzCastBar Plugins02-17-10
Neza Only the first bar has a name...
Posted By: Aezay
Neza Only the first bar has a name, the others are nameless. You might be able to specify the height of the panel you're trying to anchor though, and fix it that way.
File: Missing Friends02-15-10
Could someone test this for me, doe...
Posted By: Aezay
Could someone test this for me, does FRIENDLIST_UPDATE fire before VARIABLES_LOADED now? Test this from a character screen login as well as a UI Reload. xentaros Not really my preferable way of fixing this, but I'll see what I can do.
File: QBar02-15-10
Chaotix Unfortunately, this is the...
Posted By: Aezay
Chaotix Unfortunately, this is the only addon in which I've added keybindings, so I guess I never really learned the full features of custom keybindings in WoW. But at the time which I added this, it was working flawlessly, but then after a patch, it became hard to change the keybinding, and I never figured out what caused it, befor...
File: AzCastBar Plugins02-15-10
Neza "AzCastBarPluginLootRolls" is...
Posted By: Aezay
Neza "AzCastBarPluginLootRolls" is the correct frame name, but only for the first bar, so you might run into some issues, when the loot rolls show several items. wizgoblar The global cooldown plugin does not use a reference spell, because it will automatically use the last spell cast. I tested this addon on a shaman, so I've see...
File: TipTac02-15-10
oopsminded & goldengamer I hear Bl...
Posted By: Aezay
oopsminded & goldengamer I hear Blizzard disabled it in the latest patch. Torhal Thanks for the explanation. jimmyzxcd & goldengamer Tooltip vanishing, or just the wall hp?
File: AzCastBar02-06-10
shinx As aastarius is explaining,...
Posted By: Aezay
shinx As aastarius is explaining, you can do it like that, but you can also create a new plugin dedicated for the focus unit. To do this, you must first open the "acb_Auras\core.lua" file and go to the very bottom. Here you should copy/paste the "SpawnAuraPlugin("PlayerAuras");" and call it "FocusAuras" instead of "PlayerAuras". Aft...
File: AzCastBar Plugins02-06-10
richerich Unfortunately item coold...
Posted By: Aezay
richerich Unfortunately item cooldowns works completely different than spell cooldowns, so it would require a lot of new code to be added, and as I no longer play WoW, I am unable to do this. Gerep That would be possible yes, but it's not something I'm planning on adding. But the code for this plugin should be so simple that you...
File: AfterMath02-06-10
weavil This project kinda died whe...
Posted By: Aezay
weavil This project kinda died when DrDamage was resurrected.
File: TipTac02-06-10
shinx I've seen this error reporte...
Posted By: Aezay
shinx I've seen this error reported often, unfortunately I have no idea why it's happening. Here is a link to the ticket made on CurseForge on this issue, so if anyone has additional info on this problem, please post it there. http://wow.curseforge.com/addons/tip-tac/tickets/14-tiptac-core-error/ Talia As Torhal is saying, thi...
File: AzCastBar01-26-10
shinchih2001 I'm not sure what you...
Posted By: Aezay
shinchih2001 I'm not sure what you mean, could you explain a little better?
File: TipTac01-26-10
Requiescat This used to be a big p...
Posted By: Aezay
Requiescat This used to be a big problem once, but then I rewrote the entire way TipTac integrates into the tooltip, and it's been pretty much non existent to my knowledge ever since, at least until now. The issue is basically caused by TipTac resizing the tooltip to fit the healthbar inside the tip, so this is actually fixable by...
File: TipTac01-26-10
Mirrikat45 No, TipTac just changes...
Posted By: Aezay
Mirrikat45 No, TipTac just changes the properties of the GameTooltip from the TipTac configs. I admit, I've never used LibQTip, so I may be missing some obvious advantages here, but it seems like a very heavy weight way of doing it. So I'm curious as to why you are using the LibQTip for setting up a list of players? Why not just w...
File: AzCastBar01-26-10
shinx That is how it already does...
Posted By: Aezay
shinx That is how it already does as you can see in this screenshot. Note: Curse of Agony is a debuff, and is therefore at the bottom. http://s.wowinterface.com/preview/pvw24824.jpg
File: AzCastBar01-25-10
george langham Not entirely sure w...
Posted By: Aezay
george langham Not entirely sure what you mean by an "upkeep counter", the Auras addon will show a status bar that will "empty" so you can see the debuff/buff is running out. shinx There is no option to change sort method, but auras are by code sorted by time left.
File: TipTac01-25-10
Morpheusdead Ok, just looked throu...
Posted By: Aezay
Morpheusdead Ok, just looked through the code. The issue seems to be that GearScore uses LibQTip to show the database entries. LibQTip will copy it's layout from the GameTooltip, so when TipTac changes the GameTooltip, LibQTip will update its appearance. Line 370 in "LibQTip-1.0.lua" @ InitializeTooltip(). Niightblade I guess...
File: Examiner01-14-10
Kuzo Go to the Config page and ena...
Posted By: Aezay
Kuzo Go to the Config page and enable the option "Show Ratings in Percentage".