1. #1
    The Patient
    15+ Year Old Account
    Join Date
    Oct 2007
    Location
    Michigan
    Posts
    261

    Tooltip Questions

    I am currently using a older tooltip mod called DI tooltip because it had on it, no coloring, nothing special but it has When a mob is targeting somone but the problem im facing is that, i like my tooltip on my mouse and it always places it on the middle of my mouse and id like to move it to the right so i can still see my mouse. anyone have any ideas?

  2. #2

    Re: Tooltip Questions

    Delete that addon, right now!
    You can make your own addon to do the job, like this:

    Make a new .txt document, name it CursorMod.lua
    Fill this inside:
    Code:
    function GameTooltip_SetDefaultAnchor(tooltip, parent)
    	tooltip:SetOwner(parent, "ANCHOR_CURSOR")
    end
    Make a new .txt document, name it CursorMod.toc
    Fill this inside:
    Code:
    ## Interface: 20200
    Put both those two texts into a new folder called CursorMod, then put that folder into the wow addon directory.

    (you can open toc and lua with notepad or wordpad)

  3. #3

    Re: Tooltip Questions

    How to attribute X, Y anchor for the ToolTip with this please?
    Found, thanks anyway.

  4. #4
    The Patient
    15+ Year Old Account
    Join Date
    Oct 2007
    Location
    Michigan
    Posts
    261

    Re: Tooltip Questions

    Thats what i was asking heh, i got the Mouse to Anchor to the tooltip, that isnt an issue with any mod, really what im trying to do is to Move that anchor to the right a bit so its not such a nusience to have it stuck to the mouse

  5. #5

    Re: Tooltip Questions

    Quote Originally Posted by Cronik
    Thats what i was asking heh, i got the Mouse to Anchor to the tooltip, that isnt an issue with any mod, really what im trying to do is to Move that anchor to the right a bit so its not such a nusience to have it stuck to the mouse
    The tinytip addon does this.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •