SlashCommandAutoComplete:InvalidateSlashCommandCache()
--SlashCommandAutoComplete:InvalidateSlashCommandCache()If you have the same version of the addon as I do (Baertram's fixed version from the comments), you will notice there's already an older version of that line that's been commented out. After I did this and reloaded my UI ingame, the addon started working as normal again. So my guess is the InvalidateSlashCommandCache line should be changed into something new, but I have not figured out what, and the addon works for me. If anyone has any further things to add, please do so, or I will correct myself should I find out what the proper version of this line should be, if there indeed is one.
SolidBeast wrote: »UPDATE: I believe I fixed it for now! Note, the first thing I did may or may not help, so try point 2 before trying point 1. But this is what I did.
1. I noticed that it still had a LibStub folder so I used the Delete LibStub utility to remove it as per the instructions.
2. The game was showing a LUA error regarding line 941, so I commented it out. To do so, open LootAlert.lua and add two dashes to line 941 or the following line:SlashCommandAutoComplete:InvalidateSlashCommandCache()
the result should look like this:--SlashCommandAutoComplete:InvalidateSlashCommandCache()If you have the same version of the addon as I do (Baertram's fixed version from the comments), you will notice there's already an older version of that line that's been commented out. After I did this and reloaded my UI ingame, the addon started working as normal again. So my guess is the InvalidateSlashCommandCache line should be changed into something new, but I have not figured out what, and the addon works for me. If anyone has any further things to add, please do so, or I will correct myself should I find out what the proper version of this line should be, if there indeed is one.
I am not a coder, use my fixes at your own risk.
Dack_Janiels wrote: »
Here is how I did it in LuiExtended, ZOS changed the method during a refactor.
https://github.com/DakJaniels/LuiExtended/blob/master/LuiExtended/modules/SlashCommands/SlashCommands.lua#L84-L87
Techwolf_Lupindo wrote: »Take a look at Loot Log. Does the same as Loot Alert plus more. It has nice features for group play. Like /lt to post all collected gear to share. Handy at the end of a trial run to share gear.