idiomatic / HandyNotes_Achievements

Shows location of incomplete World of Warcraft achievements
Apache License 2.0
2 stars 6 forks source link

Add community info #26

Open JanGalek opened 3 years ago

JanGalek commented 3 years ago

based on https://github.com/idiomatic/HandyNotes_Achievements/community

idiomatic commented 3 years ago

Strong 👍 on a README.md. However, the others are counter to my laconism, but I won't resist.

idiomatic commented 3 years ago

I also offer my assistance with copyediting the English versions (as it is my first language).

JanGalek commented 3 years ago

Thank you :). I added labels to issues, It should set us priority :). I hope , it does not matter.

sidrat commented 1 year ago

Hi i had a issue with HandyNotes_Achievements.lua and was able to fix it.

It was to do with for nodeIndex = 1, #nodes, 2 do on line 129

however the problem was giving out a nill vale because there are 15 fields now instead of 14

so to fix this i added a extra "," to this line local , name, points, completed, , , , description, , , , , , , = GetAchievementInfo(achievementID)

so there now 15 fields, so fare now more problems.

reference https://wowpedia.fandom.com/wiki/API_GetAchievementInfo

idiomatic commented 1 year ago

@sidrat, code is fixed-in-the-blind and submitted to Curseforge as 0.6.2. As I do not have a WoW client installed, do let us know if this new version makes things worse.

@sidrat, in future, new issues deserve the honor of a new separate issue.

sidrat commented 1 year ago

hi sorry this was my first summited bug fix and wasn't sure if it need a new issue, i have fixed other issues to do with HandyNotes in the past for my own client but have not been able to post until now. would you like me to submit them when i do make a fix?