Auto tracking not working
guliano opened this issue ยท 6 comments
I'm not sure if I'm missing something, but in my guild auto tracking joins ald leaves from the raid doesn't work. I have to add attendances manually. Could you check it or give me some tips what I'm doing wrong?
Roster on boss kills is working properly, but it doesn't count to overall attendance
Well, that's odd.
If boss kills works properly, so will the attendance tracking functions.
Check if the button on the top left shows "TRACKING...".
And also check if there's any lua error.
Hmm...
Try to stop then start tracking by clicking on TRACK button.
Actually, I've no idea about what's going wrong. >_<
Or you can try my version of GRA.
GuildRaidAttendance.zip
I think I know what is going on. My realm name is "Burning Legion". In config lua file in roster section my nick for example is writter as "Gullyy-BurningLegion" but in function here https://github.com/enderneko/GuildRaidAttendance/blob/master/Track.lua#L25 is checking for "Gullyy-Burning Legion" which is false. Please not this extra space in realm name.