frozn / TipTac

WoW AddOn TipTac Reborn
GNU General Public License v3.0
118 stars 25 forks source link

Can't set tooltip come out only for <mouse over> #340

Closed DeadlyPewPeww closed 2 weeks ago

DeadlyPewPeww commented 3 months ago

Describe the bug

1 2

Steps to Reproduce

No response

Expected behavior

No response

Additional context

No response

Version of TipTac Reborn

V24.08.26

Flavor/Version of WoW

v11

frozn commented 3 months ago

You need to disable the following setting in WoW options:

image

With this setting on, a tooltip will be triggered if changing targets by pressing tab or soft targeting ("Gameplay->Combat->Enable Action Targeting" is enabled) without hovering over with your mouse.

The duration of the tooltip can be adjusted with chat command /run SetCVar("SoftTargetTooltipDurationMs", x) with x = duration in ms (default: 2000).