• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

TipTac

 
Project Updated:
Files Updated: Sat, Nov 28 2009
Supports Game Version: 3.3.0
Category: Tooltip
Tags:

, , , , , and [Edit Tags]

Project Manager: Aezay
Additional Authors: No additional authors
Current Version: 09.11.28
License: All Rights Reserved
Development Site: CurseForge.com
Avg Daily DL (last 30 days): 235
Downloads Total: 424,915
Favorites: 1,230
Comments: 678
  • About TipTac
  •  

TipTac - An Advanced Tooltip Addon


TipTac is a tooltip enchancement addon, it allows you to configure various aspects of the tooltip, such as moving where it's shown, the font, the scale of tips, plus a lot more.

To open the option dialog, just use "/tip" without any parameters. Use "/tip anchor" to show the anchor frame and position it as you want.

You can always get the latest release of this addon on WoWInterface.com. Please post your comments, questions and suggestions for this addon there.

Current Features


  • Shows the buffs and debuffs of the target with cooldown models. Has options to make it only show the ones you cast.
  • When in a raid or party, there is an option to show who from the group is targeting the unit.
  • Vast anchoring options allows you to change between Normal, Mouse and Parent anchor, this is configurable for both unit and non-unit tips on a frame or non-frames.
  • Anchoring frame lets you decide exactly where you want tips with the normal anchoring option.
  • Able to change the font face and size for all tips in the User Interface. Uses "LibSharedMedia" if installed.
  • Can show a Health, Mana, Energy, Rage, Runic Power or Focus bar inside the tip, which can be enabled or disabled as you prefer.
  • Tips are getting updated at a customizable interval to display changes.
  • Configurable fading options, both a prefade and fadeout time can be set. They can also be set to zero if you prefer the tips to just hide instantly.
  • Allows for you to change the background and border color of the TipTacTip and any of the modified tip.

Layout Templates


Currently TipTac comes with a few presets, these are a collection of preset settings. You can find the presets in the options. I am looking for more layout presets to include in future releases of TipTac. So feel free to post your saved settings.

Special Tip Modification


TipTac does not only configure the tip for units, you can also use TipTac to modify other tips in the WoW Interface. The way they are getting modified are both in scale and appearance. The border and background of the modified tips can be changed to colors of your desire. You can disable this appearance change by disabling the option "Hook Special Tips" under the General tab of the options dialog. Currently these tips are getting modified, but you can add more if you wish by editing the "TipTac\core.lua" file. GameTooltip, ShoppingTooltip1, ShoppingTooltip2, ShoppingTooltip3, ItemRefTooltip, WorldMapTooltip, AtlasLootTooltip and QuestHelperTooltip.

Other TipTac Addons


There are two other addons, included in the TipTac package, which improves tip functionality in WoW. First one is "TipTacTalents", which will show player talents in the tip. The second addon is "TipTacItemRef", which improves the look of the ItemRefTooltip, which is the one shown when clicking on an item, spell or achievement link in the chat. Please refer to each addon's readme.txt file for more information regarding their functionality.

Saving Settings Per Character


If you prefer to have TipTac configured differently on each of your characters, you will have to manually edit the "TipTac.toc" file. In this file, you will have to locate "SavedVariables", and change it into "SavedVariablesPerCharacter". You must restart WoW for it to take effect, and it will reset your current settings.

Lacking Features, Ideas & Problems


  • Currently doesn't work well with the Russian client, because it is unable to find the level line using the "TT_LevelMatch" pattern.
  • Sometimes tips may not fade for a mage's mirror images. This happens because GTT:GetUnit() does not return a unit token when you mouse over them.
  • Even with the option "Instantly Hide World Frame Tips", some tips still fades out, this is because TipTac uses a "mouse cursor change" event to find out when to instantly hide world tips. But since not all world objects change the mouse cursor, you wont see tips fading out instantly for them.
  • Adding a castbar in addition to the already existing health and power bar.
  • Downloads (7)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  TipTac 09.11.28 Release 3.3.0 51,090 11/28/2009
  TipTac 09.08.27 Release 3.2.0 75,031 8/27/2009
  TipTac 09.08.26 Release 3.2.0 11,473 8/26/2009
  TipTac 09.08.14 Release 3.2.0 34,491 8/14/2009
  TipTac 09.08.13 Release 3.2.0 12,460 8/13/2009
  • Comments

Add Comment

Add

