Advertisement

UrbinTargetTarget

  Download the Curse Client

Last Update: March 26, 2008 (5 months ago)
Category: Combat
Tags: combat and target
Project Manager: Urbin
Website: visit
Current Version: UrbinTargetTarget 20400.1
(for World of Warcraft 2.4.0)
Downloads Today: 3
Downloads Total: 5,936
Favorites: 9
Comments: 9
  • About UrbinTargetTarget
  •  

Alternate download link
As Curse has been very unstable for downloads lately, I have set up an alternate download page carrying the latest version of my addons. You can find it under http://www.ursbeeli.ch/m_addons.shtml

History
I have been using the <file type="link">1723</file> addon for a long time. With the introduction of Patch 2.0 and the secure frames its targetting possibilities were lost. With each subsequent patch another feature of it caused an exception. I fixed one after the other for my own use, always intending to change it to make use of secure frames. The built in target of target frame just was not an option as it is too small for my liking.
I tried a few things but found that I could not get secure frames to work with Dag's Target of Target during my first tries. I then tried to start from scratch with just an empty button in order to be able to use it to target my target's target, even during combat. I then started adding features and found I had more or less duplicated what Dag had done.

However, I did not implement everything Dag had. One of these things is the target or target of target frame as I really, never used this. Another thing is the integration with MobHealth and CTMod to find out the absolute health numbers of mobs. This is handy to have for my target but I am not so interested in those details for my target's target, especially as I still have this of people in my group (say for healing).

