Addons:SkillsTip
From Addons
Contents |
I have confirmed that SkillsTip version 0.3.0 and up works on WoW version PTR 3.0.0.
Description
SkillsTip adds your character's skill level for the type of weapon your mouse is over to its tooltip.
Change Log
Moved
- CurseForge Project - SkillsTip (advanced)
- CurseForge SVN - SkillsTip: svn://svn.curseforge.net/wow/skills-tip/mainline
- Curse Project - SkillsTip
Version 0.3.1 (talk)
- Updated TOC for interface 30000.
Version 0.3.0 (talk)
- Fixed for PTR 3.0.0. Should be backward compatible.
Version 0.2.0 (talk)
- Added a new feature. Go to your Skills tab on your PaperDoll frame. You can now view your other character's skills.
- Removed table construct in Tooltip OnShow handler.
- Using "this" in Tooltip OnShow handler.
Version 0.1.2 (talk)
- Opted for using "GameTooltip" instead of "self".
- Checking for the existence of GameTooltip.GetItem
- Should take care of the "GetItem is nil" type error message and the "self is nil" type error message.
Version 0.1.1 (talk)
- Added sanity check (that shouldn't have to be there, *grumbles*)
Version 0.1.0 (talk)
- Streamlined the code.
- Instead of hooking everything that could call the GameTooltip, I used the GameTooltip's OnShow event. By doing this, I was able to make it work with AH, action buttons, and merchant buy-back items. The file is also significantly smaller (roughly 50% smaller).
- I haven't looted anything with this new version, yet, but I'm confident that it works on the loot items, too.
Version 0.0.4 (talk)
- Added sanity checks to lines 52 and 61.
Version 0.0.3 (talk)
- Added functionality for "Loot Frame", "Floating tooltip", and "Remove boolean skills".
Version 0.0.2 (talk)
- Added tooltip modification to merchant frame and the default bag frames.
Version 0.0.1 (talk)
- Initial release.
Screenshots
Notice
Known Issues
- Will not modify the tooltip for other addons that make their own tooltip unless they use the default GameTooltip object.
- The GetSkillLineInfo() hook confuses other addons into thinking that these are actually your current character's skills.
Possible Known Issue
- One-Handed weapons might not associate with their respective skill on non-English clients.
- Fist weapons might not associate with the Unarmed skill on non-English clients.
Bonus
- Works with Profession Scrolls (plans, patterns, etc).
Download
Last edited by Treader on 16:00, 3 November 2008.
View Count: 1,431.
Times Edited: 15.
Categories: Addons | PTR 3.0.0 | Addons