You need to login or register to post.

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.
  • alex81va said

    Here's a LUA error I get when running only TipTac and mousing over another player:

    Message: Interface\AddOns\TipTac\core.lua:610: <unnamed>:SetText(): Font not set
    Time: 02/09/10 19:12:25
    Count: 4
    Stack: [C]: in function `SetText'
    Interface\AddOns\TipTac\core.lua:610: in function <Interface\AddOns\TipTac\core.lua:608>
    Interface\AddOns\TipTac\core.lua:629: in function <Interface\AddOns\TipTac\core.lua:623>
    Interface\AddOns\TipTac\core.lua:1125: in function <Interface\AddOns\TipTac\core.lua:1104>
    Interface\AddOns\TipTac\core.lua:1179: in function `ApplyGeneralAppearance'
    Interface\AddOns\TipTac\core.lua:925: in function <Interface\AddOns\TipTac\core.lua:896>
    [C]: ?

    Locals: (*temporary) = <unnamed> {
    0 = <userdata>
    }
    (*temporary) = ""

    Reply Report Permalink
  • Aezay said

    [gattsryu]
    Both of these issues smells like addon conflicts.

    [sogogi]
    You should run a profiling addon, to test which of your addon is taking up so much CPU time. Here is a link for one I wrote called Interface Usage:
    [http://www.wowinterface.com/downloads/info13555-InterfaceUsage.html]
    You'll want to look at the "Addon CPU Usage" polling module, make sure the "Enable Script Profiling" checkbox is ticked.

    [jerry99spkk]
    Only the currently active spec is shown, I recommend Examiner if you want to look at their alternative spec.
    [http://www.wowinterface.com/downloads/info7377-Examiner.html]

    [MrDreamers & shadowwolf2]
    Not sure what could be causing this, could you try and see if it still happens if TipTac is the only addon you have loaded?

    [Timinator1]
    Unit and item tooltips are shown using the same tooltip frame, due to this it is not possible to only configure appearance for just one.

    [Maziel]
    1) Adding a player portrait to the side of the tip isn't really hard, but it's not something I planned on adding.
    2) TipTac has had a few conflicts with RP addons, but here is a few things you can do to minimize the conflicts. First set the "General -> Name Type" to "Copy from original tip" and then "Special -> Tip Update Freq" to zero.

    [ColdFusion9 & Timinator1]
    This should be working, but I've had another report of this not working. To exclude some addon conflict, please make sure this also happens when TipTac is the only addon loaded, then report back.

    [Money_Loo]
    I am unaware of how FluidFrames works exactly, but it seems to be an addon that you can use to move all frames with, so it's probably hooking the GameTooltip_SetDefaultAnchor() function, which would screw up TipTac's anchoring.

    [dymlord]
    What exactly do you mean with "works as outdated"?

    Reply Report Permalink
  • Dangw10 said

    he means the adddon is showing as 'out of date' on the wow addon list, but it still works. hence the request for an updated version

    Reply Report Permalink
  • dymlord said

    I used this addon on my priest and mage since TBC, really nice configurable as you wish and no bugs at all.
    Addon works as outdated, if possible please upload an updated version for it.
    Aezay keep it on ! great job

    Reply Report Permalink
  • Money_Loo said

    Tiptac seems to have a problem running alongside FluidFrames. With fluidframes enabled tiptac seems to anchor the tooltip for everything wherever it feels like it..

    Reply Report Permalink
  • Timinator1 said

    I noticed I can't see the health of walls and stuff. Is this new or what's the deal with this?

    Reply Report Permalink
  • Is there a way to see siege building health with this add on?

    Reply Report Permalink
  • Maziel said

    Nice add-on.

    Once, long ago, I had a similar add-on but it also showed an icon for the person on the left side of the tool tip. Like a square with the players portrait, realizable, and then on the right of that portrait was the tool tip of the player with similar information as to what you have (though I do believe yours has more options available in it).

    Although I know not everyone would use such an option, I was wondering if it was possible to show a player portrait on the left of the mouse over tooltip? Is there an option I have missed? - If not available, would it be something that would be too hard to add? If not too hard, would you consider adding the option?

    My second query is one of compatibility. Is it compatible with RP mods out there such as MyRP? If not, would you consider making it compatible? MyRP and similar mods add Character Titles that they create for themselves which are then transmitted to those running the mod. Not sure how difficult a feat that would be to track a channel if said user is using said mod, then add said custom title here and there.

    In any case, this is my first time downloading and playing around with your mod, so far, it's very nice and I thank you for your work.

    Reply Report Permalink
  • Timinator1 said

    Is there a way to leave the item tooltips like the default UI? I unchecked that one addon but when I configure the border and background and what not item tooltips (like ones if you click on an item from chat) are still being influenced by the afformented settings.

    Thanks in advance.

    Reply Report Permalink
  • MrDreamers said

    tiptac wont hide in combat i checked both boxes and tictac still pops up in combat can anyone help plz? ty :)

    Reply Report Permalink
  • Im having the same issue, no clue as of yet how to fix it

    Reply Report Permalink
  • Can Adds Show DualTalent Spec to Player Tooltips?

    Reply Report Permalink
  • sogogi said

    I have been having serious framerate reductions whenever I mouse over a combatable Mob or a player, looting is a pain. Framerate drops from 70 down to 2. After a lot of buggering about I found that disabling tiptac fixed the problem. I have reinstalled tiptac (and all the other addons) and the problem still remains. If anyone has any suggestions or is suffering in the same way and can offer advice, please let me know. I really want tiptac back!

    Thanks in advance.

    Sogogi

    Reply Report Permalink
  • gattsryu said

    I'm not sure if this has been reported or not, but when I click an item from the chat log (ItemRef) I get two item icons on the instead of one. One icon seems to be of original size and the second is a little smaller, overlapping the first.

    Also, I can not disable the targeting text on the tooltips anymore.

    Reply Report Permalink
  • Aezay said

    [JLBurnett04]
    TipTacTalents is a completely independent addon, it is just included in the TipTac package. And with TipTac + TipTacOptions you can modify the format of the talents, but it will fall back to the default format, if TipTac + TipTacOptions wasn't installed.
    I'm not entirely sure what you mean by making it more clear, that you have to delete old versions? Installing a new version should overwrite any old ones you have, so that shouldn't be a problem.
    Just noticed the description of the TipTacTalents addon here on Curse was not updated, so I did that just now.

    [Bromsin]
    The only way TipTac can know when you move over a world object, is if it changes the mouse icon, which bonfires doesn't, so no this isn't possible.

    [Bigben99]
    You cannot hide guild names in TipTac.

    Reply Report Permalink
  • Bigben99 said

    How do you hide guild name in the tiptac box please

    Reply Report Permalink
  • Bromsin said

    Perhaps this was answered, but didnt see it. When I mouse over a player/npc then move the mouse the tooltip instantly disappears. When I mouse over a bonfire in Org the tooltip fades after 2 seconds.. Is there a way to change that to instantly?

    Reply Report Permalink
  • I finally figured out why I didnt have that last option to change my talents. I said I had been using TipTacTalents then switched to TipTac. I never removed TipTacTalents and apparently with both installed it removes that button to change the talents. I still had the functionality, but no customization anymore. The bar on the left ended after "Layouts." Once TipTacTalents was removed, the little button beneath Layouts appeared again.

    Upon looking over this page very carefully, once again, I see a somewhat vague (to me) sentence about TipTacTalents being part of TipTac. Forgive me if I am wrong, but I could have sworn it did not start out that way and that is why I had both installed long ago. I think when I saw that sentence before, I assumed that you meant that there were several... moduals, if you will, for TipTac. I suggest, please, that you perhaps underline that sentence and make it clearer that you need to disinstall old versions TipTacTalents if you are using this mod because it was easily overlooked.

    Reply Report Permalink
  • Aezay said

    [Slooter]
    The ## has to be there, only thing you have to do is replace the "SavedVariables" with "SavedVariablesPerCharacter".

    Reply Report Permalink
  • Slooter said

    That's how it was when it initially wasn't working for me.

    Anyways, I just reinstalled the addon and changed the lua file again and it appears to be saving the settings between sessions now. One thing I did notice in the process was that in the character saved variables folders there was no lua file for tiptac, just a backup file. Probably explains it right there but as to why it wouldn't have been creating the file previously I couldn't say.

    Reply Report Permalink
  • Addon Packs Containing TipTac
  • Similar Addons
  •  

Average downloads per day

  1. 16,319 GearScore Tooltip
  2. 2,149 Auctioneer Auction & Economy, Mail, and...
  3. 1,377 Auctionator Auction & Economy, and Tooltip
  4. 810 RatingBuster Tooltip, and Bags & Inventory
  5. 607 Armory Bags & Inventory, Guild, Professions...