Advertisement

TooltipItemIcon 1.5

  Download the Curse Client

Last Update: April 27, 2008 (2 months ago)
Category: Chat & Communication and Inventory & Bags
Tags: chat, icon, link, and tooltip
Project Manager: brykrys
Current Version: TooltipItemIcon 1.5 1.5release
(for World of Warcraft 2.4.0)
Downloads Today: 4
Downloads Total: 5,093
Favorites: 55
Comments: 21
  • About TooltipItemIcon 1.5
  •  

Adds an icon to the reference tooltip (from clicking on an item link in chat) and the popup tooltips (when mousing over an item).

Icons can be displayed in a small frame to the side of the tooltip, inside the tooltip (near the top right corner), or used as a background for the tooltip.

Only works for Items (not recipe links).

Configuration:

TooltipItemIcon uses slash commands to change modes, to enable/disable certain tooltips, and to change the location of the icon frame around the tooltip. These are documented in the included commands.txt file, but here are some examples:

/ttii inside {switch to Inside mode}

/ttii gametooltip off {disables the icon for the popup tooltip}

/ttii gametooltip lefttop {moves the icon for the popup tooltip to the left side}

/ttii reset {reset all settings to the defaults}

Compatability:

Should be compatible with any language version of WoW.

Compatible with Link Wrangler and some other Tooltip AddOns. (Some of these are able to display icons for spells too). <file type="tooltip">5379</file>

This is an update of TooltipItemIcon by Freddy; the original project can no longer be accessed (last update was Feb 2006)

  • Downloads (4)
  •  
Advertisement

