------------------------------------------------------------------------------ -- Configuration ------------------------------------------------------------------------------ local MouseoverAnchor = false --true: Anchor will be on a Fixed Position, false: Anchor will follow your cursor local Apoint = "BOTTOMRIGHT" --First AnchorPoint !Not valid for MouseovrtAnchor! local Bpoint = "BOTTOMRIGHT" --Second AnchorPoint !Not valid for MouseovrtAnchor! local xOffSet = -13 --Set your Offset on the x-axis !Not valid for MouseovrtAnchor! local yOffSet = 63 --Set your Offset on the y-axis !Not valid for MouseovrtAnchor! local Scale = 1 --Set the TooltipScale here; Valid 0.1 thorugh .. (i don't know, but it's getting BIG XD) local Backdrop_Color = 0, 0, 0 --Set the Backdrop Color of the Tooltip here; Valid 0.1 thorugh 1 local ShowPvP = true --true: PvP will be shown if Unit Has PvP activated, false: the PvP line will be used and replaced with Talentsline, if possible. local Player_Target = "cffffffff[YOU]r" --This will be shown in the Targetline if you are the Target [Hexdecimal colors] local P_Title_remove = true --true: Name will appear like "Name", false: Player Titles will be shown (like ImbaRoxx0r, Champion of the Naaru) local GColering = true --true: Colors The GuildName if it's your own Guild, false: White, like every other Guild local QBorder = true --true: Items you mouseover will have QualityColored Border, false: All Items have the DefaultBorder local SBMove = true --true: Will move the Statusbar (healthbar) to the inside of the Tooltip -CAUTION- This may occour problems sometimes, or interfere with other Addons!
Thanks to
Aezay
I used his TipTacTalentscode slightly modified and oriented me on the code of TipTac when i was lost.
Cargor (EU-Nozdormu)
Without him, i would have gone insane. He helped a lot.
Seerah
lolTip uses the ItemQualityBorders from TipTop.
Hope ya enjoy,
Lolzen

1.5.1
*Changed the way the space for the HealthBar is Added. I hope this prevents lolTip interfering with other Addons adding lines.
*fixed Tooltip not fading out correct some times.
*fixed SBMove = false - this was messed up in at least 1.5
*fixed weird border on doodads when MouseoverAnchor activated
*Added Border and Guild colors to config, so you don't need to scroll down anymore
*Added Option: Hide ActionBar-tooltips when in Combat
*Fixed Not showing Tooltips on DockingStation with MouseoverAnchor activated (thanks Cargor)
1.5
*Fixed the Error randomly popping up about UnitLevel is nil
*Changed default look a bit
*Changed MouseoverAnchor, so you can offscale the Tooltip (Got this from ui.phcnet.de )
*optimised Description for config
*no more "lvl -1". It is now shown correct as "??"
*Updated inbuilt TipTacTalentscode by Aezay
*little code Tweaks here and there