Results: 27Comments by: Rengaru
File: Dustman02/03/17
Hey, not sure if it's neccessar...
Posted By: Rengaru
Hey, not sure if it's neccessary, but I took another look at the addon and I found out that the second problem is related to the first one. The addon actually does load settings if you circumvent the first bug, but the order of the characters using entryIndex is a different than the one you wanted to use with the variable i as...
File: Dustman02/01/17
There is a bug in the GetIdFromName...
Posted By: Rengaru
There is a bug in the GetIdFromName function in the DustmanMenu.lua In line 50 local name = zo_strformat(SI_UNIT_NAME, GetCharacterInfo(i)) the addon tries to get the character name. However the variable i was never initialized so the addon will always retrieve the name of your first character in your login screen and check f...