You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hook that adds information to the tooltip has to be installed differently for different types of item slot (inventory, guild store, mail attachment etc.). I've implemented the ones that I care about in my own playstyle but there are probably others that I've missed.
This would involve adding more some ZO_PostHook invocations to installTooltipExtensionHooks. The InventoryEnter mapping in inventoryslot.lua in the ZOS source code is a useful reference for different places that an item tooltip may appear.
The text was updated successfully, but these errors were encountered:
The hook that adds information to the tooltip has to be installed differently for different types of item slot (inventory, guild store, mail attachment etc.). I've implemented the ones that I care about in my own playstyle but there are probably others that I've missed.
This would involve adding more some ZO_PostHook invocations to installTooltipExtensionHooks. The InventoryEnter mapping in inventoryslot.lua in the ZOS source code is a useful reference for different places that an item tooltip may appear.
The text was updated successfully, but these errors were encountered: