View Single Post
11-14-19, 10:28 AM   #3
LBXZero
A Theradrim Guardian
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 61
So far, I decided to play to the limits of what I can access. I am parsing the tooltip data, look for a text line that has an available form in the line, and then check if the line is red (if red color is greater than green and blue). If the line exists and it is not red, the character should be in that form. If the line exists and it is red, then the character is not in the correct form. If the line doesn't exist or no multiple forms detected, ignore.

From there, if the character is in form, somehow highlight the entry in the spellbook either blue or green. If the character is not in the form, highlight red or grey. I am thinking about altering the text fields instead of the icon.

Thoughts?

Also, I am parsing the text by grabbing the form names from the in-game spellID information, so I don't need localization data.

Edit: First Idea using a Druid


Current Idea using my Warrior as an Example

Last edited by LBXZero : 11-15-19 at 06:13 AM.
  Reply With Quote