Results: 86Comments by: ywfn
File: TipTac10-19-14
Also there seems to be a problem wh...
Posted By: ywfn
Also there seems to be a problem where tooltips stop showing up at all, without any error. Don't have any more details about that, sadly. I've never seen that one myself. But I did look into the color problems and found out there's kinda two separate problems: (1) When jumping from tooltip-to-tooltip (ie, not allowing a full fad...
File: TipTac10-18-14
Was wrong in my last post, there is...
Posted By: ywfn
Was wrong in my last post, there is an issue with the background/backdrop too, not just the border. If I move straight from an NPC/player tooltip to a mailbox or portal or whatever (not allowing for a fade-out inbetween), the background is the wrong color as well as the border.
File: TipTac10-17-14
Quite possibly related to Stanzilla...
Posted By: ywfn
Quite possibly related to Stanzilla's comment, but I've noticed now that if I mouseover a player (I have player tips set to color the border based on class), then if I mouse over something like a mailbox next, the mailbox's tooltip has the same colored border as the last player I moused over. Backdrop colors do not carry over in thi...
File: Examiner05-21-14
Yep, that works. Same fix can be a...
Posted By: ywfn
Yep, that works. Same fix can be applied to TipTac's TipTacItemRef\GetUpgradedItemLevel.lua as well.
File: Examiner05-20-14
The new 5.4.8 patch now allows you...
Posted By: ywfn
The new 5.4.8 patch now allows you to upgrade items 4 times instead of 2. So, items that were previously 2/2 (+8 ilvls) are now 2/4, and can be upgraded to 4/4 (+16 ilvls). I did an item link dump of one item while it was 2/4 (ilvl 580), 3/4 (ilvl 584), and then 4/4 (ilvl 588): http://i.imgur.com/ULuuAFc.jpg Let me know if yo...
File: Examiner02-06-14
ywfn Whoa, you're fast, or maybe y...
Posted By: ywfn
ywfn Whoa, you're fast, or maybe you had everything prepared already? If you'd like you can release the module by yourself, or do you want me to include it into Examiner? I'm curious, what does the official Blizzard PvP frame look like these days? Nah, didn't have anything prepared, guess I'm just fast :) Here's what the Blizz...
File: Examiner02-03-14
I revised pvp.lua to strip out all...
Posted By: ywfn
I revised pvp.lua to strip out all the obsolete stuff and create a new display for the ratings/wins, patterned after the way honor is displayed. The result looks like this: http://i.imgur.com/oNDElXI.jpg Everything seems to work great so far, including caching. My new pvp.lua is here: http://pastebin.com/FLRwRAyx If you are wil...
File: Examiner02-03-14
Well, nowadays the builtin WoW insp...
Posted By: ywfn
Well, nowadays the builtin WoW inspect shows you only 8 pieces of data in the PvP tab... Rating and Wins for 4 brackets: 2v2, 3v3, 5v5, and Rated Battlegrounds. Getting the info is pretty simple, after the RequestInspectHonorData() (which Examiner already does I believe) is complete, just use GetInspectArenaData(x), where x = 1 for...
File: TipTac10-05-13
Tried your config, and don't have t...
Posted By: ywfn
Tried your config, and don't have the problem, everything looks fine. Have you tried disabling all other addons besides TipTac to see if something else is causing it?
File: TipTac10-04-13
Never seen that myself. You'll pro...
Posted By: ywfn
Never seen that myself. You'll probably have to figure out which combinations of options causes it. (Or maybe it's only on non-English WoW?) Maybe upload your TipTac SavedVariables .lua file (ie: configuration) somewhere.
File: Examiner09-25-13
While the old API functions Examine...
Posted By: ywfn
While the old API functions Examiner used to obtain PvP info are gone, there's obviously new ones to query arena/rated BG info now. If Aezay is willing to accept patches, I wouldn't mind working on re-adding that info to the PvP module.
File: TipTac09-19-13
Everything looks good to me on that...
Posted By: ywfn
Everything looks good to me on that wip2 version, tested both with and without the coalesced tooltips hidden. Borders work fine, no delayed updates of anything, etc. Thanks for your work maintaining the addon even though you don't play anymore, still the best tooltip addon out there. Maybe it would be worthwhile to block INTERAC...
File: TipTac09-19-13
My fix: Stored the number of lin...
Posted By: ywfn
My fix: Stored the number of lines in the tooltip in the OnShow hook. Then, in the OnUpdate hook, if the number of lines in the tooltip have changed since it was last seen, I force an update (regardless of the elapsed time), and store the new number of lines of course. With this change, everything seems to work perfectly, and...
File: TipTac09-19-13
I figured out why the stripping was...
Posted By: ywfn
I figured out why the stripping wasn't working, your text == "" check on line 1281 needs to be text == " " instead. That's right, there's a single space on that blank line. But it's still not working quite right. The Coalesced Realm tooltip appears when your tooltip first shows up. It isn't stripped until the first update (so,...
File: TipTac09-19-13
The border fit issue is fixed and t...
Posted By: ywfn
The border fit issue is fixed and there's no other bugs or errors for me. But the option to remove the Coalesced Realm text does not work. I could try to help debug it, if you have any suggestions for what to check for / look for / modify. Also, a more minor issue, in the config there is a lot of blank space inbetween the op...
File: Examiner09-19-13
Everything works for me, no errors....
Posted By: ywfn
Everything works for me, no errors. All new 5.4 upgraded items seem to be reporting ilvl properly.
File: TipTac09-18-13
Doesn't happen for me with fade set...
Posted By: ywfn
Doesn't happen for me with fade set to >= 1 seconds.
File: Examiner09-17-13
What I did was comment out the enti...
Posted By: ywfn
What I did was comment out the entire if...then...end inside of modules/pvp.lua's UpdateHonor() function. Then, at the top of pvp.lua I added a line: local MAX_ARENA_TEAMS = 0 I don't get any errors at all after doing these two things. It doesn't sound like Famion wasn't as thorough with his changes. What's left in the PvP mod...
File: TipTac09-17-13
I've never seen the problems Basso...
Posted By: ywfn
I've never seen the problems Basso mentioned. Maybe they require some specific set of options to be set. After uncommenting the line I mentioned, everything works perfectly for me (besides the new annoying lines that Blizzard added) and I haven't noticed any ill side-effects. The "Group, Whisper" line means you can group with th...
File: TipTac09-15-13
FYI, if I uncomment the line where...
Posted By: ywfn
FYI, if I uncomment the line where you say "Az: recalculating the height here would fix every issue (I think)", then the jumping border problem I mentioned goes away.
File: TipTac09-12-13
In 5.4, they added some new lines t...
Posted By: ywfn
In 5.4, they added some new lines to the player tooltips, whenever you mouseover a player from a CRZ'ed realm. Without TipTac running, it looks like this: http://i.imgur.com/diNO3b2.png A blank line, followed by "Coalesced Realm (*)" and then "Group, Whisper" With TipTac, it's presented a bit awkwardly. When you initially mouse...
File: TipTac09-11-13
/dump doesn't work for me. Just pr...
Posted By: ywfn
/dump doesn't work for me. Just produces an error when I try to use it on any item link. I wrote some quick code to get what I think it is you're wanting though, see: http://i.imgur.com/sSFOPsv.png The first line there is the new legendary caster cloak, base ilvl 600, but when you get it it's already 2/2 upgraded to 608 ilvl....
File: Examiner09-11-13
Examiner is broken in 5.4 because o...
Posted By: ywfn
Examiner is broken in 5.4 because of PvP changes. Arena teams have been deleted from the game, and GetPVPRankInfo() has also been deleted. I removed those two things from my copy of Examiner, and it mostly seems to work afterwards, the only thing I see broken is that item upgrades aren't showing properly again for the new T16 items...
File: ForteXorcist07-26-13
If the mage class is what you care...
Posted By: ywfn
If the mage class is what you care about, and you like simple configuration, you could check out Scorchio.
File: Examiner05-23-13
Cool, seems to work for everything...
Posted By: ywfn
Cool, seems to work for everything I tested, including one of the new ilvl 600 cloaks.