- I will populate this list manually as I continue playing the game.
- What the addon will do is, when I find an item that has a name that starts with one of the set names in the list, it will display a simple "Keep" or "Sell" note in the item tooltip.
This will be my first addon and it will be nice if those of you who have addon writing experience can give some ideas or lead in the right direction.
I would look through MogIt + plugins for how to hook into it.
If you don't find anything in that list that already does what you want, look at Engravings for how to add notes to item tooltips.
I have a feeling though you'll find MogIt already supports something like what you want to do. (show if an item is part of a MogIt favorite on the item tooltip)
For transmog/collection purposes, I want to write a simple addon that will do the following:
- It will have a list of item set names and a value corresponding to each set. Example:
1. Imbued Plate - Keep
2. Mystical - Keep
3. Bogslayer - Sell
4. Blood Knight - Keep
5. Chromite - Sell
...
- I will populate this list manually as I continue playing the game.
- What the addon will do is, when I find an item that has a name that starts with one of the set names in the list, it will display a simple "Keep" or "Sell" note in the item tooltip.
This will be my first addon and it will be nice if those of you who have addon writing experience can give some ideas or lead in the right direction.
Thank you.
If you don't find anything in that list that already does what you want, look at Engravings for how to add notes to item tooltips.
I have a feeling though you'll find MogIt already supports something like what you want to do. (show if an item is part of a MogIt favorite on the item tooltip)