Results: 736Comments by: Aezay
File: TipTac09-16-09
ArtemusB I would imagine both thos...
Posted By: Aezay
ArtemusB I would imagine both those addons works just fine with TipTac, is that not the case? Biteme_nfs That is something better changed in the bag addon, not TipTac. firebaerd This is an error I've seen posted often, but I have no idea how it occurs, I've never been able to reproduce it myself. Bug reports always seem to h...
File: TipTac09-02-09
Tobbe8716 TipTac will only modify...
Posted By: Aezay
Tobbe8716 TipTac will only modify the tooltip for player and npc tips, it does nothing for other tooltips, such as walls. So you should see the healthbar just fine, it wont be incorporated into the tip as with unit tips though. Antediluvian This is not something I have any plans on adding. bmwbasti Look under the option cate...
File: QBar08-29-09
Gsusnme You can ignore an item by...
Posted By: Aezay
Gsusnme You can ignore an item by shift clicking an item. Docnsane Interesting, I wonder how I should change the code to fix this issue. I remember this was one of the things I looked into last I worked on QBar. But unfortunately I have little experience with hotkeys and such in WoW.
File: TipTac08-29-09
lwoodya Wazman said earlier this i...
Posted By: Aezay
lwoodya Wazman said earlier this is caused by ArkInventory. If you see an issue with an addon, don't just go out and blame it for it, at least check it out, run WoW with all addons disabled except the one displaying the problems, to see if you can reproduce it. Blaming an addon without any details doesn't help authors at all. ri...
File: AzCastBar08-27-09
richerich I can certainly understa...
Posted By: Aezay
richerich I can certainly understand your annoyance with having to reload the profile for all your characters if you changed something. There are many ways for addons to handle profiles, each method has pros and cons. The reasons behind why I've picked the current method for AzCastBar, is due to how all profiles stay as Load on Dem...
File: TipTac08-27-09
Kuzah First of all, can I just ask...
Posted By: Aezay
Kuzah First of all, can I just ask why you seem to be complicating things, by trying to remove the visual setup of the tips that TipTac does, only to let kgPanels do it? I'm assuming the reason you are seeing the LibQTips be changed by the TipTac options, is because they have been registered by an addon using the TipTac:AddModified...
File: Examiner08-24-09
cisconetdude Does that also happen...
Posted By: Aezay
cisconetdude Does that also happen with Examiner as the only addon loaded? Tyrrael It's a good idea, but I cannot add new stuff at the moment, as I have no ways of testing them being without an active account. 32103940 Line 129, change the 0.6 to whatever delay you prefer, but do note, if you increase it too much, mouseover...
File: TipTac08-24-09
Katae Do you have the option "Only...
Posted By: Aezay
Katae Do you have the option "Only Show Auras Coming from You" enabled?
File: AzCastBar08-21-09
janangler Only if you pick the col...
Posted By: Aezay
janangler Only if you pick the colors yourself, there is currently no way to automatically do it. But I have a neat idea how to add something like that. Dödsmyggan This is possible, but a little complicated. You have to edit the "acb_Auras\core.lua" file, and go to the very bottom, then add something like SpawnAuraPlugin("Player...
File: TipTac08-16-09
M-A-X This is configurable in the...
Posted By: Aezay
M-A-X This is configurable in the options under the Anchors category.
File: AzCastBar08-16-09
Jerricka The final code changes I...
Posted By: Aezay
Jerricka The final code changes I did before the last release, which had something to do with the fonts, were all drycoded, so that may be the cause for this. Are others seeing the font options not having any effect?
File: TipTac08-15-09
Regarding Scale This is a copy/pas...
Posted By: Aezay
Regarding Scale This is a copy/paste of something I just wrote on Curse The only time TipTac sets the scale is when the VARIABLES_LOADED event is fired, or when changing a setting in the options, just opening the option window shouldn't force TipTac to reapply the settings and thus scale. So all this is rather confusing. But as I'...
File: AzCastBar08-15-09
dwex As I don't have an active acc...
Posted By: Aezay
dwex As I don't have an active account, I cannot really add new features. EnjoyRC You're using an old version of the Cooldown plugin, go here to update: http://www.wowinterface.com/downloads/info8437.html
File: TipTac08-14-09
lwoodya & Kaylera The only thing t...
Posted By: Aezay
lwoodya & Kaylera The only thing that has changed since the May 26 version is the secure hooking of the GameTooltip_SetDefaultAnchor, but I fail to see how that could be causing this issue. Maybe you have another addon that tries to set the scale of the GameTooltip just as TipTac does? seebs It's most likely caused by a conflict...
File: TipTac08-14-09
Everglow You are absolutely right,...
Posted By: Aezay
Everglow You are absolutely right, I know it probably wasn't a nice thing to say. But currently I don't play WoW, I don't even have an active account, but I still check here once in a while just to make sure my addons doesn't break to some silly that I could fix in 10 seconds. But getting told to update when the only argument is to...
File: AzCastBar08-13-09
Originally posted by Aezay ... as...
Posted By: Aezay
Originally posted by Aezay ... as it not really testing... Wow, I'm amazed at how good I was at putting this sentence together o_O Anyway, today's release (if it works) should check the "startTime" validity, preventing this from happening.
File: AzCastBar08-13-09
Today's release contains some dryco...
Posted By: Aezay
Today's release contains some drycode, so if you encounter an error that is why. Malthus It's a bit hard to keep my addons up to date without an active account, and since I don't even play WoW now, there really is little in it for me to do so.
File: Examiner08-13-09
Tristanian Thanks for keeping me u...
Posted By: Aezay
Tristanian Thanks for keeping me up to date on this. I actually changed the numbers the other day, but didn't get it uploaded until now. khariv An addon that requests inspect data should really check if the inspect window is open, your addon which does this, might already do this, but just doesn't support Examiner, you'll have t...
File: Examiner08-07-09
khariv This is usually caused by a...
Posted By: Aezay
khariv This is usually caused by another addon requesting player talents, which tooltip addon are you using? Tristanian Thanks for this, I will try and update the main Examiner, already did the code change, just need to upload it, but the weather here has been really good the last few days. Oh and by the way, what fix is it that...
File: AzCastBar08-07-09
Skylinee Some time ago, I changed...
Posted By: Aezay
Skylinee Some time ago, I changed the code a little in my local copy which should fix this, but I am not sure I dare releasing it, as it not really testing, and I have no means to do so. Do you still get this error often? Politig & habik The castbar gets the latency from the GetNetStats() function, which as far as I remember onl...
File: TipTac08-07-09
AutolycusWolf The TipTacItemRef ad...
Posted By: Aezay
AutolycusWolf The TipTacItemRef addon can only be modified through the Lua file in its current state. Radoznali I remember someone having this problem before, and I saw this picture someone posted for TipTop. I cannot remember if it was ever found out which addon is causing it, but it is not TipTac (or TipTop). Image: http://im...
File: Examiner07-21-09
I've taken a summer hiatus from WoW...
Posted By: Aezay
I've taken a summer hiatus from WoW, although I do not know when and if I even do come back. I'll try and answer some of the latest questions. greycobalt You must have another addon which request inspect data, that is the only way this happens. tinyu Although it doesn't take enchants and gems into account, Examiner has someth...
File: InfoPanel07-21-09
I've taken a summer hiatus from WoW...
Posted By: Aezay
I've taken a summer hiatus from WoW, although I do not know when and if I even do come back. I'll try and answer some of the latest questions. Some time ago I posted that this project would be discontinued, and I might convert them into databrokers. After further considerations, I've decided that InfoPanel in its current state sui...
File: AzCastBar07-21-09
I've taken a summer hiatus from WoW...
Posted By: Aezay
I've taken a summer hiatus from WoW, although I do not know when and if I even do come back. I'll try and answer some of the latest questions. Angrysteel Not possible currently, but I will add it to the list of things of future ideas. septor & kxuhx The bars are created nameless, but they are stored as a global using this for...
File: TipTac07-21-09
I've taken a summer hiatus from WoW...
Posted By: Aezay
I've taken a summer hiatus from WoW, although I do not know when and if I even do come back. I'll try and answer some of the latest questions. Spinhalf This is not possible with TipTac. perunaion & Twidget Has nothing to do with TipTac, it is the new quest hints added by blizzard, which as far as I know, cannot be disabled....