ectoplasmicninja wrote: »My only question is about achievement-related character encounters, such as Melina Cassel, Choixth, and that one at the end of Markarth. Are these accessible to new characters? (My recent encounter with Melina on an alt implies not, but I have not had the time to test the major one.) Are they meant to be? If no to the first and yes to the second, is this something that is being or will be looked into?
Will any NPCs that are still triggered by achievements be decoupled and moved to quest completion so we can have immersion back for our alts and they're not fearing they're in the midst of a Dragon Break or that Uncle Sheogorath is coming for them?
@ZOS_GinaBruno @ZOS_Kevin
I know you guys put the earned by tooltips but i was wondering if down the line can you do away with them there is an add on that actually does away with all the characters named earned by this is the code they used maybe you could implement it so we dont have to have an add on? i have so many of them but would be nice as an official release maybe you have to put a different code in but someone has figured it out.
Lua Code:
1.ZO_PreHook(Achievement, "RefreshTooltip", function()
2. return true
3.end)
also for those who want to hide it cause it is annoying to know that i earned it on my main even here is the person that figured out the kewl addon
https://www.esoui.com/downloads/info3328-ExoYsAchievementAnonymizer.html i belive silvereyes helped as well
Elvenheart wrote: »@ZOS_GinaBruno @ZOS_Kevin
I know you guys put the earned by tooltips but i was wondering if down the line can you do away with them there is an add on that actually does away with all the characters named earned by this is the code they used maybe you could implement it so we dont have to have an add on? i have so many of them but would be nice as an official release maybe you have to put a different code in but someone has figured it out.
Lua Code:
1.ZO_PreHook(Achievement, "RefreshTooltip", function()
2. return true
3.end)
also for those who want to hide it cause it is annoying to know that i earned it on my main even here is the person that figured out the kewl addon
https://www.esoui.com/downloads/info3328-ExoYsAchievementAnonymizer.html i belive silvereyes helped as well
No, please, please, PLEASE never take the “earned by” information away from us too! I personally like seeing it. Account wide achievements in its current form is bad enough as it is, I don’t want to lose this last little bit as well! And going forward, I think it will be very interesting to see the “earned by” info on new achievements.
UPDATE: What about a way to toggle the “earned by” info on or off? That could make both of us happy 🙂
Elvenheart wrote: »@ZOS_GinaBruno @ZOS_Kevin
I know you guys put the earned by tooltips but i was wondering if down the line can you do away with them there is an add on that actually does away with all the characters named earned by this is the code they used maybe you could implement it so we dont have to have an add on? i have so many of them but would be nice as an official release maybe you have to put a different code in but someone has figured it out.
Lua Code:
1.ZO_PreHook(Achievement, "RefreshTooltip", function()
2. return true
3.end)
also for those who want to hide it cause it is annoying to know that i earned it on my main even here is the person that figured out the kewl addon
https://www.esoui.com/downloads/info3328-ExoYsAchievementAnonymizer.html i belive silvereyes helped as well
No, please, please, PLEASE never take the “earned by” information away from us too! I personally like seeing it. Account wide achievements in its current form is bad enough as it is, I don’t want to lose this last little bit as well! And going forward, I think it will be very interesting to see the “earned by” info on new achievements.
UPDATE: What about a way to toggle the “earned by” info on or off? That could make both of us happy 🙂
Elvenheart wrote: »@ZOS_GinaBruno @ZOS_Kevin
I know you guys put the earned by tooltips but i was wondering if down the line can you do away with them there is an add on that actually does away with all the characters named earned by this is the code they used maybe you could implement it so we dont have to have an add on? i have so many of them but would be nice as an official release maybe you have to put a different code in but someone has figured it out.
Lua Code:
1.ZO_PreHook(Achievement, "RefreshTooltip", function()
2. return true
3.end)
also for those who want to hide it cause it is annoying to know that i earned it on my main even here is the person that figured out the kewl addon
https://www.esoui.com/downloads/info3328-ExoYsAchievementAnonymizer.html i belive silvereyes helped as well
No, please, please, PLEASE never take the “earned by” information away from us too! I personally like seeing it. Account wide achievements in its current form is bad enough as it is, I don’t want to lose this last little bit as well! And going forward, I think it will be very interesting to see the “earned by” info on new achievements.
UPDATE: What about a way to toggle the “earned by” info on or off? That could make both of us happy 🙂
Even better, a system to reset achievements. Is an achievement making tracking a zone impossible on an alt? Reset and do over and have an easier map. Did an alt get an achievement you wanted for your main? Reset it and let your main finish it. Is an achievement triggering NPCs out of order and breaking immersion on an alt? Reset it and don't worry about it anymore. I'd delete so many achievements just to have the game world be the way it was before this update made achievements force their way into game mechanics and immersion in really intrusive ways. I don't care about achievements; I do care about the game world continuing on like it always did before for my alts.
Elvenheart wrote: »@ZOS_GinaBruno @ZOS_Kevin
I know you guys put the earned by tooltips but i was wondering if down the line can you do away with them there is an add on that actually does away with all the characters named earned by this is the code they used maybe you could implement it so we dont have to have an add on? i have so many of them but would be nice as an official release maybe you have to put a different code in but someone has figured it out.
Lua Code:
1.ZO_PreHook(Achievement, "RefreshTooltip", function()
2. return true
3.end)
also for those who want to hide it cause it is annoying to know that i earned it on my main even here is the person that figured out the kewl addon
https://www.esoui.com/downloads/info3328-ExoYsAchievementAnonymizer.html i belive silvereyes helped as well
No, please, please, PLEASE never take the “earned by” information away from us too! I personally like seeing it. Account wide achievements in its current form is bad enough as it is, I don’t want to lose this last little bit as well! And going forward, I think it will be very interesting to see the “earned by” info on new achievements.
UPDATE: What about a way to toggle the “earned by” info on or off? That could make both of us happy 🙂
Even better, a system to reset achievements. Is an achievement making tracking a zone impossible on an alt? Reset and do over and have an easier map. Did an alt get an achievement you wanted for your main? Reset it and let your main finish it. Is an achievement triggering NPCs out of order and breaking immersion on an alt? Reset it and don't worry about it anymore. I'd delete so many achievements just to have the game world be the way it was before this update made achievements force their way into game mechanics and immersion in really intrusive ways. I don't care about achievements; I do care about the game world continuing on like it always did before for my alts.
Elvenheart wrote: »@ZOS_GinaBruno @ZOS_Kevin
I know you guys put the earned by tooltips but i was wondering if down the line can you do away with them there is an add on that actually does away with all the characters named earned by this is the code they used maybe you could implement it so we dont have to have an add on? i have so many of them but would be nice as an official release maybe you have to put a different code in but someone has figured it out.
Lua Code:
1.ZO_PreHook(Achievement, "RefreshTooltip", function()
2. return true
3.end)
also for those who want to hide it cause it is annoying to know that i earned it on my main even here is the person that figured out the kewl addon
https://www.esoui.com/downloads/info3328-ExoYsAchievementAnonymizer.html i belive silvereyes helped as well
No, please, please, PLEASE never take the “earned by” information away from us too! I personally like seeing it. Account wide achievements in its current form is bad enough as it is, I don’t want to lose this last little bit as well! And going forward, I think it will be very interesting to see the “earned by” info on new achievements.
UPDATE: What about a way to toggle the “earned by” info on or off? That could make both of us happy 🙂
Even better, a system to reset achievements. Is an achievement making tracking a zone impossible on an alt? Reset and do over and have an easier map. Did an alt get an achievement you wanted for your main? Reset it and let your main finish it. Is an achievement triggering NPCs out of order and breaking immersion on an alt? Reset it and don't worry about it anymore. I'd delete so many achievements just to have the game world be the way it was before this update made achievements force their way into game mechanics and immersion in really intrusive ways. I don't care about achievements; I do care about the game world continuing on like it always did before for my alts.
That sounds like a customer support nightmare waiting to happen from people accidentally deleting hard achievements.