You need to login or register to post comments.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
 
  • June 13, 2008, 06:51PM (1 month ago)

    Hi brykrys,

    Love the addon, but you think it's possible to show spell icons from chat links too?

  • June 23, 2008, 06:20PM (3 weeks, 4 days ago)

    I'd like to add spell icons to more tooltips, but I'm still trying to work out a practical way to do it. I think adding spell icons to the default chat link tooltip may be possible, but quite complicated. Adding spell icons to _all_ tooltip (which I'd prefer) appears to be impossible - unless Blizzard adds some new spell link stuff in another patch :(

  • April 27, 2008, 04:28PM (2 months, 3 weeks ago)

    The newest version show icons near items in bags and on actionsbars.
    Is it possible to show it ONLY near tooltips from chat links etc ?

  • April 28, 2008, 06:59AM (2 months, 3 weeks ago)

    Yes - use this slash command:

    /ttii gametooltip off

    This setting gets saved, so you should only need to do it once (per account) unless you reinstall.

    Also, to turn off the icons on the default comparison tooltips:

    /ttii shoppingtooltip off

    or to turn off ALL compare tooltips:

    /ttii compare off

  • April 29, 2008, 09:16AM (2 months, 2 weeks ago)

    Works as charm ^^

  • April 27, 2008, 02:05PM (2 months, 3 weeks ago)

    Release version 1.5 :)

    Some minor improvements and cleanup since the last beta.

  • April 17, 2008, 06:33PM (3 months ago)

    New beta 1.45

    Revamped the slash commands again. Unfortunately this meant that some saved settings will get lost, and need to be re-set. I've tried to put everything in the commands.txt file...

    The "location" command I added last time no longer uses the word "location", i.e.:

    /ttii <tooltip name> <location code>

    (I realised that TTII can figure out what you wanted to do purely from the <location code> :)

    A few examples:

    /ttii gametooltip lefttop --- I think this is what Maischter wanted
    /ttii gametooltip off --- turn off icon for GameTooltip
    /ttii screen bottomcenter --- works for tooltips currently on screen
    /ttii itemreftooltip reset --- reset saved settings for ItemRefTooltip - previously called "clear"

    /ttii reset --- reset ALL settings to default (previously called "default")

  • April 14, 2008, 02:41PM (3 months ago)

    New beta version 1.44

    Added a slash command to move the icon frame to other locations around the tooltip.

    /ttii location <tooltip name> <location code>

    The location codes are: lefttop, righttop, topleft, topcenter, topright, bottomleft, bottomcenter, bottomright & clear
    (Note the American spelling of 'center'. Also note that the code 'left' from previous versions is now called 'lefttop')

    Example:

    /ttii location gametooltip lefttop

    If you don't know the name of a tooltip, you can also use:

    /ttii location screen <location code> (to get all visible tooltips)

    /ttii location all <location code> (to get all known tooltips)

    Sorry it's so complicated - I'll see if I can come up with a better command syntax later, but for now you should be able to see how it works.

  • April 10, 2008, 12:08PM (3 months, 1 week ago)

    could you add an option to move the itemicon position? maybe: left, right, top left, top right, middle, bottom etc..?

    and i have changed :
    TooltipItemIcon_HookFrame (GameTooltip, "topleft")
    to
    TooltipItemIcon_HookFrame (GameTooltip, "left")

    because the itemicon overlaps without this change the loottooltip with xloot...

  • April 10, 2008, 04:42PM (3 months, 1 week ago)

    Thanks for the feedback :)

    I've planned to add slash commands to move the frame around, but I need to design a command syntax that (a) doesn't take up too much space and (b) will work for any arbitrary tooltip that uses TTII. <edit> Also needs a scheme to save settings for ALL tooltips </edit>

    The GameTooltip frame was placed topleft, because the traditional left position would clash with the default shopping/compare tooltips (I wanted to default to what works with the Blizzard tooltips). It is useful to know topleft clashes with some other AddOns.

    For anyone else with the same problem (if you're confident editing lua), the line Maischter changed was line 296 in the 1.43 version of TooltipItemIcon.lua.

  • April 9, 2008, 10:48PM (3 months, 1 week ago)

    As promised, next beta is up, though it's still a bit rough.

    Attaches an icon to the game tooltip - if you have problems or conflicts, this can be turned off using the following command and reloading the UI:

    /ttii gametooltip off

    Also attaches icons to various compare tooltips.

    I'll be working on the slash command handler a bit more for next time.

  • April 7, 2008, 11:24PM (3 months, 1 week ago)

    @fric: Thanks for the feedback :)

    Frame mode is here to stay - it is still the most reliable mode at the moment.

    Inside mode uses another new feature of the WoW 2.4 patch: the ability to insert an icon into text. However this restricts where the icon can be placed, as I let Blizzard's code handle the layout, and it is not possible to place the icon below the close button by this method.

    ***

    I'm still working on the next version, which adds icons to the game tooltip and the compare tooltips - was acting a bit flaky, but I think I found the cause over the weekend, so there should be a new posting soon!

  • April 6, 2008, 02:40PM (3 months, 1 week ago)

    I'm happy to see this addon is still alive and made use of the new API GetItemIcon :)

    The 1.42 beta works like a charm. the inside mode is a cool idea, but doesn't look as good as the frame mode, in my opinion.

    Just a thought - is it possible to place the inside icon below the close-button? Maybe that would look even better.

    Keep up the good work, and thanks for this must-have addon :)

  • March 29, 2008, 01:37PM (3 months, 3 weeks ago)

    New beta version 1.42

    Supports 3 icon modes, and now has slash commands to change configuration.

    Slash commands:
    /tooltipitemicon <command> (or the slightly shorter version /ttii <command>)

    Inside mode: /ttii inside
    Places the icon inside the frame. Uses a new feature of the WoW 2.4 patch, and is actually far simpler (and uses less memory) than the old Frame mode.

    Background mode: /ttii background
    Guess what this does!
    Actually I think this mode is impractical for general use, but I liked it so I kept it in :P

    Frame mode: /ttii frame
    The 'classic' mode - sticks the icon in a little frame to the left of the tooltip. I'm planning to let people move it around in future versions, but I haven't worked out all the details yet.

    Let me know what you think - and enjoy!

  • March 29, 2008, 12:31PM (3 months, 3 weeks ago)

    I will be posting a new beta version shortly (if curse stays up and running...). This has been completely re-written, and I'm not sure if I've worked all the bugs out yet, so please keep a copy of the last version (1.41) in case you need to go back to it.

    More details on the new features soon :)

    Version 1.41 seems to be running OK (if you set the 'Use out of date Addons' option). However it may show an incorrect icon in certain circumstances (Quest links)

    I'm also changing the project title to TooltipItemIcon 1.4, as I feel that 'for WoW 2.0' is no longer appropriate now that we're up to 2.4!

  • Dec. 9, 2007, 04:36PM (7 months, 1 week ago)

    Hey brykrys.

    When I bring up a item tooltip for a profession it doesn't show the correct icon. I think it shows the last item icon.

    Example: I bring up the tip for [Fel Iron Bar] then I click a profession link [Enchanting: Crusader] it shows the fel iron icon again.

  • Dec. 20, 2007, 07:12AM (7 months ago)

    Looking into it fric,

    My first ever Ticket!

    Icon should actually be hidden for profession crafting recipes, because Blizzard don't provide an easy way to obtain the correct icon - that I have been able to find anyway...

    <edit> New version updated that now hides the icon properly (I think...).

  • Dec. 15, 2007, 09:06AM (7 months ago)

    Yeah.Need an update i think.

  • Sept. 29, 2007, 09:33AM (9 months, 3 weeks ago)

    Release 1.3 for WoW 2.2

    Although basically a TOC update, some unneccessary code has been pruned to reduce memory usage a little.

  • June 30, 2007, 11:09PM (1 year ago)

    Release 1.2: fix for not showing correct icon sometimes (when new link selected without closing old window).

    Hopefully fixed this time, but any problems, please post...

 
  • Similar Addons
  •  
  1. 2,003 Outfitter Inventory & Bags
  2. 1,814 Carbonite Quest Chat & Communication, PvP, ...
  3. 1,290 Bagnon Inventory & Bags
  4. 818 OneBag Inventory & Bags
  5. 720 RatingBuster Inventory & Bags
Advertisement