All credit for the idea and much of the code goes to Dag, even though I rewrote the addon (pinching quite a bit from Blizzard's TargetFrame implementation.

Urbin, Dun-Morogh (EU)

Features
This addon displays target of target frame that has the same size and look and feel as the default target frame. It has optional support for displaying buffs and debuffs, class and creature type. It allows targetting the target of target by clicking on it as well as a suitable context menu by right clicking on it.

Slash commands
/utt help Show supported slash commands
/utt about Show version info
/utt status Show configuration status

/utt enable Enable Target of Target frame
/utt disable Disable Target of Target frame
/utt toggle Toggle able Target of Target frame

/utt buff Toggle display of buffs and debuffs on target or target frame
/utt class Toggle display of class above target of target frame
/utt type Toggle display of creature type below target of target frame

/utt dock Use default position
/utt lock Lock custom position
/utt unlock Allow draging of frame to custom position


Todo list

  • add clique support for healing
  • add option frame
  • convert mob percentage health using MobHealth, MobInfo2, etc values [low prio]



Version history


20400.1

  • updated toc for patch 2.4.0
  • added possibility to list all addons by Urbin

20300.2

  • added support for ClassIcons (<file type="link">5138</file>)
  • not showing zero health any more when dead (interfered with "Dead" text)

20300.1

  • updated toc for patch 2.3.0

20203.3

  • now also showing proper tooltips (for target of target buffs/debuffs instead of targt)
  • fixed nil concatentation bug when displaying target creature type

20203.2

  • now showing debuffs of target-of-target instead of target
  • now checking PvP sanctuary status of target-of-target instead of target
  • added curse project as weblink to about information

20203.1

  • first version
  • Downloads (5)
  •  
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.
 
  • May 5, 2008, 05:09PM (3 months, 3 weeks ago)

    how can i disable hp/mana from unit frame? :|

  • June 3, 2008, 06:03AM (2 months, 3 weeks ago)

    I assume you talk about the target-of-target unit frame, because that's the only unit frame my addon modifies and you can't disable it at the moment. I'll add this to the todo list.

  • Jan. 13, 2008, 08:32AM (7 months, 2 weeks ago) Elessil wrote

    The taint issue kept bugging me so I went ahead and disabled every addon I had except UTT and the taint errors kept poping up.

    I'm sorry to hear you still have taint issues with UTT. Thanks for the detailed feedback, I'll try to look into it when I have some time (which most likely won't be soon, I'm sorry to say). I can't promise that I'll find something, as I still don't have any taint issues...

  • Jan. 11, 2008, 09:34PM (7 months, 2 weeks ago)

    The taint issue kept bugging me so I went ahead and disabled every addon I had except UTT and the taint errors kept poping up.

    A small snippet from the taint log:
    1/11 21:20:27.971 Execution tainted by UrbinTargetTarget while reading UTT_Debuff16 - getglobal()
    1/11 21:20:27.971 Interface\AddOns\UrbinTargetTarget\UrbinTargetTarget.lua:762 UTT_UpdateBuffDebuff()
    1/11 21:20:27.971 Interface\AddOns\UrbinTargetTarget\UrbinTargetTarget.lua:901 UTT_Update()
    1/11 21:20:27.971 Interface\AddOns\UrbinTargetTarget\UrbinTargetTarget.lua:911 UTT_OnUpdate()
    1/11 21:20:27.971 UTT_Frame:OnUpdate()
    1/11 21:20:27.971 An action was blocked in combat because of taint from UrbinTargetTarget - UTT_Frame:ClearAllPoints()
    1/11 21:20:27.971 Interface\AddOns\UrbinTargetTarget\UrbinTargetTarget.lua:973 UTT_FrameDrag()
    1/11 21:20:27.971 Interface\AddOns\UrbinTargetTarget\UrbinTargetTarget.lua:988 UTT_HandleMoveable()
    1/11 21:20:27.971 Interface\AddOns\UrbinTargetTarget\UrbinTargetTarget.lua:903 UTT_Update()
    1/11 21:20:27.971 Interface\AddOns\UrbinTargetTarget\UrbinTargetTarget.lua:911 UTT_OnUpdate()

    the offending lines are usually:
    762
    901
    903
    911
    973
    974
    988
    989

  • Dec. 22, 2007, 03:37PM (8 months, 1 week ago)

    Since you got no taint issues I went ahead and investigated it further.
    Turns out that yeah, utt isn't the source of it. Great. =)

    Now I just have to get a replacement for Elkano's Frame Resizer. -.-'

  • Dec. 17, 2007, 10:17PM (8 months, 2 weeks ago) Elessil wrote

    But there's one issue marring its use. :/ It's a huge source of user interface taint.

    Are you sure that it really is my addon? I am asking because I currently have no taint issues whatsoever despite using my own addon. Are you perfectly sure it's not some other addon in combination with UrbinTargetTarget?

    Urbin, if you do "/console taintLog 1" and take a look at the log produced you'll see what I mean. Would be nice if you could do something about this. The US Interface forum has a thread where slouken is replying to help solving issues such as these.

    Thanks for your hint, but as far as I understood, this only creates a log, when an "interface blocked" error occurs and I have yet to see one of those...

  • Dec. 17, 2007, 10:14PM (8 months, 2 weeks ago) Aylianna write

    Would you add the target's target's target feature to this? I know you said over on Dag's you don't find much use for it, but for me as a healer it can really help.

    I am sorry to say, but I currently have no time whatsoever to work on any of my addons (working 15 hour days) so this will have to wait, especially as it is not a feature I need ;-)

  • Dec. 3, 2007, 08:50PM (8 months, 4 weeks ago)

    You addon is pretty much all I want from a Target's target mod, thanks for making it.

    But there's one issue marring its use. :/
    It's a huge source of user interface taint.

    Urbin, if you do "/console taintLog 1" and take a look at the log produced you'll see what I mean.
    Would be nice if you could do something about this. The US Interface forum has a thread where slouken is replying to help solving issues such as these.

  • Nov. 27, 2007, 03:56PM (9 months ago)

    Would you add the target's target's target feature to this? I know you said over on Dag's you don't find much use for it, but for me as a healer it can really help.

    Thanks!

 
  • Similar Addons
  •  
  1. 2,366 Natur EnemyCastBar PvP, Buffs & Debuffs, Raids & ...
  2. 2,145 DamageMeters Combat
  3. 1,966 Recount ... Combat
  4. 1,385 BigWigs Bossmods Raids & Encounters, Other, ...
  5. 1,384 Decursive 2.0 ... Buffs & Debuffs and Combat
Advertisement