This project is abandoned and its default file will likely not work with the most recent version of World of Warcraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.
A very simple addon that set a random title from the list of titles the player has. Player title is set on login, and any time the UI is reloaded. That's it.
No fancy options, dialogs, slashcommand or fubar plugin. Those will probably come some day.
Thanks for the addon, just what I was looking for :)
There is a small bug when switching characters. When you switch from a character that has titles onto an alt that has none you get a nil error message. you can fix this issue by adding the following line to the start of the RandomTitle:LoadTitles() function:
availableTitles = {}
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
There is a small bug when switching characters. When you switch from a character that has titles onto an alt that has none you get a nil error message. you can fix this issue by adding the following line to the start of the RandomTitle:LoadTitles() function:
availableTitles = {}