In my addon, I want to add a note to a specific item's tooltip. Let's say the item ID: 31234
I will not add the note in the game. I will create the necessary addon file so when I launch the game, and check the item tooltip, I will see the note.
I created a basic .toc and .lua file following a beginner tutorial but I don't know how to proceed.
myaddon.toc
[HTML]## Interface: 60200
## Title: Keep or Sell
## Version: 1.0
## Author: Eom
## Notes: Adds notes (keep/sell) to item tooltips if they are specified in a custom list created by the user.
I checked the addons mentioned in the reply to my other thread but still couldn't figure out how to do what I wanted to do. Therefore I decided to divide the flow into steps and ask them one by one to learn how each step is done.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
In my addon, I want to add a note to a specific item's tooltip. Let's say the item ID: 31234
I will not add the note in the game. I will create the necessary addon file so when I launch the game, and check the item tooltip, I will see the note.
I created a basic .toc and .lua file following a beginner tutorial but I don't know how to proceed.
myaddon.toc
[HTML]## Interface: 60200
## Title: Keep or Sell
## Version: 1.0
## Author: Eom
## Notes: Adds notes (keep/sell) to item tooltips if they are specified in a custom list created by the user.
main.lua[/HTML]
main.lua file is empty at the moment.
Any help is appreciated.
Thanks.