Results: 736Comments by: Aezay
File: AzCastBar Plugins01-14-10
ichik Oh yeah, that's true. Funny...
Posted By: Aezay
ichik Oh yeah, that's true. Funny how I actually forgot how my own addon works, there is no scale function, just width/height options, and true, they have no effect on the size of the buttons. I've added this to the todo list, so if I ever go back to my addons, I'll fix this.
File: AzCastBar01-14-10
WoWInterDude If you check the opti...
Posted By: Aezay
WoWInterDude If you check the option "Use the Default Debuff Colors" under the Colors category it will use the debuff colors defined by WoW. But if you want to specifically customise them individually yourself, that is not possible.
File: TipTac01-14-10
ichik There are no options for the...
Posted By: Aezay
ichik There are no options for the TipTacItemRef addon. Only way to change the icon side would be to edit the code.
File: AzCastBar Plugins12-29-09
ichik Not from the options, you ca...
Posted By: Aezay
ichik Not from the options, you can only scale the whole thing there. You'll have to manually edit the code to give the buttons individual scaling.
File: TipTac12-29-09
bobdave Caused by addon conflict,...
Posted By: Aezay
bobdave Caused by addon conflict, you have another addon that sets those properties of the tooltip.
File: AzCastBar12-29-09
ichik As I have no active WoW acco...
Posted By: Aezay
ichik As I have no active WoW account, I cannot test changes to the code, so I am not looking into adding new features. What is "ЕщЕ castbar"? Star_Hobbit As I just replied to ichik above, I cannot test changes with no WoW account, so I wont be adding new features to my addons.
File: Examiner12-22-09
JJLodge On the config page, click...
Posted By: Aezay
JJLodge On the config page, click the dropdown box, then select Examiner Core Caching. twistdshade That happens if you have another addon that requests inspect data while the inspect/Examiner window is open.
File: AzCastBar Plugins12-22-09
LiNK2088 Adding info on how many h...
Posted By: Aezay
LiNK2088 Adding info on how many has selected which loot roll option takes parsing of the chat messages, which are different for each client version. If I were still playing WoW, this might be something I would look into adding, but I'm not :p ichik If you do not wish to use the loot roll plugin, you should not install it. Do no...
File: AzCastBar12-22-09
Gsusnme You most likely have anoth...
Posted By: Aezay
Gsusnme You most likely have another addon that for some reason shows the default buffbar. If you can easily reproduce this, simply by zoning, it should be easy to test which mod is doing this. ichik I have no plans to add that.
File: TipTac12-22-09
Cryptobite There has been no chang...
Posted By: Aezay
Cryptobite There has been no changes to TipTac and no code update is needed for 3.3, so no. xtoq Good to hear the issue with ClassColors has been resolved. AS for your question: This seems like a very specific request, anything is possible, but this is not something I would be adding. You could however write your own conditions...
File: AzCastBar Plugins12-14-09
I'll be posting an update to the pl...
Posted By: Aezay
I'll be posting an update to the plugins soon which will add a disenchant button. xtoq Yes, that would indeed be the best thing, as the current way is very counter intuitive. But with the way the option dialog currently works, it is not possible. And I kinda like the way the plugin "cleans" up the old functions and code related t...
File: AzCastBar12-14-09
I'll be posting an update to the pl...
Posted By: Aezay
I'll be posting an update to the plugins soon which will add a disenchant button. EnjoyRC Yes, there is no way to actually disable the addon in game, you'll have to disable it at the character screen or delete the plugin entirely.
File: TipTac12-13-09
Shocker74 Just guessing here, but...
Posted By: Aezay
Shocker74 Just guessing here, but one of your addons might for some odd reason be calling GameTooltip_SetDefaultAnchor during ADDON_LOADED, but before VARIABLES_LOADED, which means TipTac will not have loaded its configurations yet. To remedy this you'll have to figure out which addon it is, and then either remove this call from th...
File: TipTac12-13-09
ichik If you just want to apply th...
Posted By: Aezay
ichik If you just want to apply the TipTac appearance to these item tooltip frames, you'll have to add their name to the "TT_TipsToModify" table. xtoq Line 548 and 1152 both accesses the CUSTOM_CLASS_COLORS table using the fixed English name returned by UnitClass(). So the error you're having could only happen in two ways, eithe...
File: Missing Friends12-12-09
Zidomo Guess the order of events h...
Posted By: Aezay
Zidomo Guess the order of events has changed during login. Sadly I cannot do much about it since I cannot test this without an active account.
File: AzCastBar12-12-09
Zveroboi What's broken? FattyXP...
Posted By: Aezay
Zveroboi What's broken? FattyXP As I don't really have an active account any more, I'll probably just have to remove the loot roll timers.
File: TipTac12-12-09
Decent When you get the error "Fon...
Posted By: Aezay
Decent When you get the error "Font not set", simply set the font and it will go away. ichik Don't know the addon and I don't have an active wow sub, so this I cannot do. alimjocox Error #1 is happening due to the setting "tipBorderColor" being invalid. In the option dialog, this is found here: "Backdrop -> Tip Border Color"...
File: TipTac12-06-09
Snoweh As I said before, I have no...
Posted By: Aezay
Snoweh As I said before, I have no idea what's causing this error, but I don't think it's TipTac. redworm That could be caused by two things, color blind mode setting in WoW or the setting "Show the unit's reaction as text" under Reaction in the TipTac options. geeksugar TipTac does not modify or in any way touch the quest i...
File: TipTac12-04-09
Snoweh Well, what I really meant t...
Posted By: Aezay
Snoweh Well, what I really meant to say was that the similar error I saw once, was so random, it was really hard to troubleshoot. It makes me think it might be some odd bug in the WoW UI. The change you could try out, but which I give no guarantee will work is like this. Open "GearScore\Frame.xml" then on the second line, add this p...
File: AzCastBar12-04-09
tinycafe There are many ways to ch...
Posted By: Aezay
tinycafe There are many ways to change how frames are stacked, SetFrameStrata(), SetToplevel(), SetFrameLevel(), so its no wonder addons can behave unlike how you want them to, heh. richerich That was actually something I was in the middle of doing when I quit WoW this summer. Most of the code for it is actually already in there...
File: Examiner12-04-09
Dridzt Thanks for this, since I do...
Posted By: Aezay
Dridzt Thanks for this, since I don't play WoW any longer, I had no way of testing this out. I'll add this fix to the Examiner code. This isn't the first time one of the API functions doesn't return what they are supposed to do. Spiderkeg Not playing any MMOs, but I've just played Dragon Age: Origins, awesome game, highly recomm...
File: AzCastBar Plugins12-04-09
xtoq The loot roll plugin complete...
Posted By: Aezay
xtoq The loot roll plugin completely removes the default loot roll frames/functions, so there is no way to bring them back by disabling the plugin. The only way is to just not install it, or disable it from the character screen.
File: TipTac12-04-09
shinx It's a pretty annoying error...
Posted By: Aezay
shinx It's a pretty annoying error, since I simply cannot fathom why it is happening, but good to see you at least found a way to kill the errors. xtoq I never planned on this feature to be more than a way to choose between a set amount of predefined layouts, although that amount is small as I never came up with any good layouts...
File: AzCastBar11-24-09
tinycafe Not sure you can, since m...
Posted By: Aezay
tinycafe Not sure you can, since message frames are set as topLevel frames. Without knowing BigWigs, I'm guessing it shows its warnings like scrolling combat text, yes?
File: TipTac11-24-09
shinx This is a bug I've seen befo...
Posted By: Aezay
shinx This is a bug I've seen before, but it should not be able to happen, as TipTac will not run this code if "unit" is nil, and yet it does. Does this happen often for you? BuGi- The special method TipTac uses to show the healthbar inside the tooltip, can in rare cases cause conflicts with other addons adding lines to the tool...