kaytotes / ImprovedBlizzardUI

General improvements to the Blizzard UI
38 stars 24 forks source link

Tooltips Overhaul #158

Closed kaytotes closed 4 years ago

kaytotes commented 4 years ago

Basically before hand I was completely discarding the contents of the Blizzard tooltips and generating my own. This is problematic as a multitude of other addons hook into this, it's not possible for me to re-create everything, and annoyingly some of the information eg tameable beasts have no actual API call to get them.

The replacement path is to basically read through the tooltip and pattern match each row to find the relevant lines to update rather than re-creating.

This essentially brings the following to tooltips:

Closes #157 #156

Screenshots

Screenshot_3 Screenshot_4 Screenshot_5 Screenshot_6 Screenshot_7