Download
(3Kb)
Download
Updated: 01-28-09 03:52 AM
Pictures
File Info
Updated:01-28-09 03:52 AM
Created:01-28-09 03:52 AM
Downloads:2,740
Favorites:3
MD5:

Simple Mouseover Target

Version: 1.7
by: Brodrick [More]

[I have quit wow. It is unlikely I will update this, or any other of my addons.
If you wish to take them over, feel free.


When you mouse over a character or creature in the game that is currently targeting something, it shows a second, small tooltip attached to the main tooltip with their target's name, level, and other info.

/simplemousetarget
toggle - toggle show / hide
on - show
off - hide
red - toggle turning the background of the second tooltip red if the target is the player
green - toggle making the second tooltip green if you are targeting the same the target
pos # (1-12) - relocate the second tooltip around the gametooltip.

Optional Files (1)
File Name
Version
Size
Author
Date
Type
1.8
4kB
11-30-23 11:56 PM
Addon


Post A Reply Comment Options
Unread 12-01-23, 12:02 AM  
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 5919
File comments: 228
Uploads: 28
Based on a recent request to get this up and running again, I have uploaded a fixed version.
Request: https://www.wowinterface.com/forums/...ad.php?t=59724

I did not test all versions of wow nor it's performance during combat nor the slash commands.

New version is available via the Other tab here or at the link below.
https://www.wowinterface.com/downloa...edVersion.html

Please route any issues to that version there, so I catch them. Thanks.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
Report comment to moderator  
Reply With Quote
Unread 06-27-23, 02:11 AM  
stianhoiland
A Kobold Labourer

Forum posts: 1
File comments: 1
Uploads: 0
Add this at the top of SMouseTarget_OnLoad to fix changes to backdrop system in 9.0:

Lua Code:
  1. if not self.GetBackdrop then
  2.         Mixin(self, BackdropTemplateMixin)
  3.         self:SetBackdrop({
  4.             bgFile = "Interface\\Tooltips\\UI-Tooltip-Background",
  5.             edgeFile = "Interface\\Tooltips\\UI-Tooltip-Border",
  6.             tile = true,
  7.             tileSize = 16,
  8.             edgeSize = 16,
  9.             insets = {left = 5, right = 5, top = 5, bottom = 5},
  10.         })
  11.     end
Report comment to moderator  
Reply With Quote
Unread 02-02-09, 02:14 PM  
Aroy
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Thanks, it'll be a little awkward to play with the scaling this way but I can't complain too much since I'm finally getting my ToT tooltip window back.

Originally posted by Brodrick
I won't be adding this feature myself. I really only intend this addon to work with the default UI, and if it happens to work with other tooltip addons, great.

If you want to add scaling, you can add a single line to the SimpleMouseoverTarget.lua file to change it.

After the line:
function SMouseTarget_OnLoad(self)

add:
self:SetScale(0.5)

Change the value to whatever you want, save the file and reload your UI.
Report comment to moderator  
Reply With Quote
Unread 02-02-09, 02:04 PM  
Brodrick
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 14
Uploads: 7
I won't be adding this feature myself. I really only intend this addon to work with the default UI, and if it happens to work with other tooltip addons, great.

If you want to add scaling, you can add a single line to the SimpleMouseoverTarget.lua file to change it.

After the line:
function SMouseTarget_OnLoad(self)

add:
self:SetScale(0.5)

Change the value to whatever you want, save the file and reload your UI.

Originally posted by Aroy
Hey, I just want to thank you for making this add-on. Ever since the AFTTE add-on stopped getting updated, I've lamented the lack of tooltip add-ons that have a separate window with a mouseover ToT. The utility of this information for tanking (especially in combination with a mouseover taunt macro) cannot be overstated.

I found this works pretty well in conjunction with tiptac as well. So you can get all the useful info and customizability found in other tooltip addons (and especially the anchoring to your mouse and, special to tiptac, the ability to offset the tooltip from your mouse so it doesn't block what you're mousing over) with the sometimes crucial information of what an untargeted mob's ToT is.

The only thing I guess I could request vis-a-vis the new ToT window is some way to scale the size (I'd want to be able to change the size to be just a tad smaller).

Again, thanks so much for the great work!!!
__________________
- Brodrick (aka Kirov)
Report comment to moderator  
Reply With Quote
Unread 02-02-09, 10:15 AM  
Aroy
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Hey, I just want to thank you for making this add-on. Ever since the AFTTE add-on stopped getting updated, I've lamented the lack of tooltip add-ons that have a separate window with a mouseover ToT. The utility of this information for tanking (especially in combination with a mouseover taunt macro) cannot be overstated.

I found this works pretty well in conjunction with tiptac as well. So you can get all the useful info and customizability found in other tooltip addons (and especially the anchoring to your mouse and, special to tiptac, the ability to offset the tooltip from your mouse so it doesn't block what you're mousing over) with the sometimes crucial information of what an untargeted mob's ToT is.

The only thing I guess I could request vis-a-vis the new ToT window is some way to scale the size (I'd want to be able to change the size to be just a tad smaller).

Again, thanks so much for the great work!!!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: