Results: 736Comments by: Aezay
File: AzCastBar04-07-09
Mourdin Not 100% sure why this wou...
Posted By: Aezay
Mourdin Not 100% sure why this would happen, I have an idea, but if that was true, a lot more would be getting this error, but you're the first which has reported this. What class do you play? Is the error consistant, or does it only happen once in a while? What other addons are you using?
File: Lua Browser04-07-09
Lombra Yes, sorry about that, ther...
Posted By: Aezay
Lombra Yes, sorry about that, there was a little bug in yesterday's release. Just uploaded a new one which should work properly.
File: TipTac04-05-09
dssurge Those addons might be crea...
Posted By: Aezay
dssurge Those addons might be creating those extra compare tooltips dynamically when needed, so they will not be there during load when TipTac hooks the tips. You can try using this code after those tips has been added: TipTac:AddModifiedTip(tooltip) shobu Does tips show correctly if you disable TipTac? Which addons doesn't tip...
File: AzCastBar04-05-09
Desik™ I've never been a big fan o...
Posted By: Aezay
Desik™ I've never been a big fan of those sparks, but I won't dismiss the idea of it one day getting added, if I can find an implementation that I will be happy with.
File: AzCastBar04-02-09
Originally posted by EnjoyRC I ca...
Posted By: Aezay
Originally posted by EnjoyRC I cast something on the focused mob.. I see the Focus CastBar for that Spell, then target the boss... and any CastBar that was displayed for the focused mob dissappears. The focus castbar doesn't show your casts on the focus, but whatever the focus unit casts. I actually did some changes to the castb...
File: AzCastBar04-02-09
The focus castbar is exactly the sa...
Posted By: Aezay
The focus castbar is exactly the same as the target or player castbar, except that it shows what your focus is doing. Try and setting yourself as focus and start casting.
File: AzCastBar04-02-09
Reading this might the best, at lea...
Posted By: Aezay
Reading this might the best, at least compared to me trying to explain it :P http://www.wowwiki.com/Focus_target
File: TipTac04-02-09
pinokkio44 TipTac doesn't work on...
Posted By: Aezay
pinokkio44 TipTac doesn't work on the Russian client due to the weird level line, the text isn't consistent on all units. That is the "TT_LevelMatch" variables in the lua file. You can disable the TipTac Appearance in the options though, and still have everything else working fine. dssurge This is because they are using their o...
File: AzCastBar04-02-09
Hevanus I can make this happen whe...
Posted By: Aezay
Hevanus I can make this happen when I do northrend alchemy research. I'll try and get it fixed for the next release. EnjoyRC Focus is just another target, lets say you have to dps a boss and sheep one of five adds, then you simply just focus the add you are sheeping, that way you can easily find it again. You should setup keybin...
File: AzCastBar03-31-09
Hevanus I've fixed one thing regar...
Posted By: Aezay
Hevanus I've fixed one thing regarding the trademerge for the next release, this might fix the problem you saw. But I am quite interesting in knowing the exact way you made this happen, you say you ran out of vials, but you cannot craft more items than what you have mats for, so that shouldn't be possible. Were you crafting an item...
File: InfoPanel03-31-09
This project started as the means o...
Posted By: Aezay
This project started as the means of getting rid of TitanPanel, I just found it too huge for my liking, and to that I succeeded. But I never really intended in making something that I would keep on developing, only something that would suit my needs. I decided to release it though, as others might enjoy it as a lightweight alternativ...
File: TipTac03-29-09
Pusikas Well, to complete the pack...
Posted By: Aezay
Pusikas Well, to complete the package. It's basically just a decision I've made, because that's how I like it :) But this way, people who like to use both TipTac + Talents can do that with one download. People who wants just talents, can do it with one download. People who wants TipTac with no talents, just have to not install the...
File: TipTac03-29-09
keLston There is no way at all to...
Posted By: Aezay
keLston There is no way at all to determine if the mouse is over a sign, corpse, braizer or campfire, so this is just not possible to do, and never has been. A bit technical, but the fadeout that happens from these objects doesn't call the normal GameTooltip:FadeOut() function, but some other hardcoded fadeout. Gregory Unfortuna...
File: AzCastBar03-29-09
spajdr The reason it doesn't do it...
Posted By: Aezay
spajdr The reason it doesn't do it automatically, is because it might just end up conflicting with other addons of similar type if people had that installed. Someone might want to use another buff addon than this, and with these options, there wont be any complications in doing so. Anyways, you can find the option to hide it here:...
File: AzCastBar Plugins03-28-09
Hoy Currently no, but it is someth...
Posted By: Aezay
Hoy Currently no, but it is something I want to add, so expect it soon™.
File: AzCastBar03-28-09
spajdr The PlayerAuras plugin has...
Posted By: Aezay
spajdr The PlayerAuras plugin has options to hide these now, but wont do so by default.
File: AzCastBar03-26-09
dlr554 Adding that might be someth...
Posted By: Aezay
dlr554 Adding that might be something I will do later. And I "hotfixed" the Aura plugin in the download to now include three options for turning off the default buff, temp enchant and tracking frame. Spiderkeg This option is now under the "Anchors" category. Set the icon anchor to "None".
File: SpellSpy03-26-09
Jeania Unfortunately, what class a...
Posted By: Aezay
Jeania Unfortunately, what class a spell belongs to is not something you can query ingame, so it's not possible to add.
File: Examiner03-26-09
joequincy I should probably rephas...
Posted By: Aezay
joequincy I should probably rephase what I meant, as what I said sounded a bit wrong. I have no intention of adding support for Talented right now, as 3.1 will change things for the talent API, and Examiner will most likely brake when the patch hits, at least the talent part. When 3.1 do go live, I could take a look at this and see...
File: AzCastBar03-26-09
dlr554 Oh, I completely didn't thi...
Posted By: Aezay
dlr554 Oh, I completely didn't think about it conflicting with other addons like this. I will just fix this by making some options to hide these frames, instead of doing it depending of what aura types you have enabled. You'll have to disable or remove the acb_Aura addon to avoid this from happen now though. Sorry for the trouble.
File: TipTac03-26-09
shobu I cannot make any comparison...
Posted By: Aezay
shobu I cannot make any comparison, but I can tell you TipTac uses about ~64kb memory, a bit depending on your options, as it creates things such as aura icons etc dynamically. Performance wise, I cannot judge it, as I haven't actually tested it recently. inph I'm still afraid the actual error might be because of TipTac, but I h...
File: AzCastBar03-26-09
roguerogue Usually caused by a non...
Posted By: Aezay
roguerogue Usually caused by a non existing texture, try and configure the bar to use another texture in the options.
File: TipTac03-26-09
tralkar As there is no current opt...
Posted By: Aezay
tralkar As there is no current option to determine which icons you want to show, I can see what you mean, I'll either remove this again or just add some options. keLston Tooltips has never instantly faded out for all world objects, only those that changes the mouse cursor. Going to quote myself from the addon description, becaus...
File: AzCastBar03-25-09
garnerh42 I've already fixed one p...
Posted By: Aezay
garnerh42 I've already fixed one problem with the merge trade option for the next release. It probably happened if you pressed "Create All" from the crafting dialog, but due to cooldown, item being unique or something else, any further casts fails.
File: AzCastBar Plugins03-24-09
EnjoyRC I'd say acb_GlobalCooldown...
Posted By: Aezay
EnjoyRC I'd say acb_GlobalCooldown is properly the easiest one to use as a base, it's small and contains what you need to start a timer for polymorph. The only problems with such a timer is how to calculate diminishing returns. metax Ok, I just tried out using this macro you posted, and I see the "problem" now. You stated earlie...