1.  Am I missing it or does the book not cover how to hook the GameTooltip to add to it? I'm assuming it's probably the prior, just not seeing it in Chapter 24 for tooltips and in Chapter 19 for hooks having trouble figuring out what function/script to hook if any to get the desired result.

  2.  Am I missing it or does the book not cover how to hook the GameTooltip to add to it? I'm assuming it's probably the prior, just not seeing it in Chapter 24 for tooltips and in Chapter 19 for hooks having trouble figuring out what function/script to hook if any to get the desired result.

  3. There are lots of very specific topics like this that weren't covered due to space and time constraints.  If you want to add something to the tooltip for items, you should hook the OnTooltipSetItem script.  For quests, OnTooltipSetQuest, etc.  You can also look at the Auctioneer suite for EnhTT (Enhanced Tooltip).  As far as I am aware it offers a number of easy ways to add information to the end of an existing tooltip.

  4. Ah, I see. Thank you for the reply. Will check that out.