Results: 86Comments by: ywfn
File: Examiner05-21-13
Examiner isn't displaying the corre...
Posted By: ywfn
Examiner isn't displaying the correct ilvl for newer items that get upgraded (with the new 5.3 patch).
File: Examiner04-20-13
Sorry didn't get back to this threa...
Posted By: ywfn
Sorry didn't get back to this thread for a bit. It was the caster DPS legendary meta and the melee DPS legendary meta that were causing the error (not the tank or healing ones). In the new version though, the errors are gone as mentioned in the change notes, and it does seem to be counting the Crit from the caster meta properly in...
File: Examiner04-11-13
Examiner is printing debug messages...
Posted By: ywfn
Examiner is printing debug messages ("Examiner Scan Alert: Please report the following to author.") when examining anyone who's using one of the new legendary metagems: Capacitive, Courageous, Indomitable, and Sinister Primal Diamond. I can post the full text of the errors if needed, some of them anyway.
File: TipTac02-22-13
The new release seems to work fine...
Posted By: ywfn
The new release seems to work fine for ilvls, same with Examiner. Thanks for the update
File: TipTac02-18-13
Yeah I noticed that the "Disable sm...
Posted By: ywfn
Yeah I noticed that the "Disable smilies in text" is broken. Anyway, modified code is now: ... function GetUpgradedItemLevelFromItemLink(itemLink) local ITEMLINK_PATTERN = "(item:+)"; itemLink = itemLink:match(ITEMLINK_PATTERN) -- Finds the last and 11th parameter of an itemLink, which is the upgradeId local ITEMLINK_P...
File: TipTac02-18-13
Just out of curiosity, I changed th...
Posted By: ywfn
Just out of curiosity, I changed this line to match the pattern that was in Ro's original post: local ITEMLINK_PATTERN_UPGRADE = ":(%d+)\124h%["; And now it does work, the TipTac tooltip matches the upgraded item level. Any chance we can get the ilvls in Examiner updated as well? The ones that display on top of the item's icon.
File: TipTac02-18-13
Tested your .rar file and it didn't...
Posted By: ywfn
Tested your .rar file and it didn't work, no errors but the item levels were still the non-upgraded numbers.
File: ForteXorcist02-18-13
Would be really nice to be able to...
Posted By: ywfn
Would be really nice to be able to track Frost Bomb's cooldown (since it's no longer tied to the actual explosion) with Forte's Spell Timer module, as is already done by default for Fire Blast and Arcane Barrage. Note that Frost Bomb also has a non-fixed cooldown, being affected by haste. Is this possible? I've tried adding it man...
File: Examiner10-07-12
ywfn There was a similar problem a...
Posted By: ywfn
ywfn There was a similar problem a long time ago with gems. They would not load properly the first time, you had to inspect the player twice. The whole inspection system of WoW is sort of inconsistent this way, there is not really any clear way to know when inspection data is ready after you've requested inspect data. The INSPECT_RE...
File: Examiner10-06-12
ywfn Would you happen to be using...
Posted By: ywfn
ywfn Would you happen to be using ElvUI? nope, don't use ElvUI, and the exact same thing happens without any other addon enabled, only Examiner. happens every time, easily reproduceable for me.
File: Examiner10-05-12
Ever since MoP and the latest versi...
Posted By: ywfn
Ever since MoP and the latest version of Examiner, I always have to inspect someone twice before I can see all their gear. The first time I hit the key, it only brings up a few pieces of gear, the rest of the slots show up empty. The second time will always bring up everything. Have tested this without any other addons running, an...
File: TipTac10-01-12
Yeah, judging by what I've seen it...
Posted By: ywfn
Yeah, judging by what I've seen it on, it's probably used for monsters that are less powerful than their level would usually indicate.
File: TipTac09-26-12
ywfn By default, TipTac doesn't ad...
Posted By: ywfn
ywfn By default, TipTac doesn't add the word "Level", so not even that line is correct. It does if you pick certain layouts I guess? Most likely, TinyTip layout? I think that's what I picked, years ago. I'll gather more info and probably post a screenshot later.
File: TipTac09-25-12
On live MoP, many mobs are showing...
Posted By: ywfn
On live MoP, many mobs are showing a fairly strange tooltip with TipTac. For example, I'm looking at a group of Highlands Calf and Highlands Mushan. The builtin game tooltip will show them as Level 86 Beast and Level 87 Beast, respectively. TipTac reports them as "86? Beast" and "Level 87 Beast". One's correct, while the other...
File: TipTac09-02-12
Agreed, configurable would be fine...
Posted By: ywfn
Agreed, configurable would be fine I guess, but calling it "Talents" just sounds really broken and gives the addon the feel of not having been truly brought up-to-date.
File: TipTac09-01-12
Had another idea: since presumably...
Posted By: ywfn
Had another idea: since presumably all players will have either the "Horde" or "Alliance" line in their tooltips (except new Pandarens I suppose, but they choose a side at level 10 which is the same minimum level for displaying spec anyway)... Would it be possible to replace the "Horde" or "Alliance" line with the spec? Instead of...
File: TipTac09-01-12
- It's not possible for me to go wi...
Posted By: ywfn
- It's not possible for me to go with "Spec", since it is not a localised string. Might as well make the addon work on non English clients since that is easy. Currently I copy the name from the global variable TALENTS, but I could change that to SPECIALIZATION. In other languages, maybe the word for "specialization" isn't such a lon...
File: TipTac09-01-12
Your self-mouseover fix in the .rar...
Posted By: ywfn
Your self-mouseover fix in the .rar file does work.
File: TipTac09-01-12
Couple nitpicks: * When mousing ov...
Posted By: ywfn
Couple nitpicks: * When mousing over yourself, the tooltip reads "Talents: n/a" (even though I do have talents). It works for all other players though. * There seems to be a little bit of extraneous blank vertical space above the "Talents: ..." line in the tooltip?
File: TipTac09-01-12
I'm slightly torn on this. On one s...
Posted By: ywfn
I'm slightly torn on this. On one side "Specialization" would be correct now from what I understand. However, on the other side, "Talents" is a much shorter word and seems to fit better into the tooltip. Imagine a guy with a short name who would have a "slim" tooltip, except it's made wide from something like this: "Specialization: B...
File: TipTac08-29-12
Turns out the "Horde" line (and pre...
Posted By: ywfn
Turns out the "Horde" line (and presumably "Alliance" lines, although there's no alliance on my server to test this with) was added into the base game tooltip, I guess probably to distinguish between horde and alliance pandarens. So, TipTac is just carrying it across, not adding it. Might be really nice to have an option to strip t...
File: TipTac08-29-12
There seems to be some change that...
Posted By: ywfn
There seems to be some change that happened related to factions too, like whenever I mouseover someone I have a line in TipTac's tooltip now that just says "Horde". I can probably look closer at it tonight once I'm in the game and maybe report some more useful details.
File: TellMeWhen10-17-10
Originally posted by Cybeloras It...
Posted By: ywfn
Originally posted by Cybeloras It should be working now in 1.4.1, let me know if it isn't. Seems good here now.
File: TellMeWhen10-17-10
There is a v1.4.0 on Curse, but it...
Posted By: ywfn
There is a v1.4.0 on Curse, but it still seems completely broken with regard to multiple spells on a single button (with semicolons). 1.3.2a from here seems fine: http://www.wowinterface.com/downloads/info18048-TellMeWhenOld.html
File: TellMeWhen10-16-10
Same as the previous poster, seems...
Posted By: ywfn
Same as the previous poster, seems 1.3.3 doesn't really work at all. I downgraded to 1.3.2a, and things work fine again.