View Single Post
03/15/22, 08:33 AM   #5
ExoY
 
ExoY's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2020
Posts: 89
Thanks Baertram,

I will check it how but it does look promising.



Edit: ShowAchievementDetailedTooltip wasnt the correct one, but this one ended up doing the trick:

Lua Code:
  1. ZO_PreHook(Achievement, "RefreshTooltip", function()
  2.     return true
  3.   end)

but i didnt check, if it effects any other tooltips within the achievement context.

Last edited by ExoY : 03/15/22 at 08:51 AM.
  Reply With Quote