Results: 736Comments by: Aezay
File: TipTac05-20-10
SaiBork Unfortunately, this is an...
Posted By: Aezay
SaiBork Unfortunately, this is an error I've seen a few times, but something I've been completely unable to reproduce, or track down as to why it's happening. Lyala Currently, you can only do this by editing the code. Look at line 1059 - 1061 of "TipTac\core.lua" if you're interested in changing it. An idea would be to add an of...
File: AzCastBar05-18-10
Wella Options -> Name/Time Label -...
Posted By: Aezay
Wella Options -> Name/Time Label -> Font Flags -> None
File: AzCastBar05-15-10
Latharus You can do this, although...
Posted By: Aezay
Latharus You can do this, although it is a little complicated. As Porsha is saying you can create new ones, as long as they have a unique name. To create a new bar, you have to edit the file "acb_Auras\core.lua" and go to the very bottom of the file. Kalec & Jiminimonka A line 284 error is happening because your set texture in t...
File: Interface Usage05-01-10
Invision I realise the following m...
Posted By: Aezay
Invision I realise the following may be a little technical, but I just wanted to say it on record, so I wont forget it if I return to WoW one day, and can actually add this. If I remember correctly, I saw this too when I was working on this addon, the COMPANION_UPDATE event is fired a lot. The polling module Event Calls, can be...
File: Missing Friends05-01-10
Dridzt Thank you for this informat...
Posted By: Aezay
Dridzt Thank you for this information. Maybe you can also explain what exactly changed, to make this modification required? This was something that happened after I quit my subscription, so I never followed the updates after that so well.
File: AzCastBar04-29-10
Chilius Been trying to think of a...
Posted By: Aezay
Chilius Been trying to think of a reason why you wouldn't be able to change the color, but I cannot figure out what could be causing that. Does the color change in the option dialog properly, I mean the little box next to the color setting, does that change color after you close the color picker? Thanks for helping me fix this.
File: AzCastBar04-29-10
Chilius Seems like I might have ma...
Posted By: Aezay
Chilius Seems like I might have made a slight error when updating AzCastBar. Could you test out this file and see if that fixes the issue. AzCastBar\core.lua
File: AzCastBar04-29-10
Flarin I played WoW since release...
Posted By: Aezay
Flarin I played WoW since release in Europe, so it's just not as fun anymore, but who knows, I might return for the expansion. jbbuena Make sure your bar texture in the settings has been set to something valid. Chilius Wish I could just test this out myself, would be easy to fix then. But currently, my fixes relies on bits a...
File: AzCastBar04-28-10
Porsha It's possible yes, currentl...
Posted By: Aezay
Porsha It's possible yes, currently all AzCastBar plugins uses the same function to format the time. Was at some point actually thinking about making 2 or 3 different time formatting functions, and in the options a way to select which one for this plugin, but that never got made. If you feel like messing with it yourself, option AzC...
File: QBar04-28-10
richerich This addon was made a lo...
Posted By: Aezay
richerich This addon was made a long time before Blizzard added the quest buttons in the quest tracker, and I have no plans on removing those.
File: TipTac04-28-10
baldursgate You might be lucky to...
Posted By: Aezay
baldursgate You might be lucky to find an addon that does this, but it's very messy to remove a line from the tooltip, so you'll never see TipTac do it. Bindii You just have to figure out which other of your addons does it, and then disable through that one. xromania™ Not sure what you mean, but if what you're saying is that...
File: TipTac04-11-10
As some may know, I've not been pla...
Posted By: Aezay
As some may know, I've not been playing WoW for quite a while now, so I've had no way of testing out the code before I make a release of my addons. Because I prefer not releasing untested code, I would like people to test this out before I make an official release. If you get any kind of errors, please let me know. If there are no...
File: TipTac04-11-10
rain3x Cannot really help you any...
Posted By: Aezay
rain3x Cannot really help you any better with RP addons than the suggestions I already gave. Some addons just never were meant to play together nicely I guess. Bindii You probably have another addon with the feature to add raid icons on the tooltip, which addon that may be, I cannot tell you. If you cannot find out which other a...
File: TipTac04-05-10
rain3x Those possible solutions we...
Posted By: Aezay
rain3x Those possible solutions were just based on how I think RP addons work, I've never actually tested TipTac against one, but as I no longer have a WoW sub, I cannot do any tests on this. Solution #3 should work though, as that stops TipTac from messing with the content of the tooltip altogether. I'm a little curious what you...
File: AzCastBar04-05-10
karden Make sure the spelling is e...
Posted By: Aezay
karden Make sure the spelling is exactly the same as what the spell is named, it is case sensitive. If it still doesn't work, then blame my inability to write working code without testing it out :P
File: TipTac04-05-10
LiNK2088 Like beh0lder76, you have...
Posted By: Aezay
LiNK2088 Like beh0lder76, you have another addon causing this, and will have to find out which one is causing it. rain3x Yes, there has always been some issues with TipTac and RP addons, there are a few ways you can eliminate these issues however. 1) Turn the option "Special -> Tip Update Frequency" all the way down to zero. 2)...
File: TipTac04-03-10
Chenz Does the "segmented" bar tex...
Posted By: Aezay
Chenz Does the "segmented" bar textures happen with all textures, or just the default Blizzard one? llDemonll This is not possible, you'll have to change the code if you want to achieve that. Cryoblayde This is an error that I've seen happen a few times. It's usually caused by another addon updating the tip, but I had worked...
File: AzCastBar04-03-10
wishmeluck Neither of these things...
Posted By: Aezay
wishmeluck Neither of these things are possible without manually modifying the code. edarotag Try and insert this after line 325: self:EnableMouse(nil); Balkeep You're the first to mention this for AzCastBar, but I've heard about this for my other addon TipTac, wonder if that is the same issue. It's a little hard to know th...
File: TipTac03-28-10
Heyday Go to the TipTac options an...
Posted By: Aezay
Heyday Go to the TipTac options and check what you have the "Special -> Tip Update Frequency" value set to. Default is 0.5, too low a value would end up using a lot of cpu just refreshing the tip all the time. clam729 I've seen this error a few times before, it basically happens because some addon is trying to anchor the tooltip...
File: TipTac03-25-10
Spiderkeg Ah ok I see now. And tha...
Posted By: Aezay
Spiderkeg Ah ok I see now. And that is with the fix Kamikaze_Ice posted? I found some other addons suffering from the same issue, so it's clearly a bug caused by Blizzard. Coming up with the best solution for a workaround is all that matters now then.
File: TipTac03-24-10
Spiderkeg You mean the fix posted...
Posted By: Aezay
Spiderkeg You mean the fix posted by Kamikaze_Ice is not working, or deleting both lines?
File: TipTac03-24-10
Thanks everyone for reports on the...
Posted By: Aezay
Thanks everyone for reports on the health bar issue. I'll be posting an update on TipTac fixing the health bars in a bit. Latharus That is not a feature of TipTac, look for one of your other addons causing this. Stavmar Set the font in the TipTac options. Marvin & asdf Nothing to do with TipTac, this was Blizzards doing,...
File: TipTac03-24-10
Kamikaze_Ice Thanks for this, as I...
Posted By: Aezay
Kamikaze_Ice Thanks for this, as I have no access to WoW, there would have been no way I could test this out myself. Can you confirm it will work too, if you just delete both these lines? I'm just puzzled though, I remember back when I coded this, the bars would not anchor properly unless I specifically added an initial size. Just...
File: Missing Friends03-10-10
Dridzt Yeah, MissingFriends once d...
Posted By: Aezay
Dridzt Yeah, MissingFriends once did show friends as being missing if you had _Corpse installed, but that is no longer an issue (I think). I do not hook the AddFriend() or RemoveFriend() functions anyway.
File: InfoPanel03-10-10
XenonKnight Oh, you are correct. I...
Posted By: Aezay
XenonKnight Oh, you are correct. I just now remember creating these plugins as a test, but wasn't really happy with the results, so I removed them out of the InfoPanel Plugins directory. Another user runamonk also created a Friends and Guild plugin, but they are no longer available where he uploaded them. You can find his posts a p...